COLOR #D4DABE

HEX: #D4DABE RGB: (212,218,190)

Color info

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

RGB color model

#D4DABE color RGB value is (212,218,190).

RGB: (212,218,190) (83%, 85%, 75%)

RGB channels and saturation

R 212 of 255 = 83%
G 218 of 255 = 85%
B 190 of 255 = 75%

212
218
190

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

Portions of RGB colors in percentages

R + G + B = 212 + 218 + 190 = 620 (100%)
R 212 of 620 ~ 34.19%
G 218 of 620 ~ 35.16%
B 190 of 620 ~ 30.65'%

%34.19
%35.16
%30.65

CMYK color model

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

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 12.84%
  • 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
%12.84
%14.51

Codes

Color #D4DABE in popluar color models

D4 DA BE
RGB 212 218 190
HSL 73° 27.45% 80.00%
HSB/HSV 73° 12.84% 85.49%
CMYK 2.75% 0.00% 12.84%
14.51%

Color #D4DABE in popluar number systems.

HEX D4 DA BE
Decimal 212 218 190
Binary 11010100 11011010 10111110
Octal 324 332 276

Shades and tints

Shades of #D4DABE

#D4DABE
(212,218,190)
#C1C7AD
(193,199,173)
#AEB49C
(174,180,156)
#9BA18B
(155,161,139)
#888E7A
(136,142,122)
#757B69
(117,123,105)
#626858
(98,104,88)
#4F5547
(79,85,71)
#3C4236
(60,66,54)
#292F25
(41,47,37)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #D4DABE

#D4DABE
(212,218,190)
#D7DDC3
(215,221,195)
#DAE0C8
(218,224,200)
#DDE3CD
(221,227,205)
#E0E6D2
(224,230,210)
#E3E9D7
(227,233,215)
#E6ECDC
(230,236,220)
#E9EFE1
(233,239,225)
#ECF2E6
(236,242,230)
#EFF5EB
(239,245,235)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DABE; }

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

This text font color is #D4DABE.

Background Color

.myBgColor { background-color: #D4DABE; }

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

This div background color is #D4DABE.

Border color

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

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

This div border color is #D4DABE.

Opacity

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

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

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

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

This text has shadow with #D4DABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DABE.

Preview

Color preview on black background

This text has color #D4DABE on black background.


Color preview on white background

This text has color #D4DABE on white background.


Black color preview on #D4DABE background

This text has black color on #D4DABE background.


White color preview on #D4DABE background

This text has white color on #D4DABE background.


Related colors

Complementary color

Complementary color for #hex is #2B2541.


I love getcolorcode.com

Triadic colors

1 #BED4DA and #DABED4 with #D4DABE are triadic colors.

2 #BEDAD4 and #DAD4BE with #D4DABE are triadic colors.