COLOR #B8DBEA

HEX: #B8DBEA
RGB: (184,219,234)

Color info

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

RGB color model

#B8DBEA color RGB value is (184,219,234).

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

RGB channels and saturation

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

184
219
234

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

Portions of RGB colors in percentages

R + G + B =
184 + 219 + 234 = 637 (100%)
R 184 of 637 ~ 28.89%
G 219 of 637 ~ 34.38%
B 234 of 637 ~ 36.73%

%28.89
%34.38
%36.73

CMYK color model

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

  • cyan value is 21.37%
  • magenta value is 6.41%
  • 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
%6.41
%0
%8.24

Codes

Color #B8DBEA in popluar color models

B8DBEA
RGB184219234
HSL198°54.35%81.96%
HSB/HSV198°21.37%91.76%
CMYK21.37%6.41%0.00%
8.24%

Color #B8DBEA in popluar number systems.

HEXB8DBEA
Decimal184219234
Binary101110001101101111101010
Octal270333352

Shades and tints

Shades of #B8DBEA

#B8DBEA
(184,219,234)
#A8C8D5
(168,200,213)
#98B5C0
(152,181,192)
#88A2AB
(136,162,171)
#788F96
(120,143,150)
#687C81
(104,124,129)
#58696C
(88,105,108)
#485657
(72,86,87)
#384342
(56,67,66)
#28302D
(40,48,45)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #B8DBEA

#B8DBEA
(184,219,234)
#BEDEEB
(190,222,235)
#C4E1EC
(196,225,236)
#CAE4ED
(202,228,237)
#D0E7EE
(208,231,238)
#D6EAEF
(214,234,239)
#DCEDF0
(220,237,240)
#E2F0F1
(226,240,241)
#E8F3F2
(232,243,242)
#EEF6F3
(238,246,243)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DBEA; }

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

This text font color is #B8DBEA.


Background Color

.myBgColor { background-color: #B8DBEA; }

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

This div background color is #B8DBEA.


Border color

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

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

This div border color is #B8DBEA.


Opacity

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

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

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

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

This text has shadow with #B8DBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DBEA on black background.


Color preview on white background

This text has color #B8DBEA on white background.



Black color preview on #B8DBEA background

This text has black color on #B8DBEA background.


White color preview on #B8DBEA background

This text has white color on #B8DBEA background.