COLOR #B8AEEA

HEX: #B8AEEA
RGB: (184,174,234)

Color info

#B8AEEA contains mainly red and blue colors. Web safe color of #B8AEEA is #CC99FF (or #C9F).

RGB color model

#B8AEEA color RGB value is (184,174,234).

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

RGB channels and saturation

R 184 of 255 = 72%
G 174 of 255 = 68%
B 234 of 255 = 92%

184
174
234

R + G + B ~ 77%. #B8AEEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 174 + 234 = 592 (100%)
R 184 of 592 ~ 31.08%
G 174 of 592 ~ 29.39%
B 234 of 592 ~ 39.53%

%31.08
%29.39
%39.53

CMYK color model

#B8AEEA color CMYK value is (21,26,0,8).

  • cyan value is 21.37%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(21,26,0,8)
C21M26Y0K8 
(21%,26%,0%,8%)
(0.21/0.26/0.00/0.08)	

CMYK percentages

%21.37
%25.64
%0
%8.24

Codes

Color #B8AEEA in popluar color models

B8AEEA
RGB184174234
HSL250°58.82%80.00%
HSB/HSV250°25.64%91.76%
CMYK21.37%25.64%0.00%
8.24%

Color #B8AEEA in popluar number systems.

HEXB8AEEA
Decimal184174234
Binary101110001010111011101010
Octal270256352

Shades and tints

Shades of #B8AEEA

#B8AEEA
(184,174,234)
#A89FD5
(168,159,213)
#9890C0
(152,144,192)
#8881AB
(136,129,171)
#787296
(120,114,150)
#686381
(104,99,129)
#58546C
(88,84,108)
#484557
(72,69,87)
#383642
(56,54,66)
#28272D
(40,39,45)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #B8AEEA

#B8AEEA
(184,174,234)
#BEB5EB
(190,181,235)
#C4BCEC
(196,188,236)
#CAC3ED
(202,195,237)
#D0CAEE
(208,202,238)
#D6D1EF
(214,209,239)
#DCD8F0
(220,216,240)
#E2DFF1
(226,223,241)
#E8E6F2
(232,230,242)
#EEEDF3
(238,237,243)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AEEA; }

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

This text font color is #B8AEEA.


Background Color

.myBgColor { background-color: #B8AEEA; }

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

This div background color is #B8AEEA.


Border color

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

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

This div border color is #B8AEEA.


Opacity

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

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

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

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

This text has shadow with #B8AEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AEEA on black background.


Color preview on white background

This text has color #B8AEEA on white background.



Black color preview on #B8AEEA background

This text has black color on #B8AEEA background.


White color preview on #B8AEEA background

This text has white color on #B8AEEA background.