COLOR #B9AECA

HEX: #B9AECA
RGB: (185,174,202)

Color info

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

RGB color model

#B9AECA color RGB value is (185,174,202).

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

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 202 of 255 = 79%

185
174
202

R + G + B ~ 73%. #B9AECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 174 + 202 = 561 (100%)
R 185 of 561 ~ 32.98%
G 174 of 561 ~ 31.02%
B 202 of 561 ~ 36.01%

%32.98
%31.02
%36.01

CMYK color model

#B9AECA color CMYK value is (8,14,0,21).

  • cyan value is 8.42%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(8,14,0,21)
C8M14Y0K21 
(8%,14%,0%,21%)
(0.08/0.14/0.00/0.21)	

CMYK percentages

%8.42
%13.86
%0
%20.78

Codes

Color #B9AECA in popluar color models

B9AECA
RGB185174202
HSL264°20.90%73.73%
HSB/HSV264°13.86%79.22%
CMYK8.42%13.86%0.00%
20.78%

Color #B9AECA in popluar number systems.

HEXB9AECA
Decimal185174202
Binary101110011010111011001010
Octal271256312

Shades and tints

Shades of #B9AECA

#B9AECA
(185,174,202)
#A99FB8
(169,159,184)
#9990A6
(153,144,166)
#898194
(137,129,148)
#797282
(121,114,130)
#696370
(105,99,112)
#59545E
(89,84,94)
#49454C
(73,69,76)
#39363A
(57,54,58)
#292728
(41,39,40)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #B9AECA

#B9AECA
(185,174,202)
#BFB5CE
(191,181,206)
#C5BCD2
(197,188,210)
#CBC3D6
(203,195,214)
#D1CADA
(209,202,218)
#D7D1DE
(215,209,222)
#DDD8E2
(221,216,226)
#E3DFE6
(227,223,230)
#E9E6EA
(233,230,234)
#EFEDEE
(239,237,238)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AECA; }

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

This text font color is #B9AECA.


Background Color

.myBgColor { background-color: #B9AECA; }

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

This div background color is #B9AECA.


Border color

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

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

This div border color is #B9AECA.


Opacity

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

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

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

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

This text has shadow with #B9AECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AECA on black background.


Color preview on white background

This text has color #B9AECA on white background.



Black color preview on #B9AECA background

This text has black color on #B9AECA background.


White color preview on #B9AECA background

This text has white color on #B9AECA background.