COLOR #B8AEDC

HEX: #B8AEDC
RGB: (184,174,220)

Color info

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

RGB color model

#B8AEDC color RGB value is (184,174,220).

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

RGB channels and saturation

R 184 of 255 = 72%
G 174 of 255 = 68%
B 220 of 255 = 86%

184
174
220

R + G + B ~ 75%. #B8AEDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 174 + 220 = 578 (100%)
R 184 of 578 ~ 31.83%
G 174 of 578 ~ 30.1%
B 220 of 578 ~ 38.06%

%31.83
%30.1
%38.06

CMYK color model

#B8AEDC color CMYK value is (16,21,0,14).

  • cyan value is 16.36%
  • magenta value is 20.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(16,21,0,14)
C16M21Y0K14 
(16%,21%,0%,14%)
(0.16/0.21/0.00/0.14)	

CMYK percentages

%16.36
%20.91
%0
%13.73

Codes

Color #B8AEDC in popluar color models

B8AEDC
RGB184174220
HSL253°39.66%77.25%
HSB/HSV253°20.91%86.27%
CMYK16.36%20.91%0.00%
13.73%

Color #B8AEDC in popluar number systems.

HEXB8AEDC
Decimal184174220
Binary101110001010111011011100
Octal270256334

Shades and tints

Shades of #B8AEDC

#B8AEDC
(184,174,220)
#A89FC8
(168,159,200)
#9890B4
(152,144,180)
#8881A0
(136,129,160)
#78728C
(120,114,140)
#686378
(104,99,120)
#585464
(88,84,100)
#484550
(72,69,80)
#38363C
(56,54,60)
#282728
(40,39,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #B8AEDC

#B8AEDC
(184,174,220)
#BEB5DF
(190,181,223)
#C4BCE2
(196,188,226)
#CAC3E5
(202,195,229)
#D0CAE8
(208,202,232)
#D6D1EB
(214,209,235)
#DCD8EE
(220,216,238)
#E2DFF1
(226,223,241)
#E8E6F4
(232,230,244)
#EEEDF7
(238,237,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AEDC; }

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

This text font color is #B8AEDC.


Background Color

.myBgColor { background-color: #B8AEDC; }

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

This div background color is #B8AEDC.


Border color

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

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

This div border color is #B8AEDC.


Opacity

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

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

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

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

This text has shadow with #B8AEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AEDC on black background.


Color preview on white background

This text has color #B8AEDC on white background.



Black color preview on #B8AEDC background

This text has black color on #B8AEDC background.


White color preview on #B8AEDC background

This text has white color on #B8AEDC background.