COLOR #B8CEEC

HEX: #B8CEEC
RGB: (184,206,236)

Color info

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

RGB color model

#B8CEEC color RGB value is (184,206,236).

  • red value is 184;
  • green value is 206;
  • blue value is 236.
RGB:
(184,206,236)
(72%,81%,93%)

RGB channels and saturation

R 184 of 255 = 72%
G 206 of 255 = 81%
B 236 of 255 = 93%

184
206
236

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

Portions of RGB colors in percentages

R + G + B =
184 + 206 + 236 = 626 (100%)
R 184 of 626 ~ 29.39%
G 206 of 626 ~ 32.91%
B 236 of 626 ~ 37.7%

%29.39
%32.91
%37.7

CMYK color model

#B8CEEC color CMYK value is (22,13,0,7).

  • cyan value is 22.03%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(22,13,0,7)
C22M13Y0K7 
(22%,13%,0%,7%)
(0.22/0.13/0.00/0.07)	

CMYK percentages

%22.03
%12.71
%0
%7.45

Codes

Color #B8CEEC in popluar color models

B8CEEC
RGB184206236
HSL215°57.78%82.35%
HSB/HSV215°22.03%92.55%
CMYK22.03%12.71%0.00%
7.45%

Color #B8CEEC in popluar number systems.

HEXB8CEEC
Decimal184206236
Binary101110001100111011101100
Octal270316354

Shades and tints

Shades of #B8CEEC

#B8CEEC
(184,206,236)
#A8BCD7
(168,188,215)
#98AAC2
(152,170,194)
#8898AD
(136,152,173)
#788698
(120,134,152)
#687483
(104,116,131)
#58626E
(88,98,110)
#485059
(72,80,89)
#383E44
(56,62,68)
#282C2F
(40,44,47)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #B8CEEC

#B8CEEC
(184,206,236)
#BED2ED
(190,210,237)
#C4D6EE
(196,214,238)
#CADAEF
(202,218,239)
#D0DEF0
(208,222,240)
#D6E2F1
(214,226,241)
#DCE6F2
(220,230,242)
#E2EAF3
(226,234,243)
#E8EEF4
(232,238,244)
#EEF2F5
(238,242,245)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8CEEC color. Also use rgb(184,206,236) instead hex code.

Text Font Color

.myTextColor { color: #B8CEEC; }

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

This text font color is #B8CEEC.


Background Color

.myBgColor { background-color: #B8CEEC; }

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

This div background color is #B8CEEC.


Border color

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

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

This div border color is #B8CEEC.


Opacity

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

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

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

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

This text has shadow with #B8CEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CEEC on black background.


Color preview on white background

This text has color #B8CEEC on white background.



Black color preview on #B8CEEC background

This text has black color on #B8CEEC background.


White color preview on #B8CEEC background

This text has white color on #B8CEEC background.