COLOR #B8D2DE

HEX: #B8D2DE
RGB: (184,210,222)

Color info

#B8D2DE contains red, green and blue colors in about the same proportion. Web safe color of #B8D2DE is #CCCCCC (or #CCC).

RGB color model

#B8D2DE color RGB value is (184,210,222).

  • red value is 184;
  • green value is 210;
  • blue value is 222.
RGB:
(184,210,222)
(72%,82%,87%)

RGB channels and saturation

R 184 of 255 = 72%
G 210 of 255 = 82%
B 222 of 255 = 87%

184
210
222

R + G + B ~ 80%. #B8D2DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 210 + 222 = 616 (100%)
R 184 of 616 ~ 29.87%
G 210 of 616 ~ 34.09%
B 222 of 616 ~ 36.04%

%29.87
%34.09
%36.04

CMYK color model

#B8D2DE color CMYK value is (17,5,0,13).

  • cyan value is 17.12%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(17,5,0,13)
C17M5Y0K13 
(17%,5%,0%,13%)
(0.17/0.05/0.00/0.13)	

CMYK percentages

%17.12
%5.41
%0
%12.94

Codes

Color #B8D2DE in popluar color models

B8D2DE
RGB184210222
HSL199°36.54%79.61%
HSB/HSV199°17.12%87.06%
CMYK17.12%5.41%0.00%
12.94%

Color #B8D2DE in popluar number systems.

HEXB8D2DE
Decimal184210222
Binary101110001101001011011110
Octal270322336

Shades and tints

Shades of #B8D2DE

#B8D2DE
(184,210,222)
#A8BFCA
(168,191,202)
#98ACB6
(152,172,182)
#8899A2
(136,153,162)
#78868E
(120,134,142)
#68737A
(104,115,122)
#586066
(88,96,102)
#484D52
(72,77,82)
#383A3E
(56,58,62)
#28272A
(40,39,42)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #B8D2DE

#B8D2DE
(184,210,222)
#BED6E1
(190,214,225)
#C4DAE4
(196,218,228)
#CADEE7
(202,222,231)
#D0E2EA
(208,226,234)
#D6E6ED
(214,230,237)
#DCEAF0
(220,234,240)
#E2EEF3
(226,238,243)
#E8F2F6
(232,242,246)
#EEF6F9
(238,246,249)
#F4FAFC
(244,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D2DE color. Also use rgb(184,210,222) instead hex code.

Text Font Color

.myTextColor { color: #B8D2DE; }

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

This text font color is #B8D2DE.


Background Color

.myBgColor { background-color: #B8D2DE; }

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

This div background color is #B8D2DE.


Border color

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

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

This div border color is #B8D2DE.


Opacity

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

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

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

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

This text has shadow with #B8D2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D2DE on black background.


Color preview on white background

This text has color #B8D2DE on white background.



Black color preview on #B8D2DE background

This text has black color on #B8D2DE background.


White color preview on #B8D2DE background

This text has white color on #B8D2DE background.