COLOR #B9F0C3

HEX: #B9F0C3
RGB: (185,240,195)

Color info

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

RGB color model

#B9F0C3 color RGB value is (185,240,195).

  • red value is 185;
  • green value is 240;
  • blue value is 195.
RGB:
(185,240,195)
(73%,94%,76%)

RGB channels and saturation

R 185 of 255 = 73%
G 240 of 255 = 94%
B 195 of 255 = 76%

185
240
195

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

Portions of RGB colors in percentages

R + G + B =
185 + 240 + 195 = 620 (100%)
R 185 of 620 ~ 29.84%
G 240 of 620 ~ 38.71%
B 195 of 620 ~ 31.45%

%29.84
%38.71
%31.45

CMYK color model

#B9F0C3 color CMYK value is (23,0,19,6).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 5.88%
CMYK:
(23,0,19,6)
C23M0Y19K6 
(23%,0%,19%,6%)
(0.23/0.00/0.19/0.06)	

CMYK percentages

%22.92
%0
%18.75
%5.88

Codes

Color #B9F0C3 in popluar color models

B9F0C3
RGB185240195
HSL131°64.71%83.33%
HSB/HSV131°22.92%94.12%
CMYK22.92%0.00%18.75%
5.88%

Color #B9F0C3 in popluar number systems.

HEXB9F0C3
Decimal185240195
Binary101110011111000011000011
Octal271360303

Shades and tints

Shades of #B9F0C3

#B9F0C3
(185,240,195)
#A9DBB2
(169,219,178)
#99C6A1
(153,198,161)
#89B190
(137,177,144)
#799C7F
(121,156,127)
#69876E
(105,135,110)
#59725D
(89,114,93)
#495D4C
(73,93,76)
#39483B
(57,72,59)
#29332A
(41,51,42)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #B9F0C3

#B9F0C3
(185,240,195)
#BFF1C8
(191,241,200)
#C5F2CD
(197,242,205)
#CBF3D2
(203,243,210)
#D1F4D7
(209,244,215)
#D7F5DC
(215,245,220)
#DDF6E1
(221,246,225)
#E3F7E6
(227,247,230)
#E9F8EB
(233,248,235)
#EFF9F0
(239,249,240)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F0C3 color. Also use rgb(185,240,195) instead hex code.

Text Font Color

.myTextColor { color: #B9F0C3; }

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

This text font color is #B9F0C3.


Background Color

.myBgColor { background-color: #B9F0C3; }

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

This div background color is #B9F0C3.


Border color

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

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

This div border color is #B9F0C3.


Opacity

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

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

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

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

This text has shadow with #B9F0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F0C3 on black background.


Color preview on white background

This text has color #B9F0C3 on white background.



Black color preview on #B9F0C3 background

This text has black color on #B9F0C3 background.


White color preview on #B9F0C3 background

This text has white color on #B9F0C3 background.