COLOR #B99ECA

HEX: #B99ECA RGB: (185,158,202)

Color info

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

RGB color model

#B99ECA color RGB value is (185,158,202).

RGB: (185,158,202) (73%, 62%, 79%)

RGB channels and saturation

R 185 of 255 = 73%
G 158 of 255 = 62%
B 202 of 255 = 79%

185
158
202

R + G + B ~ 71%. #B99ECA is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 158 + 202 = 545 (100%)
R 185 of 545 ~ 33.94%
G 158 of 545 ~ 28.99%
B 202 of 545 ~ 37.06'%

%33.94
%28.99
%37.06

CMYK color model

#B99ECA color CMYK value is (8,22,0,21).

  • cyan value is 8.42%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (8,22,0,21)
C8M22Y0K21 (8%, 22%, 0%, 21%)
(0.08 / 0.22 / 0.00 / 0.21)

CMYK percentages

%8.42
%21.78
%0
%20.78

Codes

Color #B99ECA in popluar color models

B9 9E CA
RGB 185 158 202
HSL 277° 29.33% 70.59%
HSB/HSV 277° 21.78% 79.22%
CMYK 8.42% 21.78% 0.00%
20.78%

Color #B99ECA in popluar number systems.

HEX B9 9E CA
Decimal 185 158 202
Binary 10111001 10011110 11001010
Octal 271 236 312

Shades and tints

Shades of #B99ECA

#B99ECA
(185,158,202)
#A990B8
(169,144,184)
#9982A6
(153,130,166)
#897494
(137,116,148)
#796682
(121,102,130)
#695870
(105,88,112)
#594A5E
(89,74,94)
#493C4C
(73,60,76)
#392E3A
(57,46,58)
#292028
(41,32,40)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #B99ECA

#B99ECA
(185,158,202)
#BFA6CE
(191,166,206)
#C5AED2
(197,174,210)
#CBB6D6
(203,182,214)
#D1BEDA
(209,190,218)
#D7C6DE
(215,198,222)
#DDCEE2
(221,206,226)
#E3D6E6
(227,214,230)
#E9DEEA
(233,222,234)
#EFE6EE
(239,230,238)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99ECA color. Also use rgb(185,158,202) instead hex code.

Text Font Color

.myTextColor { color: #B99ECA; }

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

This text font color is #B99ECA.

Background Color

.myBgColor { background-color: #B99ECA; }

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

This div background color is #B99ECA.

Border color

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

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

This div border color is #B99ECA.

Opacity

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

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

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

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

This text has shadow with #B99ECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99ECA.

Preview

Color preview on black background

This text has color #B99ECA on black background.


Color preview on white background

This text has color #B99ECA on white background.


Black color preview on #B99ECA background

This text has black color on #B99ECA background.


White color preview on #B99ECA background

This text has white color on #B99ECA background.


Related colors

Complementary color

Complementary color for #hex is #466135.


I love getcolorcode.com

Triadic colors

1 #CAB99E and #9ECAB9 with #B99ECA are triadic colors.

2 #CA9EB9 and #9EB9CA with #B99ECA are triadic colors.