COLOR #B8CCD5

HEX: #B8CCD5
RGB: (184,204,213)

Color info

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

RGB color model

#B8CCD5 color RGB value is (184,204,213).

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

RGB channels and saturation

R 184 of 255 = 72%
G 204 of 255 = 80%
B 213 of 255 = 84%

184
204
213

R + G + B ~ 79%. #B8CCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 204 + 213 = 601 (100%)
R 184 of 601 ~ 30.62%
G 204 of 601 ~ 33.94%
B 213 of 601 ~ 35.44%

%30.62
%33.94
%35.44

CMYK color model

#B8CCD5 color CMYK value is (14,4,0,16).

  • cyan value is 13.62%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(14,4,0,16)
C14M4Y0K16 
(14%,4%,0%,16%)
(0.14/0.04/0.00/0.16)	

CMYK percentages

%13.62
%4.23
%0
%16.47

Codes

Color #B8CCD5 in popluar color models

B8CCD5
RGB184204213
HSL199°25.66%77.84%
HSB/HSV199°13.62%83.53%
CMYK13.62%4.23%0.00%
16.47%

Color #B8CCD5 in popluar number systems.

HEXB8CCD5
Decimal184204213
Binary101110001100110011010101
Octal270314325

Shades and tints

Shades of #B8CCD5

#B8CCD5
(184,204,213)
#A8BAC2
(168,186,194)
#98A8AF
(152,168,175)
#88969C
(136,150,156)
#788489
(120,132,137)
#687276
(104,114,118)
#586063
(88,96,99)
#484E50
(72,78,80)
#383C3D
(56,60,61)
#282A2A
(40,42,42)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #B8CCD5

#B8CCD5
(184,204,213)
#BED0D8
(190,208,216)
#C4D4DB
(196,212,219)
#CAD8DE
(202,216,222)
#D0DCE1
(208,220,225)
#D6E0E4
(214,224,228)
#DCE4E7
(220,228,231)
#E2E8EA
(226,232,234)
#E8ECED
(232,236,237)
#EEF0F0
(238,240,240)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CCD5; }

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

This text font color is #B8CCD5.


Background Color

.myBgColor { background-color: #B8CCD5; }

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

This div background color is #B8CCD5.


Border color

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

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

This div border color is #B8CCD5.


Opacity

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

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

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

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

This text has shadow with #B8CCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CCD5 on black background.


Color preview on white background

This text has color #B8CCD5 on white background.



Black color preview on #B8CCD5 background

This text has black color on #B8CCD5 background.


White color preview on #B8CCD5 background

This text has white color on #B8CCD5 background.