COLOR #B9F3CB

HEX: #B9F3CB
RGB: (185,243,203)

Color info

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

RGB color model

#B9F3CB color RGB value is (185,243,203).

  • red value is 185;
  • green value is 243;
  • blue value is 203.
RGB:
(185,243,203)
(73%,95%,80%)

RGB channels and saturation

R 185 of 255 = 73%
G 243 of 255 = 95%
B 203 of 255 = 80%

185
243
203

R + G + B ~ 83%. #B9F3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 243 + 203 = 631 (100%)
R 185 of 631 ~ 29.32%
G 243 of 631 ~ 38.51%
B 203 of 631 ~ 32.17%

%29.32
%38.51
%32.17

CMYK color model

#B9F3CB color CMYK value is (24,0,16,5).

  • cyan value is 23.87%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 4.71%
CMYK:
(24,0,16,5)
C24M0Y16K5 
(24%,0%,16%,5%)
(0.24/0.00/0.16/0.05)	

CMYK percentages

%23.87
%0
%16.46
%4.71

Codes

Color #B9F3CB in popluar color models

B9F3CB
RGB185243203
HSL139°70.73%83.92%
HSB/HSV139°23.87%95.29%
CMYK23.87%0.00%16.46%
4.71%

Color #B9F3CB in popluar number systems.

HEXB9F3CB
Decimal185243203
Binary101110011111001111001011
Octal271363313

Shades and tints

Shades of #B9F3CB

#B9F3CB
(185,243,203)
#A9DDB9
(169,221,185)
#99C7A7
(153,199,167)
#89B195
(137,177,149)
#799B83
(121,155,131)
#698571
(105,133,113)
#596F5F
(89,111,95)
#49594D
(73,89,77)
#39433B
(57,67,59)
#292D29
(41,45,41)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #B9F3CB

#B9F3CB
(185,243,203)
#BFF4CF
(191,244,207)
#C5F5D3
(197,245,211)
#CBF6D7
(203,246,215)
#D1F7DB
(209,247,219)
#D7F8DF
(215,248,223)
#DDF9E3
(221,249,227)
#E3FAE7
(227,250,231)
#E9FBEB
(233,251,235)
#EFFCEF
(239,252,239)
#F5FDF3
(245,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9F3CB; }

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

This text font color is #B9F3CB.


Background Color

.myBgColor { background-color: #B9F3CB; }

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

This div background color is #B9F3CB.


Border color

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

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

This div border color is #B9F3CB.


Opacity

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

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

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

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

This text has shadow with #B9F3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F3CB on black background.


Color preview on white background

This text has color #B9F3CB on white background.



Black color preview on #B9F3CB background

This text has black color on #B9F3CB background.


White color preview on #B9F3CB background

This text has white color on #B9F3CB background.