COLOR #B899AC

HEX: #B899AC RGB: (184,153,172)

Color info

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

RGB color model

#B899AC color RGB value is (184,153,172).

RGB: (184,153,172) (72%, 60%, 67%)

RGB channels and saturation

R 184 of 255 = 72%
G 153 of 255 = 60%
B 172 of 255 = 67%

184
153
172

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

Portions of RGB colors in percentages

R + G + B = 184 + 153 + 172 = 509 (100%)
R 184 of 509 ~ 36.15%
G 153 of 509 ~ 30.06%
B 172 of 509 ~ 33.79'%

%36.15
%30.06
%33.79

CMYK color model

#B899AC color CMYK value is (0,17,7,28).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 6.52%
  • key color value is 27.84%

CMYK: (0,17,7,28)
C0M17Y7K28 (0%, 17%, 7%, 28%)
(0.00 / 0.17 / 0.07 / 0.28)

CMYK percentages

%0
%16.85
%6.52
%27.84

Codes

Color #B899AC in popluar color models

B8 99 AC
RGB 184 153 172
HSL 323° 17.92% 66.08%
HSB/HSV 323° 16.85% 72.16%
CMYK 0.00% 16.85% 6.52%
27.84%

Color #B899AC in popluar number systems.

HEX B8 99 AC
Decimal 184 153 172
Binary 10111000 10011001 10101100
Octal 270 231 254

Shades and tints

Shades of #B899AC

#B899AC
(184,153,172)
#A88C9D
(168,140,157)
#987F8E
(152,127,142)
#88727F
(136,114,127)
#786570
(120,101,112)
#685861
(104,88,97)
#584B52
(88,75,82)
#483E43
(72,62,67)
#383134
(56,49,52)
#282425
(40,36,37)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #B899AC

#B899AC
(184,153,172)
#BEA2B3
(190,162,179)
#C4ABBA
(196,171,186)
#CAB4C1
(202,180,193)
#D0BDC8
(208,189,200)
#D6C6CF
(214,198,207)
#DCCFD6
(220,207,214)
#E2D8DD
(226,216,221)
#E8E1E4
(232,225,228)
#EEEAEB
(238,234,235)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B899AC; }

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

This text font color is #B899AC.

Background Color

.myBgColor { background-color: #B899AC; }

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

This div background color is #B899AC.

Border color

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

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

This div border color is #B899AC.

Opacity

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

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

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

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

This text has shadow with #B899AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B899AC.

Preview

Color preview on black background

This text has color #B899AC on black background.


Color preview on white background

This text has color #B899AC on white background.


Black color preview on #B899AC background

This text has black color on #B899AC background.


White color preview on #B899AC background

This text has white color on #B899AC background.


Related colors

Complementary color

Complementary color for #hex is #476653.


I love getcolorcode.com

Triadic colors

1 #ACB899 and #99ACB8 with #B899AC are triadic colors.

2 #AC99B8 and #99B8AC with #B899AC are triadic colors.