COLOR #B9F8CA

HEX: #B9F8CA
RGB: (185,248,202)

Color info

#B9F8CA contains mainly green and blue colors. Web safe color of #B9F8CA is #CCFFCC (or #CFC).

RGB color model

#B9F8CA color RGB value is (185,248,202).

  • red value is 185;
  • green value is 248;
  • blue value is 202.
RGB:
(185,248,202)
(73%,97%,79%)

RGB channels and saturation

R 185 of 255 = 73%
G 248 of 255 = 97%
B 202 of 255 = 79%

185
248
202

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

Portions of RGB colors in percentages

R + G + B =
185 + 248 + 202 = 635 (100%)
R 185 of 635 ~ 29.13%
G 248 of 635 ~ 39.06%
B 202 of 635 ~ 31.81%

%29.13
%39.06
%31.81

CMYK color model

#B9F8CA color CMYK value is (25,0,19,3).

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 18.55%
  • key color value is 2.75%
CMYK:
(25,0,19,3)
C25M0Y19K3 
(25%,0%,19%,3%)
(0.25/0.00/0.19/0.03)	

CMYK percentages

%25.4
%0
%18.55
%2.75

Codes

Color #B9F8CA in popluar color models

B9F8CA
RGB185248202
HSL136°81.82%84.90%
HSB/HSV136°25.40%97.25%
CMYK25.40%0.00%18.55%
2.75%

Color #B9F8CA in popluar number systems.

HEXB9F8CA
Decimal185248202
Binary101110011111100011001010
Octal271370312

Shades and tints

Shades of #B9F8CA

#B9F8CA
(185,248,202)
#A9E2B8
(169,226,184)
#99CCA6
(153,204,166)
#89B694
(137,182,148)
#79A082
(121,160,130)
#698A70
(105,138,112)
#59745E
(89,116,94)
#495E4C
(73,94,76)
#39483A
(57,72,58)
#293228
(41,50,40)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #B9F8CA

#B9F8CA
(185,248,202)
#BFF8CE
(191,248,206)
#C5F8D2
(197,248,210)
#CBF8D6
(203,248,214)
#D1F8DA
(209,248,218)
#D7F8DE
(215,248,222)
#DDF8E2
(221,248,226)
#E3F8E6
(227,248,230)
#E9F8EA
(233,248,234)
#EFF8EE
(239,248,238)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F8CA color. Also use rgb(185,248,202) instead hex code.

Text Font Color

.myTextColor { color: #B9F8CA; }

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

This text font color is #B9F8CA.


Background Color

.myBgColor { background-color: #B9F8CA; }

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

This div background color is #B9F8CA.


Border color

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

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

This div border color is #B9F8CA.


Opacity

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

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

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

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

This text has shadow with #B9F8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F8CA on black background.


Color preview on white background

This text has color #B9F8CA on white background.



Black color preview on #B9F8CA background

This text has black color on #B9F8CA background.


White color preview on #B9F8CA background

This text has white color on #B9F8CA background.