COLOR #B8DBD5

HEX: #B8DBD5
RGB: (184,219,213)

Color info

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

RGB color model

#B8DBD5 color RGB value is (184,219,213).

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

RGB channels and saturation

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

184
219
213

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

Portions of RGB colors in percentages

R + G + B =
184 + 219 + 213 = 616 (100%)
R 184 of 616 ~ 29.87%
G 219 of 616 ~ 35.55%
B 213 of 616 ~ 34.58%

%29.87
%35.55
%34.58

CMYK color model

#B8DBD5 color CMYK value is (16,0,3,14).

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 2.74%
  • key color value is 14.12%
CMYK:
(16,0,3,14)
C16M0Y3K14 
(16%,0%,3%,14%)
(0.16/0.00/0.03/0.14)	

CMYK percentages

%15.98
%0
%2.74
%14.12

Codes

Color #B8DBD5 in popluar color models

B8DBD5
RGB184219213
HSL170°32.71%79.02%
HSB/HSV170°15.98%85.88%
CMYK15.98%0.00%2.74%
14.12%

Color #B8DBD5 in popluar number systems.

HEXB8DBD5
Decimal184219213
Binary101110001101101111010101
Octal270333325

Shades and tints

Shades of #B8DBD5

#B8DBD5
(184,219,213)
#A8C8C2
(168,200,194)
#98B5AF
(152,181,175)
#88A29C
(136,162,156)
#788F89
(120,143,137)
#687C76
(104,124,118)
#586963
(88,105,99)
#485650
(72,86,80)
#38433D
(56,67,61)
#28302A
(40,48,42)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #B8DBD5

#B8DBD5
(184,219,213)
#BEDED8
(190,222,216)
#C4E1DB
(196,225,219)
#CAE4DE
(202,228,222)
#D0E7E1
(208,231,225)
#D6EAE4
(214,234,228)
#DCEDE7
(220,237,231)
#E2F0EA
(226,240,234)
#E8F3ED
(232,243,237)
#EEF6F0
(238,246,240)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DBD5; }

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

This text font color is #B8DBD5.


Background Color

.myBgColor { background-color: #B8DBD5; }

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

This div background color is #B8DBD5.


Border color

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

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

This div border color is #B8DBD5.


Opacity

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

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

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

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

This text has shadow with #B8DBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DBD5 on black background.


Color preview on white background

This text has color #B8DBD5 on white background.



Black color preview on #B8DBD5 background

This text has black color on #B8DBD5 background.


White color preview on #B8DBD5 background

This text has white color on #B8DBD5 background.