COLOR #B9CCEC

HEX: #B9CCEC
RGB: (185,204,236)

Color info

#B9CCEC contains red, green and blue colors in about the same proportion. Web safe color of #B9CCEC is #CCCCFF (or #CCF).

RGB color model

#B9CCEC color RGB value is (185,204,236).

  • red value is 185;
  • green value is 204;
  • blue value is 236.
RGB:
(185,204,236)
(73%,80%,93%)

RGB channels and saturation

R 185 of 255 = 73%
G 204 of 255 = 80%
B 236 of 255 = 93%

185
204
236

R + G + B ~ 82%. #B9CCEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 204 + 236 = 625 (100%)
R 185 of 625 ~ 29.6%
G 204 of 625 ~ 32.64%
B 236 of 625 ~ 37.76%

%29.6
%32.64
%37.76

CMYK color model

#B9CCEC color CMYK value is (22,14,0,7).

  • cyan value is 21.61%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(22,14,0,7)
C22M14Y0K7 
(22%,14%,0%,7%)
(0.22/0.14/0.00/0.07)	

CMYK percentages

%21.61
%13.56
%0
%7.45

Codes

Color #B9CCEC in popluar color models

B9CCEC
RGB185204236
HSL218°57.30%82.55%
HSB/HSV218°21.61%92.55%
CMYK21.61%13.56%0.00%
7.45%

Color #B9CCEC in popluar number systems.

HEXB9CCEC
Decimal185204236
Binary101110011100110011101100
Octal271314354

Shades and tints

Shades of #B9CCEC

#B9CCEC
(185,204,236)
#A9BAD7
(169,186,215)
#99A8C2
(153,168,194)
#8996AD
(137,150,173)
#798498
(121,132,152)
#697283
(105,114,131)
#59606E
(89,96,110)
#494E59
(73,78,89)
#393C44
(57,60,68)
#292A2F
(41,42,47)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #B9CCEC

#B9CCEC
(185,204,236)
#BFD0ED
(191,208,237)
#C5D4EE
(197,212,238)
#CBD8EF
(203,216,239)
#D1DCF0
(209,220,240)
#D7E0F1
(215,224,241)
#DDE4F2
(221,228,242)
#E3E8F3
(227,232,243)
#E9ECF4
(233,236,244)
#EFF0F5
(239,240,245)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CCEC color. Also use rgb(185,204,236) instead hex code.

Text Font Color

.myTextColor { color: #B9CCEC; }

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

This text font color is #B9CCEC.


Background Color

.myBgColor { background-color: #B9CCEC; }

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

This div background color is #B9CCEC.


Border color

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

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

This div border color is #B9CCEC.


Opacity

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

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

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

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

This text has shadow with #B9CCEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CCEC on black background.


Color preview on white background

This text has color #B9CCEC on white background.



Black color preview on #B9CCEC background

This text has black color on #B9CCEC background.


White color preview on #B9CCEC background

This text has white color on #B9CCEC background.