COLOR #B9E7F0

HEX: #B9E7F0
RGB: (185,231,240)

Color info

#B9E7F0 contains red, green and blue colors in about the same proportion. Web safe color of #B9E7F0 is #CCFFFF (or #CFF).

RGB color model

#B9E7F0 color RGB value is (185,231,240).

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

RGB channels and saturation

R 185 of 255 = 73%
G 231 of 255 = 91%
B 240 of 255 = 94%

185
231
240

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

Portions of RGB colors in percentages

R + G + B =
185 + 231 + 240 = 656 (100%)
R 185 of 656 ~ 28.2%
G 231 of 656 ~ 35.21%
B 240 of 656 ~ 36.59%

%28.2
%35.21
%36.59

CMYK color model

#B9E7F0 color CMYK value is (23,4,0,6).

  • cyan value is 22.92%
  • magenta value is 3.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(23,4,0,6)
C23M4Y0K6 
(23%,4%,0%,6%)
(0.23/0.04/0.00/0.06)	

CMYK percentages

%22.92
%3.75
%0
%5.88

Codes

Color #B9E7F0 in popluar color models

B9E7F0
RGB185231240
HSL190°64.71%83.33%
HSB/HSV190°22.92%94.12%
CMYK22.92%3.75%0.00%
5.88%

Color #B9E7F0 in popluar number systems.

HEXB9E7F0
Decimal185231240
Binary101110011110011111110000
Octal271347360

Shades and tints

Shades of #B9E7F0

#B9E7F0
(185,231,240)
#A9D2DB
(169,210,219)
#99BDC6
(153,189,198)
#89A8B1
(137,168,177)
#79939C
(121,147,156)
#697E87
(105,126,135)
#596972
(89,105,114)
#49545D
(73,84,93)
#393F48
(57,63,72)
#292A33
(41,42,51)
#19151E
(25,21,30)
#000000
(0,0,0)

Tints of #B9E7F0

#B9E7F0
(185,231,240)
#BFE9F1
(191,233,241)
#C5EBF2
(197,235,242)
#CBEDF3
(203,237,243)
#D1EFF4
(209,239,244)
#D7F1F5
(215,241,245)
#DDF3F6
(221,243,246)
#E3F5F7
(227,245,247)
#E9F7F8
(233,247,248)
#EFF9F9
(239,249,249)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E7F0; }

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

This text font color is #B9E7F0.


Background Color

.myBgColor { background-color: #B9E7F0; }

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

This div background color is #B9E7F0.


Border color

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

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

This div border color is #B9E7F0.


Opacity

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

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

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

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

This text has shadow with #B9E7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E7F0 on black background.


Color preview on white background

This text has color #B9E7F0 on white background.



Black color preview on #B9E7F0 background

This text has black color on #B9E7F0 background.


White color preview on #B9E7F0 background

This text has white color on #B9E7F0 background.