COLOR #B8ABEC

HEX: #B8ABEC RGB: (184,171,236)

Color info

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

RGB color model

#B8ABEC color RGB value is (184,171,236).

RGB: (184,171,236) (72%, 67%, 93%)

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 236 of 255 = 93%

184
171
236

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

Portions of RGB colors in percentages

R + G + B = 184 + 171 + 236 = 591 (100%)
R 184 of 591 ~ 31.13%
G 171 of 591 ~ 28.93%
B 236 of 591 ~ 39.93'%

%31.13
%28.93
%39.93

CMYK color model

#B8ABEC color CMYK value is (22,28,0,7).

  • cyan value is 22.03%
  • magenta value is 27.54%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (22,28,0,7)
C22M28Y0K7 (22%, 28%, 0%, 7%)
(0.22 / 0.28 / 0.00 / 0.07)

CMYK percentages

%22.03
%27.54
%0
%7.45

Codes

Color #B8ABEC in popluar color models

B8 AB EC
RGB 184 171 236
HSL 252° 63.11% 79.80%
HSB/HSV 252° 27.54% 92.55%
CMYK 22.03% 27.54% 0.00%
7.45%

Color #B8ABEC in popluar number systems.

HEX B8 AB EC
Decimal 184 171 236
Binary 10111000 10101011 11101100
Octal 270 253 354

Shades and tints

Shades of #B8ABEC

#B8ABEC
(184,171,236)
#A89CD7
(168,156,215)
#988DC2
(152,141,194)
#887EAD
(136,126,173)
#786F98
(120,111,152)
#686083
(104,96,131)
#58516E
(88,81,110)
#484259
(72,66,89)
#383344
(56,51,68)
#28242F
(40,36,47)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #B8ABEC

#B8ABEC
(184,171,236)
#BEB2ED
(190,178,237)
#C4B9EE
(196,185,238)
#CAC0EF
(202,192,239)
#D0C7F0
(208,199,240)
#D6CEF1
(214,206,241)
#DCD5F2
(220,213,242)
#E2DCF3
(226,220,243)
#E8E3F4
(232,227,244)
#EEEAF5
(238,234,245)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8ABEC color. Also use rgb(184,171,236) instead hex code.

Text Font Color

.myTextColor { color: #B8ABEC; }

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

This text font color is #B8ABEC.

Background Color

.myBgColor { background-color: #B8ABEC; }

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

This div background color is #B8ABEC.

Border color

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

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

This div border color is #B8ABEC.

Opacity

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

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

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

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

This text has shadow with #B8ABEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8ABEC.

Preview

Color preview on black background

This text has color #B8ABEC on black background.


Color preview on white background

This text has color #B8ABEC on white background.


Black color preview on #B8ABEC background

This text has black color on #B8ABEC background.


White color preview on #B8ABEC background

This text has white color on #B8ABEC background.


Related colors

Complementary color

Complementary color for #hex is #475413.


I love getcolorcode.com

Triadic colors

1 #ECB8AB and #ABECB8 with #B8ABEC are triadic colors.

2 #ECABB8 and #ABB8EC with #B8ABEC are triadic colors.