COLOR #B8DBD9

HEX: #B8DBD9 RGB: (184,219,217)

Color info

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

RGB color model

#B8DBD9 color RGB value is (184,219,217).

RGB: (184,219,217) (72%, 86%, 85%)

RGB channels and saturation

R 184 of 255 = 72%
G 219 of 255 = 86%
B 217 of 255 = 85%

184
219
217

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

Portions of RGB colors in percentages

R + G + B = 184 + 219 + 217 = 620 (100%)
R 184 of 620 ~ 29.68%
G 219 of 620 ~ 35.32%
B 217 of 620 ~ 35'%

%29.68
%35.32
%35

CMYK color model

#B8DBD9 color CMYK value is (16,0,1,14).

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 14.12%

CMYK: (16,0,1,14)
C16M0Y1K14 (16%, 0%, 1%, 14%)
(0.16 / 0.00 / 0.01 / 0.14)

CMYK percentages

%15.98
%0
%0.91
%14.12

Codes

Color #B8DBD9 in popluar color models

B8 DB D9
RGB 184 219 217
HSL 177° 32.71% 79.02%
HSB/HSV 177° 15.98% 85.88%
CMYK 15.98% 0.00% 0.91%
14.12%

Color #B8DBD9 in popluar number systems.

HEX B8 DB D9
Decimal 184 219 217
Binary 10111000 11011011 11011001
Octal 270 333 331

Shades and tints

Shades of #B8DBD9

#B8DBD9
(184,219,217)
#A8C8C6
(168,200,198)
#98B5B3
(152,181,179)
#88A2A0
(136,162,160)
#788F8D
(120,143,141)
#687C7A
(104,124,122)
#586967
(88,105,103)
#485654
(72,86,84)
#384341
(56,67,65)
#28302E
(40,48,46)
#181D1B
(24,29,27)
#000000
(0,0,0)

Tints of #B8DBD9

#B8DBD9
(184,219,217)
#BEDEDC
(190,222,220)
#C4E1DF
(196,225,223)
#CAE4E2
(202,228,226)
#D0E7E5
(208,231,229)
#D6EAE8
(214,234,232)
#DCEDEB
(220,237,235)
#E2F0EE
(226,240,238)
#E8F3F1
(232,243,241)
#EEF6F4
(238,246,244)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DBD9; }

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

This text font color is #B8DBD9.

Background Color

.myBgColor { background-color: #B8DBD9; }

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

This div background color is #B8DBD9.

Border color

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

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

This div border color is #B8DBD9.

Opacity

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

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

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

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

This text has shadow with #B8DBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8DBD9.

Preview

Color preview on black background

This text has color #B8DBD9 on black background.


Color preview on white background

This text has color #B8DBD9 on white background.


Black color preview on #B8DBD9 background

This text has black color on #B8DBD9 background.


White color preview on #B8DBD9 background

This text has white color on #B8DBD9 background.


Related colors

Complementary color

Complementary color for #hex is #472426.


I love getcolorcode.com

Triadic colors

1 #D9B8DB and #DBD9B8 with #B8DBD9 are triadic colors.

2 #D9DBB8 and #DBB8D9 with #B8DBD9 are triadic colors.