COLOR #B599AD

HEX: #B599AD
RGB: (181,153,173)

Color info

#B599AD contains red, green and blue colors in about the same proportion. Web safe color of #B599AD is #CC9999 (or #C99).

RGB color model

#B599AD color RGB value is (181,153,173).

  • red value is 181;
  • green value is 153;
  • blue value is 173.
RGB:
(181,153,173)
(71%,60%,68%)

RGB channels and saturation

R 181 of 255 = 71%
G 153 of 255 = 60%
B 173 of 255 = 68%

181
153
173

R + G + B ~ 66%. #B599AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 153 + 173 = 507 (100%)
R 181 of 507 ~ 35.7%
G 153 of 507 ~ 30.18%
B 173 of 507 ~ 34.12%

%35.7
%30.18
%34.12

CMYK color model

#B599AD color CMYK value is (0,15,4,29).

  • cyan value is 0.00%
  • magenta value is 15.47%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK:
(0,15,4,29)
C0M15Y4K29 
(0%,15%,4%,29%)
(0.00/0.15/0.04/0.29)	

CMYK percentages

%0
%15.47
%4.42
%29.02

Codes

Color #B599AD in popluar color models

B599AD
RGB181153173
HSL317°15.91%65.49%
HSB/HSV317°15.47%70.98%
CMYK0.00%15.47%4.42%
29.02%

Color #B599AD in popluar number systems.

HEXB599AD
Decimal181153173
Binary101101011001100110101101
Octal265231255

Shades and tints

Shades of #B599AD

#B599AD
(181,153,173)
#A58C9E
(165,140,158)
#957F8F
(149,127,143)
#857280
(133,114,128)
#756571
(117,101,113)
#655862
(101,88,98)
#554B53
(85,75,83)
#453E44
(69,62,68)
#353135
(53,49,53)
#252426
(37,36,38)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #B599AD

#B599AD
(181,153,173)
#BBA2B4
(187,162,180)
#C1ABBB
(193,171,187)
#C7B4C2
(199,180,194)
#CDBDC9
(205,189,201)
#D3C6D0
(211,198,208)
#D9CFD7
(217,207,215)
#DFD8DE
(223,216,222)
#E5E1E5
(229,225,229)
#EBEAEC
(235,234,236)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B599AD color. Also use rgb(181,153,173) instead hex code.

Text Font Color

.myTextColor { color: #B599AD; }

<p style="color:#B599AD">This sample text font color is #B599AD.</p>

This text font color is #B599AD.


Background Color

.myBgColor { background-color: #B599AD; }

<div style="background-color:#B599AD">Inner text</div>

This div background color is #B599AD.


Border color

.myBorderColor { border: 1px solid #B599AD; }

<div style="border:3px solid #B599AD">Div</div>

This div border color is #B599AD.


Opacity

.myOpacity80 { color: #B599AD; opacity: 0.8; }

<p style="color:#B599AD;opacity:0.8;">80%</p>

Text with #B599AD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B599AD;}

<p style="text-shadow: 3px 3px 1px #B599AD">Text here.</p>

This text has shadow with #B599AD color.

.textShadow {text-shadow: 3px 3px 1px #B599AD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B599AD, 5px 5px 20px red">Text here.</p>

This text has shadow with #B599AD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B599AD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B599AD, Direction=45, Strength=4)">Text</p>

This text has shadow with #B599AD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B599AD;
  -webkit-box-shadow:	1px 1px 3px 2px #B599AD;
  box-shadow:		1px 1px 3px 2px #B599AD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B599AD;
-webkit-box-shadow: 1px 1px 3px 2px #B599AD;
box-shadow:1px 1px 3px 2px #B599AD;">
Div content here</div>
This div box has shadow with color #B599AD.

Preview

Color preview on black background

This text has color #B599AD on black background.


Color preview on white background

This text has color #B599AD on white background.



Black color preview on #B599AD background

This text has black color on #B599AD background.


White color preview on #B599AD background

This text has white color on #B599AD background.