COLOR #B9AECF

HEX: #B9AECF
RGB: (185,174,207)

Color info

#B9AECF contains red, green and blue colors in about the same proportion. Web safe color of #B9AECF is #CC99CC (or #C9C).

RGB color model

#B9AECF color RGB value is (185,174,207).

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

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 207 of 255 = 81%

185
174
207

R + G + B ~ 74%. #B9AECF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 174 + 207 = 566 (100%)
R 185 of 566 ~ 32.69%
G 174 of 566 ~ 30.74%
B 207 of 566 ~ 36.57%

%32.69
%30.74
%36.57

CMYK color model

#B9AECF color CMYK value is (11,16,0,19).

  • cyan value is 10.63%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(11,16,0,19)
C11M16Y0K19 
(11%,16%,0%,19%)
(0.11/0.16/0.00/0.19)	

CMYK percentages

%10.63
%15.94
%0
%18.82

Codes

Color #B9AECF in popluar color models

B9AECF
RGB185174207
HSL260°25.58%74.71%
HSB/HSV260°15.94%81.18%
CMYK10.63%15.94%0.00%
18.82%

Color #B9AECF in popluar number systems.

HEXB9AECF
Decimal185174207
Binary101110011010111011001111
Octal271256317

Shades and tints

Shades of #B9AECF

#B9AECF
(185,174,207)
#A99FBD
(169,159,189)
#9990AB
(153,144,171)
#898199
(137,129,153)
#797287
(121,114,135)
#696375
(105,99,117)
#595463
(89,84,99)
#494551
(73,69,81)
#39363F
(57,54,63)
#29272D
(41,39,45)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #B9AECF

#B9AECF
(185,174,207)
#BFB5D3
(191,181,211)
#C5BCD7
(197,188,215)
#CBC3DB
(203,195,219)
#D1CADF
(209,202,223)
#D7D1E3
(215,209,227)
#DDD8E7
(221,216,231)
#E3DFEB
(227,223,235)
#E9E6EF
(233,230,239)
#EFEDF3
(239,237,243)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AECF; }

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

This text font color is #B9AECF.


Background Color

.myBgColor { background-color: #B9AECF; }

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

This div background color is #B9AECF.


Border color

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

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

This div border color is #B9AECF.


Opacity

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

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

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

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

This text has shadow with #B9AECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AECF on black background.


Color preview on white background

This text has color #B9AECF on white background.



Black color preview on #B9AECF background

This text has black color on #B9AECF background.


White color preview on #B9AECF background

This text has white color on #B9AECF background.