COLOR #B4D8CD

HEX: #B4D8CD
RGB: (180,216,205)

Color info

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

RGB color model

#B4D8CD color RGB value is (180,216,205).

  • red value is 180;
  • green value is 216;
  • blue value is 205.
RGB:
(180,216,205)
(71%,85%,80%)

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 205 of 255 = 80%

180
216
205

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

Portions of RGB colors in percentages

R + G + B =
180 + 216 + 205 = 601 (100%)
R 180 of 601 ~ 29.95%
G 216 of 601 ~ 35.94%
B 205 of 601 ~ 34.11%

%29.95
%35.94
%34.11

CMYK color model

#B4D8CD color CMYK value is (17,0,5,15).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 5.09%
  • key color value is 15.29%
CMYK:
(17,0,5,15)
C17M0Y5K15 
(17%,0%,5%,15%)
(0.17/0.00/0.05/0.15)	

CMYK percentages

%16.67
%0
%5.09
%15.29

Codes

Color #B4D8CD in popluar color models

B4D8CD
RGB180216205
HSL162°31.58%77.65%
HSB/HSV162°16.67%84.71%
CMYK16.67%0.00%5.09%
15.29%

Color #B4D8CD in popluar number systems.

HEXB4D8CD
Decimal180216205
Binary101101001101100011001101
Octal264330315

Shades and tints

Shades of #B4D8CD

#B4D8CD
(180,216,205)
#A4C5BB
(164,197,187)
#94B2A9
(148,178,169)
#849F97
(132,159,151)
#748C85
(116,140,133)
#647973
(100,121,115)
#546661
(84,102,97)
#44534F
(68,83,79)
#34403D
(52,64,61)
#242D2B
(36,45,43)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #B4D8CD

#B4D8CD
(180,216,205)
#BADBD1
(186,219,209)
#C0DED5
(192,222,213)
#C6E1D9
(198,225,217)
#CCE4DD
(204,228,221)
#D2E7E1
(210,231,225)
#D8EAE5
(216,234,229)
#DEEDE9
(222,237,233)
#E4F0ED
(228,240,237)
#EAF3F1
(234,243,241)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D8CD color. Also use rgb(180,216,205) instead hex code.

Text Font Color

.myTextColor { color: #B4D8CD; }

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

This text font color is #B4D8CD.


Background Color

.myBgColor { background-color: #B4D8CD; }

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

This div background color is #B4D8CD.


Border color

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

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

This div border color is #B4D8CD.


Opacity

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

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

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

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

This text has shadow with #B4D8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D8CD on black background.


Color preview on white background

This text has color #B4D8CD on white background.



Black color preview on #B4D8CD background

This text has black color on #B4D8CD background.


White color preview on #B4D8CD background

This text has white color on #B4D8CD background.