COLOR #B9E9CA

HEX: #B9E9CA RGB: (185,233,202)

Color info

#B9E9CA contains red, green and blue colors in about the same proportion. Web safe color of #B9E9CA is #CCFFCC (or #CFC).

RGB color model

#B9E9CA color RGB value is (185,233,202).

RGB: (185,233,202) (73%, 91%, 79%)

RGB channels and saturation

R 185 of 255 = 73%
G 233 of 255 = 91%
B 202 of 255 = 79%

185
233
202

R + G + B ~ 81%. #B9E9CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 233 + 202 = 620 (100%)
R 185 of 620 ~ 29.84%
G 233 of 620 ~ 37.58%
B 202 of 620 ~ 32.58'%

%29.84
%37.58
%32.58

CMYK color model

#B9E9CA color CMYK value is (21,0,13,9).

  • cyan value is 20.60%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 8.63%

CMYK: (21,0,13,9)
C21M0Y13K9 (21%, 0%, 13%, 9%)
(0.21 / 0.00 / 0.13 / 0.09)

CMYK percentages

%20.6
%0
%13.3
%8.63

Codes

Color #B9E9CA in popluar color models

B9 E9 CA
RGB 185 233 202
HSL 141° 52.17% 81.96%
HSB/HSV 141° 20.60% 91.37%
CMYK 20.60% 0.00% 13.30%
8.63%

Color #B9E9CA in popluar number systems.

HEX B9 E9 CA
Decimal 185 233 202
Binary 10111001 11101001 11001010
Octal 271 351 312

Shades and tints

Shades of #B9E9CA

#B9E9CA
(185,233,202)
#A9D4B8
(169,212,184)
#99BFA6
(153,191,166)
#89AA94
(137,170,148)
#799582
(121,149,130)
#698070
(105,128,112)
#596B5E
(89,107,94)
#49564C
(73,86,76)
#39413A
(57,65,58)
#292C28
(41,44,40)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #B9E9CA

#B9E9CA
(185,233,202)
#BFEBCE
(191,235,206)
#C5EDD2
(197,237,210)
#CBEFD6
(203,239,214)
#D1F1DA
(209,241,218)
#D7F3DE
(215,243,222)
#DDF5E2
(221,245,226)
#E3F7E6
(227,247,230)
#E9F9EA
(233,249,234)
#EFFBEE
(239,251,238)
#F5FDF2
(245,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E9CA; }

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

This text font color is #B9E9CA.

Background Color

.myBgColor { background-color: #B9E9CA; }

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

This div background color is #B9E9CA.

Border color

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

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

This div border color is #B9E9CA.

Opacity

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

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

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

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

This text has shadow with #B9E9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E9CA.

Preview

Color preview on black background

This text has color #B9E9CA on black background.


Color preview on white background

This text has color #B9E9CA on white background.


Black color preview on #B9E9CA background

This text has black color on #B9E9CA background.


White color preview on #B9E9CA background

This text has white color on #B9E9CA background.


Related colors

Complementary color

Complementary color for #hex is #461635.


I love getcolorcode.com

Triadic colors

1 #CAB9E9 and #E9CAB9 with #B9E9CA are triadic colors.

2 #CAE9B9 and #E9B9CA with #B9E9CA are triadic colors.