COLOR #B9F9D4

HEX: #B9F9D4
RGB: (185,249,212)

Color info

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

RGB color model

#B9F9D4 color RGB value is (185,249,212).

  • red value is 185;
  • green value is 249;
  • blue value is 212.
RGB:
(185,249,212)
(73%,98%,83%)

RGB channels and saturation

R 185 of 255 = 73%
G 249 of 255 = 98%
B 212 of 255 = 83%

185
249
212

R + G + B ~ 85%. #B9F9D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 249 + 212 = 646 (100%)
R 185 of 646 ~ 28.64%
G 249 of 646 ~ 38.54%
B 212 of 646 ~ 32.82%

%28.64
%38.54
%32.82

CMYK color model

#B9F9D4 color CMYK value is (26,0,15,2).

  • cyan value is 25.70%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 2.35%
CMYK:
(26,0,15,2)
C26M0Y15K2 
(26%,0%,15%,2%)
(0.26/0.00/0.15/0.02)	

CMYK percentages

%25.7
%0
%14.86
%2.35

Codes

Color #B9F9D4 in popluar color models

B9F9D4
RGB185249212
HSL145°84.21%85.10%
HSB/HSV145°25.70%97.65%
CMYK25.70%0.00%14.86%
2.35%

Color #B9F9D4 in popluar number systems.

HEXB9F9D4
Decimal185249212
Binary101110011111100111010100
Octal271371324

Shades and tints

Shades of #B9F9D4

#B9F9D4
(185,249,212)
#A9E3C1
(169,227,193)
#99CDAE
(153,205,174)
#89B79B
(137,183,155)
#79A188
(121,161,136)
#698B75
(105,139,117)
#597562
(89,117,98)
#495F4F
(73,95,79)
#39493C
(57,73,60)
#293329
(41,51,41)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #B9F9D4

#B9F9D4
(185,249,212)
#BFF9D7
(191,249,215)
#C5F9DA
(197,249,218)
#CBF9DD
(203,249,221)
#D1F9E0
(209,249,224)
#D7F9E3
(215,249,227)
#DDF9E6
(221,249,230)
#E3F9E9
(227,249,233)
#E9F9EC
(233,249,236)
#EFF9EF
(239,249,239)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F9D4 color. Also use rgb(185,249,212) instead hex code.

Text Font Color

.myTextColor { color: #B9F9D4; }

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

This text font color is #B9F9D4.


Background Color

.myBgColor { background-color: #B9F9D4; }

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

This div background color is #B9F9D4.


Border color

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

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

This div border color is #B9F9D4.


Opacity

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

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

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

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

This text has shadow with #B9F9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F9D4 on black background.


Color preview on white background

This text has color #B9F9D4 on white background.



Black color preview on #B9F9D4 background

This text has black color on #B9F9D4 background.


White color preview on #B9F9D4 background

This text has white color on #B9F9D4 background.