COLOR #B9EEF3

HEX: #B9EEF3
RGB: (185,238,243)

Color info

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

RGB color model

#B9EEF3 color RGB value is (185,238,243).

  • red value is 185;
  • green value is 238;
  • blue value is 243.
RGB:
(185,238,243)
(73%,93%,95%)

RGB channels and saturation

R 185 of 255 = 73%
G 238 of 255 = 93%
B 243 of 255 = 95%

185
238
243

R + G + B ~ 87%. #B9EEF3 is light color.

Portions of RGB colors in percentages

R + G + B =
185 + 238 + 243 = 666 (100%)
R 185 of 666 ~ 27.78%
G 238 of 666 ~ 35.74%
B 243 of 666 ~ 36.49%

%27.78
%35.74
%36.49

CMYK color model

#B9EEF3 color CMYK value is (24,2,0,5).

  • cyan value is 23.87%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(24,2,0,5)
C24M2Y0K5 
(24%,2%,0%,5%)
(0.24/0.02/0.00/0.05)	

CMYK percentages

%23.87
%2.06
%0
%4.71

Codes

Color #B9EEF3 in popluar color models

B9EEF3
RGB185238243
HSL185°70.73%83.92%
HSB/HSV185°23.87%95.29%
CMYK23.87%2.06%0.00%
4.71%

Color #B9EEF3 in popluar number systems.

HEXB9EEF3
Decimal185238243
Binary101110011110111011110011
Octal271356363

Shades and tints

Shades of #B9EEF3

#B9EEF3
(185,238,243)
#A9D9DD
(169,217,221)
#99C4C7
(153,196,199)
#89AFB1
(137,175,177)
#799A9B
(121,154,155)
#698585
(105,133,133)
#59706F
(89,112,111)
#495B59
(73,91,89)
#394643
(57,70,67)
#29312D
(41,49,45)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #B9EEF3

#B9EEF3
(185,238,243)
#BFEFF4
(191,239,244)
#C5F0F5
(197,240,245)
#CBF1F6
(203,241,246)
#D1F2F7
(209,242,247)
#D7F3F8
(215,243,248)
#DDF4F9
(221,244,249)
#E3F5FA
(227,245,250)
#E9F6FB
(233,246,251)
#EFF7FC
(239,247,252)
#F5F8FD
(245,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EEF3 color. Also use rgb(185,238,243) instead hex code.

Text Font Color

.myTextColor { color: #B9EEF3; }

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

This text font color is #B9EEF3.


Background Color

.myBgColor { background-color: #B9EEF3; }

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

This div background color is #B9EEF3.


Border color

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

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

This div border color is #B9EEF3.


Opacity

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

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

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

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

This text has shadow with #B9EEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EEF3 on black background.


Color preview on white background

This text has color #B9EEF3 on white background.



Black color preview on #B9EEF3 background

This text has black color on #B9EEF3 background.


White color preview on #B9EEF3 background

This text has white color on #B9EEF3 background.