COLOR #D4DABD

HEX: #D4DABD RGB: (212,218,189)

Color info

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

RGB color model

#D4DABD color RGB value is (212,218,189).

RGB: (212,218,189) (83%, 85%, 74%)

RGB channels and saturation

R 212 of 255 = 83%
G 218 of 255 = 85%
B 189 of 255 = 74%

212
218
189

R + G + B ~ 81%. #D4DABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 218 + 189 = 619 (100%)
R 212 of 619 ~ 34.25%
G 218 of 619 ~ 35.22%
B 189 of 619 ~ 30.53'%

%34.25
%35.22
%30.53

CMYK color model

#D4DABD color CMYK value is (3,0,13,15).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 14.51%

CMYK: (3,0,13,15)
C3M0Y13K15 (3%, 0%, 13%, 15%)
(0.03 / 0.00 / 0.13 / 0.15)

CMYK percentages

%2.75
%0
%13.3
%14.51

Codes

Color #D4DABD in popluar color models

D4 DA BD
RGB 212 218 189
HSL 72° 28.16% 79.80%
HSB/HSV 72° 13.30% 85.49%
CMYK 2.75% 0.00% 13.30%
14.51%

Color #D4DABD in popluar number systems.

HEX D4 DA BD
Decimal 212 218 189
Binary 11010100 11011010 10111101
Octal 324 332 275

Shades and tints

Shades of #D4DABD

#D4DABD
(212,218,189)
#C1C7AC
(193,199,172)
#AEB49B
(174,180,155)
#9BA18A
(155,161,138)
#888E79
(136,142,121)
#757B68
(117,123,104)
#626857
(98,104,87)
#4F5546
(79,85,70)
#3C4235
(60,66,53)
#292F24
(41,47,36)
#161C13
(22,28,19)
#000000
(0,0,0)

Tints of #D4DABD

#D4DABD
(212,218,189)
#D7DDC3
(215,221,195)
#DAE0C9
(218,224,201)
#DDE3CF
(221,227,207)
#E0E6D5
(224,230,213)
#E3E9DB
(227,233,219)
#E6ECE1
(230,236,225)
#E9EFE7
(233,239,231)
#ECF2ED
(236,242,237)
#EFF5F3
(239,245,243)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DABD color. Also use rgb(212,218,189) instead hex code.

Text Font Color

.myTextColor { color: #D4DABD; }

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

This text font color is #D4DABD.

Background Color

.myBgColor { background-color: #D4DABD; }

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

This div background color is #D4DABD.

Border color

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

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

This div border color is #D4DABD.

Opacity

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

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

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

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

This text has shadow with #D4DABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DABD.

Preview

Color preview on black background

This text has color #D4DABD on black background.


Color preview on white background

This text has color #D4DABD on white background.


Black color preview on #D4DABD background

This text has black color on #D4DABD background.


White color preview on #D4DABD background

This text has white color on #D4DABD background.


Related colors

Complementary color

Complementary color for #hex is #2B2542.


I love getcolorcode.com

Triadic colors

1 #BDD4DA and #DABDD4 with #D4DABD are triadic colors.

2 #BDDAD4 and #DAD4BD with #D4DABD are triadic colors.