COLOR #B4D4CD

HEX: #B4D4CD RGB: (180,212,205)

Color info

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

RGB color model

#B4D4CD color RGB value is (180,212,205).

RGB: (180,212,205) (71%, 83%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 212 of 255 = 83%
B 205 of 255 = 80%

180
212
205

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

Portions of RGB colors in percentages

R + G + B = 180 + 212 + 205 = 597 (100%)
R 180 of 597 ~ 30.15%
G 212 of 597 ~ 35.51%
B 205 of 597 ~ 34.34'%

%30.15
%35.51
%34.34

CMYK color model

#B4D4CD color CMYK value is (15,0,3,17).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 3.30%
  • key color value is 16.86%
CMYK: (15,0,3,17) C15M0Y3K17 (15%,0%,3%,17%) (0.15/0.00/0.03/0.17) 

CMYK percentages

%15.09
%0
%3.3
%16.86

Codes

Color #B4D4CD in popluar color models

B4 D4 CD
RGB 180 212 205
HSL 167° 27.12% 76.86%
HSB/HSV 167° 15.09% 83.14%
CMYK 15.09% 0.00% 3.30%
16.86%

Color #B4D4CD in popluar number systems.

HEX B4 D4 CD
Decimal 180 212 205
Binary 10110100 11010100 11001101
Octal 264 324 315

Shades and tints

Shades of #B4D4CD

#B4D4CD
(180,212,205)
#A4C1BB
(164,193,187)
#94AEA9
(148,174,169)
#849B97
(132,155,151)
#748885
(116,136,133)
#647573
(100,117,115)
#546261
(84,98,97)
#444F4F
(68,79,79)
#343C3D
(52,60,61)
#24292B
(36,41,43)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #B4D4CD

#B4D4CD
(180,212,205)
#BAD7D1
(186,215,209)
#C0DAD5
(192,218,213)
#C6DDD9
(198,221,217)
#CCE0DD
(204,224,221)
#D2E3E1
(210,227,225)
#D8E6E5
(216,230,229)
#DEE9E9
(222,233,233)
#E4ECED
(228,236,237)
#EAEFF1
(234,239,241)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D4CD; }

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

This text font color is #B4D4CD.

Background Color

.myBgColor { background-color: #B4D4CD; }

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

This div background color is #B4D4CD.

Border color

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

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

This div border color is #B4D4CD.

Opacity

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

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

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

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

This text has shadow with #B4D4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D4CD.

Preview

Color preview on black background

This text has color #B4D4CD on black background.


Color preview on white background

This text has color #B4D4CD on white background.


Black color preview on #B4D4CD background

This text has black color on #B4D4CD background.


White color preview on #B4D4CD background

This text has white color on #B4D4CD background.


Related colors

Complementary color

Complementary color for #hex is #4B2B32.


I love getcolorcode.com

Triadic colors

1 #CDB4D4 and #D4CDB4 with #B4D4CD are triadic colors.

2 #CDD4B4 and #D4B4CD with #B4D4CD are triadic colors.