COLOR #B8DCDF

HEX: #B8DCDF RGB: (184,220,223)

Color info

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

RGB color model

#B8DCDF color RGB value is (184,220,223).

RGB: (184,220,223) (72%, 86%, 87%)

RGB channels and saturation

R 184 of 255 = 72%
G 220 of 255 = 86%
B 223 of 255 = 87%

184
220
223

R + G + B ~ 82%. #B8DCDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 220 + 223 = 627 (100%)
R 184 of 627 ~ 29.35%
G 220 of 627 ~ 35.09%
B 223 of 627 ~ 35.57'%

%29.35
%35.09
%35.57

CMYK color model

#B8DCDF color CMYK value is (17,1,0,13).

  • cyan value is 17.49%
  • magenta value is 1.35%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (17,1,0,13)
C17M1Y0K13 (17%, 1%, 0%, 13%)
(0.17 / 0.01 / 0.00 / 0.13)

CMYK percentages

%17.49
%1.35
%0
%12.55

Codes

Color #B8DCDF in popluar color models

B8 DC DF
RGB 184 220 223
HSL 185° 37.86% 79.80%
HSB/HSV 185° 17.49% 87.45%
CMYK 17.49% 1.35% 0.00%
12.55%

Color #B8DCDF in popluar number systems.

HEX B8 DC DF
Decimal 184 220 223
Binary 10111000 11011100 11011111
Octal 270 334 337

Shades and tints

Shades of #B8DCDF

#B8DCDF
(184,220,223)
#A8C8CB
(168,200,203)
#98B4B7
(152,180,183)
#88A0A3
(136,160,163)
#788C8F
(120,140,143)
#68787B
(104,120,123)
#586467
(88,100,103)
#485053
(72,80,83)
#383C3F
(56,60,63)
#28282B
(40,40,43)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #B8DCDF

#B8DCDF
(184,220,223)
#BEDFE1
(190,223,225)
#C4E2E3
(196,226,227)
#CAE5E5
(202,229,229)
#D0E8E7
(208,232,231)
#D6EBE9
(214,235,233)
#DCEEEB
(220,238,235)
#E2F1ED
(226,241,237)
#E8F4EF
(232,244,239)
#EEF7F1
(238,247,241)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8DCDF color. Also use rgb(184,220,223) instead hex code.

Text Font Color

.myTextColor { color: #B8DCDF; }

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

This text font color is #B8DCDF.

Background Color

.myBgColor { background-color: #B8DCDF; }

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

This div background color is #B8DCDF.

Border color

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

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

This div border color is #B8DCDF.

Opacity

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

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

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

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

This text has shadow with #B8DCDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8DCDF.

Preview

Color preview on black background

This text has color #B8DCDF on black background.


Color preview on white background

This text has color #B8DCDF on white background.


Black color preview on #B8DCDF background

This text has black color on #B8DCDF background.


White color preview on #B8DCDF background

This text has white color on #B8DCDF background.


Related colors

Complementary color

Complementary color for #hex is #472320.


I love getcolorcode.com

Triadic colors

1 #DFB8DC and #DCDFB8 with #B8DCDF are triadic colors.

2 #DFDCB8 and #DCB8DF with #B8DCDF are triadic colors.