COLOR #B9EBC0

HEX: #B9EBC0 RGB: (185,235,192)

Color info

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

RGB color model

#B9EBC0 color RGB value is (185,235,192).

RGB: (185,235,192) (73%, 92%, 75%)

RGB channels and saturation

R 185 of 255 = 73%
G 235 of 255 = 92%
B 192 of 255 = 75%

185
235
192

R + G + B ~ 80%. #B9EBC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 235 + 192 = 612 (100%)
R 185 of 612 ~ 30.23%
G 235 of 612 ~ 38.4%
B 192 of 612 ~ 31.37'%

%30.23
%38.4
%31.37

CMYK color model

#B9EBC0 color CMYK value is (21,0,18,8).

  • cyan value is 21.28%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • key color value is 7.84%
CMYK: (21,0,18,8) C21M0Y18K8 (21%,0%,18%,8%) (0.21/0.00/0.18/0.08) 

CMYK percentages

%21.28
%0
%18.3
%7.84

Codes

Color #B9EBC0 in popluar color models

B9 EB C0
RGB 185 235 192
HSL 128° 55.56% 82.35%
HSB/HSV 128° 21.28% 92.16%
CMYK 21.28% 0.00% 18.30%
7.84%

Color #B9EBC0 in popluar number systems.

HEX B9 EB C0
Decimal 185 235 192
Binary 10111001 11101011 11000000
Octal 271 353 300

Shades and tints

Shades of #B9EBC0

#B9EBC0
(185,235,192)
#A9D6AF
(169,214,175)
#99C19E
(153,193,158)
#89AC8D
(137,172,141)
#79977C
(121,151,124)
#69826B
(105,130,107)
#596D5A
(89,109,90)
#495849
(73,88,73)
#394338
(57,67,56)
#292E27
(41,46,39)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #B9EBC0

#B9EBC0
(185,235,192)
#BFECC5
(191,236,197)
#C5EDCA
(197,237,202)
#CBEECF
(203,238,207)
#D1EFD4
(209,239,212)
#D7F0D9
(215,240,217)
#DDF1DE
(221,241,222)
#E3F2E3
(227,242,227)
#E9F3E8
(233,243,232)
#EFF4ED
(239,244,237)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EBC0 color. Also use rgb(185,235,192) instead hex code.

Text Font Color

.myTextColor { color: #B9EBC0; }

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

This text font color is #B9EBC0.

Background Color

.myBgColor { background-color: #B9EBC0; }

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

This div background color is #B9EBC0.

Border color

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

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

This div border color is #B9EBC0.

Opacity

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

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

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

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

This text has shadow with #B9EBC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9EBC0.

Preview

Color preview on black background

This text has color #B9EBC0 on black background.


Color preview on white background

This text has color #B9EBC0 on white background.


Black color preview on #B9EBC0 background

This text has black color on #B9EBC0 background.


White color preview on #B9EBC0 background

This text has white color on #B9EBC0 background.


Related colors

Complementary color

Complementary color for #hex is #46143F.


I love getcolorcode.com

Triadic colors

1 #C0B9EB and #EBC0B9 with #B9EBC0 are triadic colors.

2 #C0EBB9 and #EBB9C0 with #B9EBC0 are triadic colors.