COLOR #B9CEEB

HEX: #B9CEEB RGB: (185,206,235)

Color info

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

RGB color model

#B9CEEB color RGB value is (185,206,235).

RGB: (185,206,235) (73%, 81%, 92%)

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 235 of 255 = 92%

185
206
235

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

Portions of RGB colors in percentages

R + G + B = 185 + 206 + 235 = 626 (100%)
R 185 of 626 ~ 29.55%
G 206 of 626 ~ 32.91%
B 235 of 626 ~ 37.54'%

%29.55
%32.91
%37.54

CMYK color model

#B9CEEB color CMYK value is (21,12,0,8).

  • cyan value is 21.28%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (21,12,0,8) C21M12Y0K8 (21%,12%,0%,8%) (0.21/0.12/0.00/0.08) 

CMYK percentages

%21.28
%12.34
%0
%7.84

Codes

Color #B9CEEB in popluar color models

B9 CE EB
RGB 185 206 235
HSL 215° 55.56% 82.35%
HSB/HSV 215° 21.28% 92.16%
CMYK 21.28% 12.34% 0.00%
7.84%

Color #B9CEEB in popluar number systems.

HEX B9 CE EB
Decimal 185 206 235
Binary 10111001 11001110 11101011
Octal 271 316 353

Shades and tints

Shades of #B9CEEB

#B9CEEB
(185,206,235)
#A9BCD6
(169,188,214)
#99AAC1
(153,170,193)
#8998AC
(137,152,172)
#798697
(121,134,151)
#697482
(105,116,130)
#59626D
(89,98,109)
#495058
(73,80,88)
#393E43
(57,62,67)
#292C2E
(41,44,46)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #B9CEEB

#B9CEEB
(185,206,235)
#BFD2EC
(191,210,236)
#C5D6ED
(197,214,237)
#CBDAEE
(203,218,238)
#D1DEEF
(209,222,239)
#D7E2F0
(215,226,240)
#DDE6F1
(221,230,241)
#E3EAF2
(227,234,242)
#E9EEF3
(233,238,243)
#EFF2F4
(239,242,244)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CEEB color. Also use rgb(185,206,235) instead hex code.

Text Font Color

.myTextColor { color: #B9CEEB; }

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

This text font color is #B9CEEB.

Background Color

.myBgColor { background-color: #B9CEEB; }

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

This div background color is #B9CEEB.

Border color

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

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

This div border color is #B9CEEB.

Opacity

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

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

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

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

This text has shadow with #B9CEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CEEB.

Preview

Color preview on black background

This text has color #B9CEEB on black background.


Color preview on white background

This text has color #B9CEEB on white background.


Black color preview on #B9CEEB background

This text has black color on #B9CEEB background.


White color preview on #B9CEEB background

This text has white color on #B9CEEB background.


Related colors

Complementary color

Complementary color for #hex is #463114.


I love getcolorcode.com

Triadic colors

1 #EBB9CE and #CEEBB9 with #B9CEEB are triadic colors.

2 #EBCEB9 and #CEB9EB with #B9CEEB are triadic colors.