COLOR #B9EFC4

HEX: #B9EFC4
RGB: (185,239,196)

Color info

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

RGB color model

#B9EFC4 color RGB value is (185,239,196).

  • red value is 185;
  • green value is 239;
  • blue value is 196.
RGB:
(185,239,196)
(73%,94%,77%)

RGB channels and saturation

R 185 of 255 = 73%
G 239 of 255 = 94%
B 196 of 255 = 77%

185
239
196

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

Portions of RGB colors in percentages

R + G + B =
185 + 239 + 196 = 620 (100%)
R 185 of 620 ~ 29.84%
G 239 of 620 ~ 38.55%
B 196 of 620 ~ 31.61%

%29.84
%38.55
%31.61

CMYK color model

#B9EFC4 color CMYK value is (23,0,18,6).

  • cyan value is 22.59%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 6.27%
CMYK:
(23,0,18,6)
C23M0Y18K6 
(23%,0%,18%,6%)
(0.23/0.00/0.18/0.06)	

CMYK percentages

%22.59
%0
%17.99
%6.27

Codes

Color #B9EFC4 in popluar color models

B9EFC4
RGB185239196
HSL132°62.79%83.14%
HSB/HSV132°22.59%93.73%
CMYK22.59%0.00%17.99%
6.27%

Color #B9EFC4 in popluar number systems.

HEXB9EFC4
Decimal185239196
Binary101110011110111111000100
Octal271357304

Shades and tints

Shades of #B9EFC4

#B9EFC4
(185,239,196)
#A9DAB3
(169,218,179)
#99C5A2
(153,197,162)
#89B091
(137,176,145)
#799B80
(121,155,128)
#69866F
(105,134,111)
#59715E
(89,113,94)
#495C4D
(73,92,77)
#39473C
(57,71,60)
#29322B
(41,50,43)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #B9EFC4

#B9EFC4
(185,239,196)
#BFF0C9
(191,240,201)
#C5F1CE
(197,241,206)
#CBF2D3
(203,242,211)
#D1F3D8
(209,243,216)
#D7F4DD
(215,244,221)
#DDF5E2
(221,245,226)
#E3F6E7
(227,246,231)
#E9F7EC
(233,247,236)
#EFF8F1
(239,248,241)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EFC4 color. Also use rgb(185,239,196) instead hex code.

Text Font Color

.myTextColor { color: #B9EFC4; }

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

This text font color is #B9EFC4.


Background Color

.myBgColor { background-color: #B9EFC4; }

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

This div background color is #B9EFC4.


Border color

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

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

This div border color is #B9EFC4.


Opacity

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

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

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

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

This text has shadow with #B9EFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EFC4 on black background.


Color preview on white background

This text has color #B9EFC4 on white background.



Black color preview on #B9EFC4 background

This text has black color on #B9EFC4 background.


White color preview on #B9EFC4 background

This text has white color on #B9EFC4 background.