COLOR #B8ABDE

HEX: #B8ABDE RGB: (184,171,222)

Color info

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

RGB color model

#B8ABDE color RGB value is (184,171,222).

RGB: (184,171,222) (72%, 67%, 87%)

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 222 of 255 = 87%

184
171
222

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

Portions of RGB colors in percentages

R + G + B = 184 + 171 + 222 = 577 (100%)
R 184 of 577 ~ 31.89%
G 171 of 577 ~ 29.64%
B 222 of 577 ~ 38.47'%

%31.89
%29.64
%38.47

CMYK color model

#B8ABDE color CMYK value is (17,23,0,13).

  • cyan value is 17.12%
  • magenta value is 22.97%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (17,23,0,13)
C17M23Y0K13 (17%, 23%, 0%, 13%)
(0.17 / 0.23 / 0.00 / 0.13)

CMYK percentages

%17.12
%22.97
%0
%12.94

Codes

Color #B8ABDE in popluar color models

B8 AB DE
RGB 184 171 222
HSL 255° 43.59% 77.06%
HSB/HSV 255° 22.97% 87.06%
CMYK 17.12% 22.97% 0.00%
12.94%

Color #B8ABDE in popluar number systems.

HEX B8 AB DE
Decimal 184 171 222
Binary 10111000 10101011 11011110
Octal 270 253 336

Shades and tints

Shades of #B8ABDE

#B8ABDE
(184,171,222)
#A89CCA
(168,156,202)
#988DB6
(152,141,182)
#887EA2
(136,126,162)
#786F8E
(120,111,142)
#68607A
(104,96,122)
#585166
(88,81,102)
#484252
(72,66,82)
#38333E
(56,51,62)
#28242A
(40,36,42)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #B8ABDE

#B8ABDE
(184,171,222)
#BEB2E1
(190,178,225)
#C4B9E4
(196,185,228)
#CAC0E7
(202,192,231)
#D0C7EA
(208,199,234)
#D6CEED
(214,206,237)
#DCD5F0
(220,213,240)
#E2DCF3
(226,220,243)
#E8E3F6
(232,227,246)
#EEEAF9
(238,234,249)
#F4F1FC
(244,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ABDE; }

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

This text font color is #B8ABDE.

Background Color

.myBgColor { background-color: #B8ABDE; }

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

This div background color is #B8ABDE.

Border color

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

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

This div border color is #B8ABDE.

Opacity

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

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

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

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

This text has shadow with #B8ABDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8ABDE.

Preview

Color preview on black background

This text has color #B8ABDE on black background.


Color preview on white background

This text has color #B8ABDE on white background.


Black color preview on #B8ABDE background

This text has black color on #B8ABDE background.


White color preview on #B8ABDE background

This text has white color on #B8ABDE background.


Related colors

Complementary color

Complementary color for #hex is #475421.


I love getcolorcode.com

Triadic colors

1 #DEB8AB and #ABDEB8 with #B8ABDE are triadic colors.

2 #DEABB8 and #ABB8DE with #B8ABDE are triadic colors.