COLOR #B9E1F7

HEX: #B9E1F7
RGB: (185,225,247)

Color info

#B9E1F7 contains mainly green and blue colors. Web safe color of #B9E1F7 is #CCCCFF (or #CCF).

RGB color model

#B9E1F7 color RGB value is (185,225,247).

  • red value is 185;
  • green value is 225;
  • blue value is 247.
RGB:
(185,225,247)
(73%,88%,97%)

RGB channels and saturation

R 185 of 255 = 73%
G 225 of 255 = 88%
B 247 of 255 = 97%

185
225
247

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

Portions of RGB colors in percentages

R + G + B =
185 + 225 + 247 = 657 (100%)
R 185 of 657 ~ 28.16%
G 225 of 657 ~ 34.25%
B 247 of 657 ~ 37.6%

%28.16
%34.25
%37.6

CMYK color model

#B9E1F7 color CMYK value is (25,9,0,3).

  • cyan value is 25.10%
  • magenta value is 8.91%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(25,9,0,3)
C25M9Y0K3 
(25%,9%,0%,3%)
(0.25/0.09/0.00/0.03)	

CMYK percentages

%25.1
%8.91
%0
%3.14

Codes

Color #B9E1F7 in popluar color models

B9E1F7
RGB185225247
HSL201°79.49%84.71%
HSB/HSV201°25.10%96.86%
CMYK25.10%8.91%0.00%
3.14%

Color #B9E1F7 in popluar number systems.

HEXB9E1F7
Decimal185225247
Binary101110011110000111110111
Octal271341367

Shades and tints

Shades of #B9E1F7

#B9E1F7
(185,225,247)
#A9CDE1
(169,205,225)
#99B9CB
(153,185,203)
#89A5B5
(137,165,181)
#79919F
(121,145,159)
#697D89
(105,125,137)
#596973
(89,105,115)
#49555D
(73,85,93)
#394147
(57,65,71)
#292D31
(41,45,49)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #B9E1F7

#B9E1F7
(185,225,247)
#BFE3F7
(191,227,247)
#C5E5F7
(197,229,247)
#CBE7F7
(203,231,247)
#D1E9F7
(209,233,247)
#D7EBF7
(215,235,247)
#DDEDF7
(221,237,247)
#E3EFF7
(227,239,247)
#E9F1F7
(233,241,247)
#EFF3F7
(239,243,247)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E1F7 color. Also use rgb(185,225,247) instead hex code.

Text Font Color

.myTextColor { color: #B9E1F7; }

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

This text font color is #B9E1F7.


Background Color

.myBgColor { background-color: #B9E1F7; }

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

This div background color is #B9E1F7.


Border color

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

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

This div border color is #B9E1F7.


Opacity

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

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

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

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

This text has shadow with #B9E1F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E1F7 on black background.


Color preview on white background

This text has color #B9E1F7 on white background.



Black color preview on #B9E1F7 background

This text has black color on #B9E1F7 background.


White color preview on #B9E1F7 background

This text has white color on #B9E1F7 background.