COLOR #B599AC

HEX: #B599AC
RGB: (181,153,172)

Color info

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

RGB color model

#B599AC color RGB value is (181,153,172).

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

RGB channels and saturation

R 181 of 255 = 71%
G 153 of 255 = 60%
B 172 of 255 = 67%

181
153
172

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

Portions of RGB colors in percentages

R + G + B =
181 + 153 + 172 = 506 (100%)
R 181 of 506 ~ 35.77%
G 153 of 506 ~ 30.24%
B 172 of 506 ~ 33.99%

%35.77
%30.24
%33.99

CMYK color model

#B599AC color CMYK value is (0,15,5,29).

  • cyan value is 0.00%
  • magenta value is 15.47%
  • yellow value is 4.97%
  • key color value is 29.02%
CMYK:
(0,15,5,29)
C0M15Y5K29 
(0%,15%,5%,29%)
(0.00/0.15/0.05/0.29)	

CMYK percentages

%0
%15.47
%4.97
%29.02

Codes

Color #B599AC in popluar color models

B599AC
RGB181153172
HSL319°15.91%65.49%
HSB/HSV319°15.47%70.98%
CMYK0.00%15.47%4.97%
29.02%

Color #B599AC in popluar number systems.

HEXB599AC
Decimal181153172
Binary101101011001100110101100
Octal265231254

Shades and tints

Shades of #B599AC

#B599AC
(181,153,172)
#A58C9D
(165,140,157)
#957F8E
(149,127,142)
#85727F
(133,114,127)
#756570
(117,101,112)
#655861
(101,88,97)
#554B52
(85,75,82)
#453E43
(69,62,67)
#353134
(53,49,52)
#252425
(37,36,37)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #B599AC

#B599AC
(181,153,172)
#BBA2B3
(187,162,179)
#C1ABBA
(193,171,186)
#C7B4C1
(199,180,193)
#CDBDC8
(205,189,200)
#D3C6CF
(211,198,207)
#D9CFD6
(217,207,214)
#DFD8DD
(223,216,221)
#E5E1E4
(229,225,228)
#EBEAEB
(235,234,235)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B599AC; }

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

This text font color is #B599AC.


Background Color

.myBgColor { background-color: #B599AC; }

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

This div background color is #B599AC.


Border color

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

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

This div border color is #B599AC.


Opacity

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

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

Text with #B599AC 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 #B599AC;}

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

This text has shadow with #B599AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B599AC on black background.


Color preview on white background

This text has color #B599AC on white background.



Black color preview on #B599AC background

This text has black color on #B599AC background.


White color preview on #B599AC background

This text has white color on #B599AC background.