COLOR #B9EECB

HEX: #B9EECB RGB: (185,238,203)

Color info

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

RGB color model

#B9EECB color RGB value is (185,238,203).

RGB: (185,238,203) (73%, 93%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 238 of 255 = 93%
B 203 of 255 = 80%

185
238
203

R + G + B ~ 82%. #B9EECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 238 + 203 = 626 (100%)
R 185 of 626 ~ 29.55%
G 238 of 626 ~ 38.02%
B 203 of 626 ~ 32.43'%

%29.55
%38.02
%32.43

CMYK color model

#B9EECB color CMYK value is (22,0,15,7).

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 6.67%

CMYK: (22,0,15,7)
C22M0Y15K7 (22%, 0%, 15%, 7%)
(0.22 / 0.00 / 0.15 / 0.07)

CMYK percentages

%22.27
%0
%14.71
%6.67

Codes

Color #B9EECB in popluar color models

B9 EE CB
RGB 185 238 203
HSL 140° 60.92% 82.94%
HSB/HSV 140° 22.27% 93.33%
CMYK 22.27% 0.00% 14.71%
6.67%

Color #B9EECB in popluar number systems.

HEX B9 EE CB
Decimal 185 238 203
Binary 10111001 11101110 11001011
Octal 271 356 313

Shades and tints

Shades of #B9EECB

#B9EECB
(185,238,203)
#A9D9B9
(169,217,185)
#99C4A7
(153,196,167)
#89AF95
(137,175,149)
#799A83
(121,154,131)
#698571
(105,133,113)
#59705F
(89,112,95)
#495B4D
(73,91,77)
#39463B
(57,70,59)
#293129
(41,49,41)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #B9EECB

#B9EECB
(185,238,203)
#BFEFCF
(191,239,207)
#C5F0D3
(197,240,211)
#CBF1D7
(203,241,215)
#D1F2DB
(209,242,219)
#D7F3DF
(215,243,223)
#DDF4E3
(221,244,227)
#E3F5E7
(227,245,231)
#E9F6EB
(233,246,235)
#EFF7EF
(239,247,239)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EECB color. Also use rgb(185,238,203) instead hex code.

Text Font Color

.myTextColor { color: #B9EECB; }

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

This text font color is #B9EECB.

Background Color

.myBgColor { background-color: #B9EECB; }

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

This div background color is #B9EECB.

Border color

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

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

This div border color is #B9EECB.

Opacity

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

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

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

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

This text has shadow with #B9EECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9EECB.

Preview

Color preview on black background

This text has color #B9EECB on black background.


Color preview on white background

This text has color #B9EECB on white background.


Black color preview on #B9EECB background

This text has black color on #B9EECB background.


White color preview on #B9EECB background

This text has white color on #B9EECB background.


Related colors

Complementary color

Complementary color for #hex is #461134.


I love getcolorcode.com

Triadic colors

1 #CBB9EE and #EECBB9 with #B9EECB are triadic colors.

2 #CBEEB9 and #EEB9CB with #B9EECB are triadic colors.