COLOR #B999AE

HEX: #B999AE
RGB: (185,153,174)

Color info

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

RGB color model

#B999AE color RGB value is (185,153,174).

  • red value is 185;
  • green value is 153;
  • blue value is 174.
RGB:
(185,153,174)
(73%,60%,68%)

RGB channels and saturation

R 185 of 255 = 73%
G 153 of 255 = 60%
B 174 of 255 = 68%

185
153
174

R + G + B ~ 67%. #B999AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 153 + 174 = 512 (100%)
R 185 of 512 ~ 36.13%
G 153 of 512 ~ 29.88%
B 174 of 512 ~ 33.98%

%36.13
%29.88
%33.98

CMYK color model

#B999AE color CMYK value is (0,17,6,27).

  • cyan value is 0.00%
  • magenta value is 17.30%
  • yellow value is 5.95%
  • key color value is 27.45%
CMYK:
(0,17,6,27)
C0M17Y6K27 
(0%,17%,6%,27%)
(0.00/0.17/0.06/0.27)	

CMYK percentages

%0
%17.3
%5.95
%27.45

Codes

Color #B999AE in popluar color models

B999AE
RGB185153174
HSL321°18.60%66.27%
HSB/HSV321°17.30%72.55%
CMYK0.00%17.30%5.95%
27.45%

Color #B999AE in popluar number systems.

HEXB999AE
Decimal185153174
Binary101110011001100110101110
Octal271231256

Shades and tints

Shades of #B999AE

#B999AE
(185,153,174)
#A98C9F
(169,140,159)
#997F90
(153,127,144)
#897281
(137,114,129)
#796572
(121,101,114)
#695863
(105,88,99)
#594B54
(89,75,84)
#493E45
(73,62,69)
#393136
(57,49,54)
#292427
(41,36,39)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #B999AE

#B999AE
(185,153,174)
#BFA2B5
(191,162,181)
#C5ABBC
(197,171,188)
#CBB4C3
(203,180,195)
#D1BDCA
(209,189,202)
#D7C6D1
(215,198,209)
#DDCFD8
(221,207,216)
#E3D8DF
(227,216,223)
#E9E1E6
(233,225,230)
#EFEAED
(239,234,237)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B999AE color. Also use rgb(185,153,174) instead hex code.

Text Font Color

.myTextColor { color: #B999AE; }

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

This text font color is #B999AE.


Background Color

.myBgColor { background-color: #B999AE; }

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

This div background color is #B999AE.


Border color

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

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

This div border color is #B999AE.


Opacity

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

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

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

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

This text has shadow with #B999AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B999AE on black background.


Color preview on white background

This text has color #B999AE on white background.



Black color preview on #B999AE background

This text has black color on #B999AE background.


White color preview on #B999AE background

This text has white color on #B999AE background.