COLOR #B8D0E7

HEX: #B8D0E7
RGB: (184,208,231)

Color info

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

RGB color model

#B8D0E7 color RGB value is (184,208,231).

  • red value is 184;
  • green value is 208;
  • blue value is 231.
RGB:
(184,208,231)
(72%,82%,91%)

RGB channels and saturation

R 184 of 255 = 72%
G 208 of 255 = 82%
B 231 of 255 = 91%

184
208
231

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

Portions of RGB colors in percentages

R + G + B =
184 + 208 + 231 = 623 (100%)
R 184 of 623 ~ 29.53%
G 208 of 623 ~ 33.39%
B 231 of 623 ~ 37.08%

%29.53
%33.39
%37.08

CMYK color model

#B8D0E7 color CMYK value is (20,10,0,9).

  • cyan value is 20.35%
  • magenta value is 9.96%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(20,10,0,9)
C20M10Y0K9 
(20%,10%,0%,9%)
(0.20/0.10/0.00/0.09)	

CMYK percentages

%20.35
%9.96
%0
%9.41

Codes

Color #B8D0E7 in popluar color models

B8D0E7
RGB184208231
HSL209°49.47%81.37%
HSB/HSV209°20.35%90.59%
CMYK20.35%9.96%0.00%
9.41%

Color #B8D0E7 in popluar number systems.

HEXB8D0E7
Decimal184208231
Binary101110001101000011100111
Octal270320347

Shades and tints

Shades of #B8D0E7

#B8D0E7
(184,208,231)
#A8BED2
(168,190,210)
#98ACBD
(152,172,189)
#889AA8
(136,154,168)
#788893
(120,136,147)
#68767E
(104,118,126)
#586469
(88,100,105)
#485254
(72,82,84)
#38403F
(56,64,63)
#282E2A
(40,46,42)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #B8D0E7

#B8D0E7
(184,208,231)
#BED4E9
(190,212,233)
#C4D8EB
(196,216,235)
#CADCED
(202,220,237)
#D0E0EF
(208,224,239)
#D6E4F1
(214,228,241)
#DCE8F3
(220,232,243)
#E2ECF5
(226,236,245)
#E8F0F7
(232,240,247)
#EEF4F9
(238,244,249)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D0E7 color. Also use rgb(184,208,231) instead hex code.

Text Font Color

.myTextColor { color: #B8D0E7; }

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

This text font color is #B8D0E7.


Background Color

.myBgColor { background-color: #B8D0E7; }

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

This div background color is #B8D0E7.


Border color

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

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

This div border color is #B8D0E7.


Opacity

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

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

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

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

This text has shadow with #B8D0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D0E7 on black background.


Color preview on white background

This text has color #B8D0E7 on white background.



Black color preview on #B8D0E7 background

This text has black color on #B8D0E7 background.


White color preview on #B8D0E7 background

This text has white color on #B8D0E7 background.