COLOR #B8A8EF

HEX: #B8A8EF RGB: (184,168,239)

Color info

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

RGB color model

#B8A8EF color RGB value is (184,168,239).

RGB: (184,168,239) (72%, 66%, 94%)

RGB channels and saturation

R 184 of 255 = 72%
G 168 of 255 = 66%
B 239 of 255 = 94%

184
168
239

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

Portions of RGB colors in percentages

R + G + B = 184 + 168 + 239 = 591 (100%)
R 184 of 591 ~ 31.13%
G 168 of 591 ~ 28.43%
B 239 of 591 ~ 40.44'%

%31.13
%28.43
%40.44

CMYK color model

#B8A8EF color CMYK value is (23,30,0,6).

  • cyan value is 23.01%
  • magenta value is 29.71%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (23,30,0,6)
C23M30Y0K6 (23%, 30%, 0%, 6%)
(0.23 / 0.30 / 0.00 / 0.06)

CMYK percentages

%23.01
%29.71
%0
%6.27

Codes

Color #B8A8EF in popluar color models

B8 A8 EF
RGB 184 168 239
HSL 254° 68.93% 79.80%
HSB/HSV 254° 29.71% 93.73%
CMYK 23.01% 29.71% 0.00%
6.27%

Color #B8A8EF in popluar number systems.

HEX B8 A8 EF
Decimal 184 168 239
Binary 10111000 10101000 11101111
Octal 270 250 357

Shades and tints

Shades of #B8A8EF

#B8A8EF
(184,168,239)
#A899DA
(168,153,218)
#988AC5
(152,138,197)
#887BB0
(136,123,176)
#786C9B
(120,108,155)
#685D86
(104,93,134)
#584E71
(88,78,113)
#483F5C
(72,63,92)
#383047
(56,48,71)
#282132
(40,33,50)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #B8A8EF

#B8A8EF
(184,168,239)
#BEAFF0
(190,175,240)
#C4B6F1
(196,182,241)
#CABDF2
(202,189,242)
#D0C4F3
(208,196,243)
#D6CBF4
(214,203,244)
#DCD2F5
(220,210,245)
#E2D9F6
(226,217,246)
#E8E0F7
(232,224,247)
#EEE7F8
(238,231,248)
#F4EEF9
(244,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A8EF color. Also use rgb(184,168,239) instead hex code.

Text Font Color

.myTextColor { color: #B8A8EF; }

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

This text font color is #B8A8EF.

Background Color

.myBgColor { background-color: #B8A8EF; }

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

This div background color is #B8A8EF.

Border color

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

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

This div border color is #B8A8EF.

Opacity

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

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

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

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

This text has shadow with #B8A8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A8EF.

Preview

Color preview on black background

This text has color #B8A8EF on black background.


Color preview on white background

This text has color #B8A8EF on white background.


Black color preview on #B8A8EF background

This text has black color on #B8A8EF background.


White color preview on #B8A8EF background

This text has white color on #B8A8EF background.


Related colors

Complementary color

Complementary color for #hex is #475710.


I love getcolorcode.com

Triadic colors

1 #EFB8A8 and #A8EFB8 with #B8A8EF are triadic colors.

2 #EFA8B8 and #A8B8EF with #B8A8EF are triadic colors.