COLOR #B4D9CD

HEX: #B4D9CD RGB: (180,217,205)

Color info

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

RGB color model

#B4D9CD color RGB value is (180,217,205).

RGB: (180,217,205) (71%, 85%, 80%)

RGB channels and saturation

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

180
217
205

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

Portions of RGB colors in percentages

R + G + B = 180 + 217 + 205 = 602 (100%)
R 180 of 602 ~ 29.9%
G 217 of 602 ~ 36.05%
B 205 of 602 ~ 34.05'%

%29.9
%36.05
%34.05

CMYK color model

#B4D9CD color CMYK value is (17,0,6,15).

  • cyan value is 17.05%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 14.90%

CMYK: (17,0,6,15)
C17M0Y6K15 (17%, 0%, 6%, 15%)
(0.17 / 0.00 / 0.06 / 0.15)

CMYK percentages

%17.05
%0
%5.53
%14.9

Codes

Color #B4D9CD in popluar color models

B4 D9 CD
RGB 180 217 205
HSL 161° 32.74% 77.84%
HSB/HSV 161° 17.05% 85.10%
CMYK 17.05% 0.00% 5.53%
14.90%

Color #B4D9CD in popluar number systems.

HEX B4 D9 CD
Decimal 180 217 205
Binary 10110100 11011001 11001101
Octal 264 331 315

Shades and tints

Shades of #B4D9CD

#B4D9CD
(180,217,205)
#A4C6BB
(164,198,187)
#94B3A9
(148,179,169)
#84A097
(132,160,151)
#748D85
(116,141,133)
#647A73
(100,122,115)
#546761
(84,103,97)
#44544F
(68,84,79)
#34413D
(52,65,61)
#242E2B
(36,46,43)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #B4D9CD

#B4D9CD
(180,217,205)
#BADCD1
(186,220,209)
#C0DFD5
(192,223,213)
#C6E2D9
(198,226,217)
#CCE5DD
(204,229,221)
#D2E8E1
(210,232,225)
#D8EBE5
(216,235,229)
#DEEEE9
(222,238,233)
#E4F1ED
(228,241,237)
#EAF4F1
(234,244,241)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D9CD; }

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

This text font color is #B4D9CD.

Background Color

.myBgColor { background-color: #B4D9CD; }

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

This div background color is #B4D9CD.

Border color

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

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

This div border color is #B4D9CD.

Opacity

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

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

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

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

This text has shadow with #B4D9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D9CD.

Preview

Color preview on black background

This text has color #B4D9CD on black background.


Color preview on white background

This text has color #B4D9CD on white background.


Black color preview on #B4D9CD background

This text has black color on #B4D9CD background.


White color preview on #B4D9CD background

This text has white color on #B4D9CD background.


Related colors

Complementary color

Complementary color for #hex is #4B2632.


I love getcolorcode.com

Triadic colors

1 #CDB4D9 and #D9CDB4 with #B4D9CD are triadic colors.

2 #CDD9B4 and #D9B4CD with #B4D9CD are triadic colors.