COLOR #B8DCEA

HEX: #B8DCEA
RGB: (184,220,234)

Color info

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

RGB color model

#B8DCEA color RGB value is (184,220,234).

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

RGB channels and saturation

R 184 of 255 = 72%
G 220 of 255 = 86%
B 234 of 255 = 92%

184
220
234

R + G + B ~ 83%. #B8DCEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 220 + 234 = 638 (100%)
R 184 of 638 ~ 28.84%
G 220 of 638 ~ 34.48%
B 234 of 638 ~ 36.68%

%28.84
%34.48
%36.68

CMYK color model

#B8DCEA color CMYK value is (21,6,0,8).

  • cyan value is 21.37%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(21,6,0,8)
C21M6Y0K8 
(21%,6%,0%,8%)
(0.21/0.06/0.00/0.08)	

CMYK percentages

%21.37
%5.98
%0
%8.24

Codes

Color #B8DCEA in popluar color models

B8DCEA
RGB184220234
HSL197°54.35%81.96%
HSB/HSV197°21.37%91.76%
CMYK21.37%5.98%0.00%
8.24%

Color #B8DCEA in popluar number systems.

HEXB8DCEA
Decimal184220234
Binary101110001101110011101010
Octal270334352

Shades and tints

Shades of #B8DCEA

#B8DCEA
(184,220,234)
#A8C8D5
(168,200,213)
#98B4C0
(152,180,192)
#88A0AB
(136,160,171)
#788C96
(120,140,150)
#687881
(104,120,129)
#58646C
(88,100,108)
#485057
(72,80,87)
#383C42
(56,60,66)
#28282D
(40,40,45)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #B8DCEA

#B8DCEA
(184,220,234)
#BEDFEB
(190,223,235)
#C4E2EC
(196,226,236)
#CAE5ED
(202,229,237)
#D0E8EE
(208,232,238)
#D6EBEF
(214,235,239)
#DCEEF0
(220,238,240)
#E2F1F1
(226,241,241)
#E8F4F2
(232,244,242)
#EEF7F3
(238,247,243)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DCEA; }

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

This text font color is #B8DCEA.


Background Color

.myBgColor { background-color: #B8DCEA; }

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

This div background color is #B8DCEA.


Border color

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

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

This div border color is #B8DCEA.


Opacity

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

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

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

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

This text has shadow with #B8DCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DCEA on black background.


Color preview on white background

This text has color #B8DCEA on white background.



Black color preview on #B8DCEA background

This text has black color on #B8DCEA background.


White color preview on #B8DCEA background

This text has white color on #B8DCEA background.