COLOR #B8D4EA

HEX: #B8D4EA
RGB: (184,212,234)

Color info

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

RGB color model

#B8D4EA color RGB value is (184,212,234).

  • red value is 184;
  • green value is 212;
  • blue value is 234.
RGB:
(184,212,234)
(72%,83%,92%)

RGB channels and saturation

R 184 of 255 = 72%
G 212 of 255 = 83%
B 234 of 255 = 92%

184
212
234

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

Portions of RGB colors in percentages

R + G + B =
184 + 212 + 234 = 630 (100%)
R 184 of 630 ~ 29.21%
G 212 of 630 ~ 33.65%
B 234 of 630 ~ 37.14%

%29.21
%33.65
%37.14

CMYK color model

#B8D4EA color CMYK value is (21,9,0,8).

  • cyan value is 21.37%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(21,9,0,8)
C21M9Y0K8 
(21%,9%,0%,8%)
(0.21/0.09/0.00/0.08)	

CMYK percentages

%21.37
%9.4
%0
%8.24

Codes

Color #B8D4EA in popluar color models

B8D4EA
RGB184212234
HSL206°54.35%81.96%
HSB/HSV206°21.37%91.76%
CMYK21.37%9.40%0.00%
8.24%

Color #B8D4EA in popluar number systems.

HEXB8D4EA
Decimal184212234
Binary101110001101010011101010
Octal270324352

Shades and tints

Shades of #B8D4EA

#B8D4EA
(184,212,234)
#A8C1D5
(168,193,213)
#98AEC0
(152,174,192)
#889BAB
(136,155,171)
#788896
(120,136,150)
#687581
(104,117,129)
#58626C
(88,98,108)
#484F57
(72,79,87)
#383C42
(56,60,66)
#28292D
(40,41,45)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #B8D4EA

#B8D4EA
(184,212,234)
#BED7EB
(190,215,235)
#C4DAEC
(196,218,236)
#CADDED
(202,221,237)
#D0E0EE
(208,224,238)
#D6E3EF
(214,227,239)
#DCE6F0
(220,230,240)
#E2E9F1
(226,233,241)
#E8ECF2
(232,236,242)
#EEEFF3
(238,239,243)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D4EA color. Also use rgb(184,212,234) instead hex code.

Text Font Color

.myTextColor { color: #B8D4EA; }

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

This text font color is #B8D4EA.


Background Color

.myBgColor { background-color: #B8D4EA; }

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

This div background color is #B8D4EA.


Border color

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

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

This div border color is #B8D4EA.


Opacity

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

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

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

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

This text has shadow with #B8D4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D4EA on black background.


Color preview on white background

This text has color #B8D4EA on white background.



Black color preview on #B8D4EA background

This text has black color on #B8D4EA background.


White color preview on #B8D4EA background

This text has white color on #B8D4EA background.