COLOR #DAD4C4

HEX: #DAD4C4 RGB: (218,212,196)

Color info

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

RGB color model

#DAD4C4 color RGB value is (218,212,196).

RGB: (218,212,196) (85%, 83%, 77%)

RGB channels and saturation

R 218 of 255 = 85%
G 212 of 255 = 83%
B 196 of 255 = 77%

218
212
196

R + G + B ~ 82%. #DAD4C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 212 + 196 = 626 (100%)
R 218 of 626 ~ 34.82%
G 212 of 626 ~ 33.87%
B 196 of 626 ~ 31.31'%

%34.82
%33.87
%31.31

CMYK color model

#DAD4C4 color CMYK value is (0,3,10,15).

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

CMYK: (0,3,10,15)
C0M3Y10K15 (0%, 3%, 10%, 15%)
(0.00 / 0.03 / 0.10 / 0.15)

CMYK percentages

%0
%2.75
%10.09
%14.51

Codes

Color #DAD4C4 in popluar color models

DA D4 C4
RGB 218 212 196
HSL 44° 22.92% 81.18%
HSB/HSV 44° 10.09% 85.49%
CMYK 0.00% 2.75% 10.09%
14.51%

Color #DAD4C4 in popluar number systems.

HEX DA D4 C4
Decimal 218 212 196
Binary 11011010 11010100 11000100
Octal 332 324 304

Shades and tints

Shades of #DAD4C4

#DAD4C4
(218,212,196)
#C7C1B3
(199,193,179)
#B4AEA2
(180,174,162)
#A19B91
(161,155,145)
#8E8880
(142,136,128)
#7B756F
(123,117,111)
#68625E
(104,98,94)
#554F4D
(85,79,77)
#423C3C
(66,60,60)
#2F292B
(47,41,43)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #DAD4C4

#DAD4C4
(218,212,196)
#DDD7C9
(221,215,201)
#E0DACE
(224,218,206)
#E3DDD3
(227,221,211)
#E6E0D8
(230,224,216)
#E9E3DD
(233,227,221)
#ECE6E2
(236,230,226)
#EFE9E7
(239,233,231)
#F2ECEC
(242,236,236)
#F5EFF1
(245,239,241)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD4C4; }

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

This text font color is #DAD4C4.

Background Color

.myBgColor { background-color: #DAD4C4; }

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

This div background color is #DAD4C4.

Border color

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

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

This div border color is #DAD4C4.

Opacity

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

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

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

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

This text has shadow with #DAD4C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD4C4.

Preview

Color preview on black background

This text has color #DAD4C4 on black background.


Color preview on white background

This text has color #DAD4C4 on white background.


Black color preview on #DAD4C4 background

This text has black color on #DAD4C4 background.


White color preview on #DAD4C4 background

This text has white color on #DAD4C4 background.


Related colors

Complementary color

Complementary color for #hex is #252B3B.


I love getcolorcode.com

Triadic colors

1 #C4DAD4 and #D4C4DA with #DAD4C4 are triadic colors.

2 #C4D4DA and #D4DAC4 with #DAD4C4 are triadic colors.