COLOR #B8DBD6

HEX: #B8DBD6
RGB: (184,219,214)

Color info

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

RGB color model

#B8DBD6 color RGB value is (184,219,214).

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

RGB channels and saturation

R 184 of 255 = 72%
G 219 of 255 = 86%
B 214 of 255 = 84%

184
219
214

R + G + B ~ 81%. #B8DBD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 219 + 214 = 617 (100%)
R 184 of 617 ~ 29.82%
G 219 of 617 ~ 35.49%
B 214 of 617 ~ 34.68%

%29.82
%35.49
%34.68

CMYK color model

#B8DBD6 color CMYK value is (16,0,2,14).

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(16,0,2,14)
C16M0Y2K14 
(16%,0%,2%,14%)
(0.16/0.00/0.02/0.14)	

CMYK percentages

%15.98
%0
%2.28
%14.12

Codes

Color #B8DBD6 in popluar color models

B8DBD6
RGB184219214
HSL171°32.71%79.02%
HSB/HSV171°15.98%85.88%
CMYK15.98%0.00%2.28%
14.12%

Color #B8DBD6 in popluar number systems.

HEXB8DBD6
Decimal184219214
Binary101110001101101111010110
Octal270333326

Shades and tints

Shades of #B8DBD6

#B8DBD6
(184,219,214)
#A8C8C3
(168,200,195)
#98B5B0
(152,181,176)
#88A29D
(136,162,157)
#788F8A
(120,143,138)
#687C77
(104,124,119)
#586964
(88,105,100)
#485651
(72,86,81)
#38433E
(56,67,62)
#28302B
(40,48,43)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #B8DBD6

#B8DBD6
(184,219,214)
#BEDED9
(190,222,217)
#C4E1DC
(196,225,220)
#CAE4DF
(202,228,223)
#D0E7E2
(208,231,226)
#D6EAE5
(214,234,229)
#DCEDE8
(220,237,232)
#E2F0EB
(226,240,235)
#E8F3EE
(232,243,238)
#EEF6F1
(238,246,241)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DBD6; }

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

This text font color is #B8DBD6.


Background Color

.myBgColor { background-color: #B8DBD6; }

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

This div background color is #B8DBD6.


Border color

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

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

This div border color is #B8DBD6.


Opacity

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

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

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

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

This text has shadow with #B8DBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DBD6 on black background.


Color preview on white background

This text has color #B8DBD6 on white background.



Black color preview on #B8DBD6 background

This text has black color on #B8DBD6 background.


White color preview on #B8DBD6 background

This text has white color on #B8DBD6 background.