COLOR #B9ABEA

HEX: #B9ABEA RGB: (185,171,234)

Color info

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

RGB color model

#B9ABEA color RGB value is (185,171,234).

RGB: (185,171,234) (73%, 67%, 92%)

RGB channels and saturation

R 185 of 255 = 73%
G 171 of 255 = 67%
B 234 of 255 = 92%

185
171
234

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

Portions of RGB colors in percentages

R + G + B = 185 + 171 + 234 = 590 (100%)
R 185 of 590 ~ 31.36%
G 171 of 590 ~ 28.98%
B 234 of 590 ~ 39.66'%

%31.36
%28.98
%39.66

CMYK color model

#B9ABEA color CMYK value is (21,27,0,8).

  • cyan value is 20.94%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (21,27,0,8)
C21M27Y0K8 (21%, 27%, 0%, 8%)
(0.21 / 0.27 / 0.00 / 0.08)

CMYK percentages

%20.94
%26.92
%0
%8.24

Codes

Color #B9ABEA in popluar color models

B9 AB EA
RGB 185 171 234
HSL 253° 60.00% 79.41%
HSB/HSV 253° 26.92% 91.76%
CMYK 20.94% 26.92% 0.00%
8.24%

Color #B9ABEA in popluar number systems.

HEX B9 AB EA
Decimal 185 171 234
Binary 10111001 10101011 11101010
Octal 271 253 352

Shades and tints

Shades of #B9ABEA

#B9ABEA
(185,171,234)
#A99CD5
(169,156,213)
#998DC0
(153,141,192)
#897EAB
(137,126,171)
#796F96
(121,111,150)
#696081
(105,96,129)
#59516C
(89,81,108)
#494257
(73,66,87)
#393342
(57,51,66)
#29242D
(41,36,45)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #B9ABEA

#B9ABEA
(185,171,234)
#BFB2EB
(191,178,235)
#C5B9EC
(197,185,236)
#CBC0ED
(203,192,237)
#D1C7EE
(209,199,238)
#D7CEEF
(215,206,239)
#DDD5F0
(221,213,240)
#E3DCF1
(227,220,241)
#E9E3F2
(233,227,242)
#EFEAF3
(239,234,243)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9ABEA color. Also use rgb(185,171,234) instead hex code.

Text Font Color

.myTextColor { color: #B9ABEA; }

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

This text font color is #B9ABEA.

Background Color

.myBgColor { background-color: #B9ABEA; }

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

This div background color is #B9ABEA.

Border color

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

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

This div border color is #B9ABEA.

Opacity

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

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

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

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

This text has shadow with #B9ABEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ABEA.

Preview

Color preview on black background

This text has color #B9ABEA on black background.


Color preview on white background

This text has color #B9ABEA on white background.


Black color preview on #B9ABEA background

This text has black color on #B9ABEA background.


White color preview on #B9ABEA background

This text has white color on #B9ABEA background.


Related colors

Complementary color

Complementary color for #hex is #465415.


I love getcolorcode.com

Triadic colors

1 #EAB9AB and #ABEAB9 with #B9ABEA are triadic colors.

2 #EAABB9 and #ABB9EA with #B9ABEA are triadic colors.