COLOR #B8AEE4

HEX: #B8AEE4 RGB: (184,174,228)

Color info

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

RGB color model

#B8AEE4 color RGB value is (184,174,228).

RGB: (184,174,228) (72%, 68%, 89%)

RGB channels and saturation

R 184 of 255 = 72%
G 174 of 255 = 68%
B 228 of 255 = 89%

184
174
228

R + G + B ~ 76%. #B8AEE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 174 + 228 = 586 (100%)
R 184 of 586 ~ 31.4%
G 174 of 586 ~ 29.69%
B 228 of 586 ~ 38.91'%

%31.4
%29.69
%38.91

CMYK color model

#B8AEE4 color CMYK value is (19,24,0,11).

  • cyan value is 19.30%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (19,24,0,11)
C19M24Y0K11 (19%, 24%, 0%, 11%)
(0.19 / 0.24 / 0.00 / 0.11)

CMYK percentages

%19.3
%23.68
%0
%10.59

Codes

Color #B8AEE4 in popluar color models

B8 AE E4
RGB 184 174 228
HSL 251° 50.00% 78.82%
HSB/HSV 251° 23.68% 89.41%
CMYK 19.30% 23.68% 0.00%
10.59%

Color #B8AEE4 in popluar number systems.

HEX B8 AE E4
Decimal 184 174 228
Binary 10111000 10101110 11100100
Octal 270 256 344

Shades and tints

Shades of #B8AEE4

#B8AEE4
(184,174,228)
#A89FD0
(168,159,208)
#9890BC
(152,144,188)
#8881A8
(136,129,168)
#787294
(120,114,148)
#686380
(104,99,128)
#58546C
(88,84,108)
#484558
(72,69,88)
#383644
(56,54,68)
#282730
(40,39,48)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #B8AEE4

#B8AEE4
(184,174,228)
#BEB5E6
(190,181,230)
#C4BCE8
(196,188,232)
#CAC3EA
(202,195,234)
#D0CAEC
(208,202,236)
#D6D1EE
(214,209,238)
#DCD8F0
(220,216,240)
#E2DFF2
(226,223,242)
#E8E6F4
(232,230,244)
#EEEDF6
(238,237,246)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AEE4; }

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

This text font color is #B8AEE4.

Background Color

.myBgColor { background-color: #B8AEE4; }

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

This div background color is #B8AEE4.

Border color

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

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

This div border color is #B8AEE4.

Opacity

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

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

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

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

This text has shadow with #B8AEE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8AEE4.

Preview

Color preview on black background

This text has color #B8AEE4 on black background.


Color preview on white background

This text has color #B8AEE4 on white background.


Black color preview on #B8AEE4 background

This text has black color on #B8AEE4 background.


White color preview on #B8AEE4 background

This text has white color on #B8AEE4 background.


Related colors

Complementary color

Complementary color for #hex is #47511B.


I love getcolorcode.com

Triadic colors

1 #E4B8AE and #AEE4B8 with #B8AEE4 are triadic colors.

2 #E4AEB8 and #AEB8E4 with #B8AEE4 are triadic colors.