COLOR #B4D1CD

HEX: #B4D1CD
RGB: (180,209,205)

Color info

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

RGB color model

#B4D1CD color RGB value is (180,209,205).

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

RGB channels and saturation

R 180 of 255 = 71%
G 209 of 255 = 82%
B 205 of 255 = 80%

180
209
205

R + G + B ~ 78%. #B4D1CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 209 + 205 = 594 (100%)
R 180 of 594 ~ 30.3%
G 209 of 594 ~ 35.19%
B 205 of 594 ~ 34.51%

%30.3
%35.19
%34.51

CMYK color model

#B4D1CD color CMYK value is (14,0,2,18).

  • cyan value is 13.88%
  • magenta value is 0.00%
  • yellow value is 1.91%
  • key color value is 18.04%
CMYK:
(14,0,2,18)
C14M0Y2K18 
(14%,0%,2%,18%)
(0.14/0.00/0.02/0.18)	

CMYK percentages

%13.88
%0
%1.91
%18.04

Codes

Color #B4D1CD in popluar color models

B4D1CD
RGB180209205
HSL172°23.97%76.27%
HSB/HSV172°13.88%81.96%
CMYK13.88%0.00%1.91%
18.04%

Color #B4D1CD in popluar number systems.

HEXB4D1CD
Decimal180209205
Binary101101001101000111001101
Octal264321315

Shades and tints

Shades of #B4D1CD

#B4D1CD
(180,209,205)
#A4BEBB
(164,190,187)
#94ABA9
(148,171,169)
#849897
(132,152,151)
#748585
(116,133,133)
#647273
(100,114,115)
#545F61
(84,95,97)
#444C4F
(68,76,79)
#34393D
(52,57,61)
#24262B
(36,38,43)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #B4D1CD

#B4D1CD
(180,209,205)
#BAD5D1
(186,213,209)
#C0D9D5
(192,217,213)
#C6DDD9
(198,221,217)
#CCE1DD
(204,225,221)
#D2E5E1
(210,229,225)
#D8E9E5
(216,233,229)
#DEEDE9
(222,237,233)
#E4F1ED
(228,241,237)
#EAF5F1
(234,245,241)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D1CD; }

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

This text font color is #B4D1CD.


Background Color

.myBgColor { background-color: #B4D1CD; }

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

This div background color is #B4D1CD.


Border color

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

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

This div border color is #B4D1CD.


Opacity

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

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

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

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

This text has shadow with #B4D1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D1CD on black background.


Color preview on white background

This text has color #B4D1CD on white background.



Black color preview on #B4D1CD background

This text has black color on #B4D1CD background.


White color preview on #B4D1CD background

This text has white color on #B4D1CD background.