COLOR #B8AECC

HEX: #B8AECC
RGB: (184,174,204)

Color info

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

RGB color model

#B8AECC color RGB value is (184,174,204).

  • red value is 184;
  • green value is 174;
  • blue value is 204.
RGB:
(184,174,204)
(72%,68%,80%)

RGB channels and saturation

R 184 of 255 = 72%
G 174 of 255 = 68%
B 204 of 255 = 80%

184
174
204

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

Portions of RGB colors in percentages

R + G + B =
184 + 174 + 204 = 562 (100%)
R 184 of 562 ~ 32.74%
G 174 of 562 ~ 30.96%
B 204 of 562 ~ 36.3%

%32.74
%30.96
%36.3

CMYK color model

#B8AECC color CMYK value is (10,15,0,20).

  • cyan value is 9.80%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(10,15,0,20)
C10M15Y0K20 
(10%,15%,0%,20%)
(0.10/0.15/0.00/0.20)	

CMYK percentages

%9.8
%14.71
%0
%20

Codes

Color #B8AECC in popluar color models

B8AECC
RGB184174204
HSL260°22.73%74.12%
HSB/HSV260°14.71%80.00%
CMYK9.80%14.71%0.00%
20.00%

Color #B8AECC in popluar number systems.

HEXB8AECC
Decimal184174204
Binary101110001010111011001100
Octal270256314

Shades and tints

Shades of #B8AECC

#B8AECC
(184,174,204)
#A89FBA
(168,159,186)
#9890A8
(152,144,168)
#888196
(136,129,150)
#787284
(120,114,132)
#686372
(104,99,114)
#585460
(88,84,96)
#48454E
(72,69,78)
#38363C
(56,54,60)
#28272A
(40,39,42)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #B8AECC

#B8AECC
(184,174,204)
#BEB5D0
(190,181,208)
#C4BCD4
(196,188,212)
#CAC3D8
(202,195,216)
#D0CADC
(208,202,220)
#D6D1E0
(214,209,224)
#DCD8E4
(220,216,228)
#E2DFE8
(226,223,232)
#E8E6EC
(232,230,236)
#EEEDF0
(238,237,240)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AECC color. Also use rgb(184,174,204) instead hex code.

Text Font Color

.myTextColor { color: #B8AECC; }

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

This text font color is #B8AECC.


Background Color

.myBgColor { background-color: #B8AECC; }

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

This div background color is #B8AECC.


Border color

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

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

This div border color is #B8AECC.


Opacity

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

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

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

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

This text has shadow with #B8AECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AECC on black background.


Color preview on white background

This text has color #B8AECC on white background.



Black color preview on #B8AECC background

This text has black color on #B8AECC background.


White color preview on #B8AECC background

This text has white color on #B8AECC background.