COLOR #B8DCDD

HEX: #B8DCDD
RGB: (184,220,221)

Color info

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

RGB color model

#B8DCDD color RGB value is (184,220,221).

  • red value is 184;
  • green value is 220;
  • blue value is 221.
RGB:
(184,220,221)
(72%,86%,87%)

RGB channels and saturation

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

184
220
221

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

Portions of RGB colors in percentages

R + G + B =
184 + 220 + 221 = 625 (100%)
R 184 of 625 ~ 29.44%
G 220 of 625 ~ 35.2%
B 221 of 625 ~ 35.36%

%29.44
%35.2
%35.36

CMYK color model

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

  • cyan value is 16.74%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(17,0,0,13)
C17M0Y0K13 
(17%,0%,0%,13%)
(0.17/0.00/0.00/0.13)	

CMYK percentages

%16.74
%0.45
%0
%13.33

Codes

Color #B8DCDD in popluar color models

B8DCDD
RGB184220221
HSL182°35.24%79.41%
HSB/HSV182°16.74%86.67%
CMYK16.74%0.45%0.00%
13.33%

Color #B8DCDD in popluar number systems.

HEXB8DCDD
Decimal184220221
Binary101110001101110011011101
Octal270334335

Shades and tints

Shades of #B8DCDD

#B8DCDD
(184,220,221)
#A8C8C9
(168,200,201)
#98B4B5
(152,180,181)
#88A0A1
(136,160,161)
#788C8D
(120,140,141)
#687879
(104,120,121)
#586465
(88,100,101)
#485051
(72,80,81)
#383C3D
(56,60,61)
#282829
(40,40,41)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #B8DCDD

#B8DCDD
(184,220,221)
#BEDFE0
(190,223,224)
#C4E2E3
(196,226,227)
#CAE5E6
(202,229,230)
#D0E8E9
(208,232,233)
#D6EBEC
(214,235,236)
#DCEEEF
(220,238,239)
#E2F1F2
(226,241,242)
#E8F4F5
(232,244,245)
#EEF7F8
(238,247,248)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DCDD; }

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

This text font color is #B8DCDD.


Background Color

.myBgColor { background-color: #B8DCDD; }

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

This div background color is #B8DCDD.


Border color

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

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

This div border color is #B8DCDD.


Opacity

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

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

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

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

This text has shadow with #B8DCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DCDD on black background.


Color preview on white background

This text has color #B8DCDD on white background.



Black color preview on #B8DCDD background

This text has black color on #B8DCDD background.


White color preview on #B8DCDD background

This text has white color on #B8DCDD background.