COLOR #B9FDDE

HEX: #B9FDDE
RGB: (185,253,222)

Color info

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

RGB color model

#B9FDDE color RGB value is (185,253,222).

  • red value is 185;
  • green value is 253;
  • blue value is 222.
RGB:
(185,253,222)
(73%,99%,87%)

RGB channels and saturation

R 185 of 255 = 73%
G 253 of 255 = 99%
B 222 of 255 = 87%

185
253
222

R + G + B ~ 86%. #B9FDDE is light color.

Portions of RGB colors in percentages

R + G + B =
185 + 253 + 222 = 660 (100%)
R 185 of 660 ~ 28.03%
G 253 of 660 ~ 38.33%
B 222 of 660 ~ 33.64%

%28.03
%38.33
%33.64

CMYK color model

#B9FDDE color CMYK value is (27,0,12,1).

  • cyan value is 26.88%
  • magenta value is 0.00%
  • yellow value is 12.25%
  • key color value is 0.78%
CMYK:
(27,0,12,1)
C27M0Y12K1 
(27%,0%,12%,1%)
(0.27/0.00/0.12/0.01)	

CMYK percentages

%26.88
%0
%12.25
%0.78

Codes

Color #B9FDDE in popluar color models

B9FDDE
RGB185253222
HSL153°94.44%85.88%
HSB/HSV153°26.88%99.22%
CMYK26.88%0.00%12.25%
0.78%

Color #B9FDDE in popluar number systems.

HEXB9FDDE
Decimal185253222
Binary101110011111110111011110
Octal271375336

Shades and tints

Shades of #B9FDDE

#B9FDDE
(185,253,222)
#A9E6CA
(169,230,202)
#99CFB6
(153,207,182)
#89B8A2
(137,184,162)
#79A18E
(121,161,142)
#698A7A
(105,138,122)
#597366
(89,115,102)
#495C52
(73,92,82)
#39453E
(57,69,62)
#292E2A
(41,46,42)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #B9FDDE

#B9FDDE
(185,253,222)
#BFFDE1
(191,253,225)
#C5FDE4
(197,253,228)
#CBFDE7
(203,253,231)
#D1FDEA
(209,253,234)
#D7FDED
(215,253,237)
#DDFDF0
(221,253,240)
#E3FDF3
(227,253,243)
#E9FDF6
(233,253,246)
#EFFDF9
(239,253,249)
#F5FDFC
(245,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9FDDE color. Also use rgb(185,253,222) instead hex code.

Text Font Color

.myTextColor { color: #B9FDDE; }

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

This text font color is #B9FDDE.


Background Color

.myBgColor { background-color: #B9FDDE; }

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

This div background color is #B9FDDE.


Border color

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

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

This div border color is #B9FDDE.


Opacity

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

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

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

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

This text has shadow with #B9FDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9FDDE on black background.


Color preview on white background

This text has color #B9FDDE on white background.



Black color preview on #B9FDDE background

This text has black color on #B9FDDE background.


White color preview on #B9FDDE background

This text has white color on #B9FDDE background.