COLOR #DAD7C5

HEX: #DAD7C5 RGB: (218,215,197)

Color info

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

RGB color model

#DAD7C5 color RGB value is (218,215,197).

RGB: (218,215,197) (85%, 84%, 77%)

RGB channels and saturation

R 218 of 255 = 85%
G 215 of 255 = 84%
B 197 of 255 = 77%

218
215
197

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

Portions of RGB colors in percentages

R + G + B = 218 + 215 + 197 = 630 (100%)
R 218 of 630 ~ 34.6%
G 215 of 630 ~ 34.13%
B 197 of 630 ~ 31.27'%

%34.6
%34.13
%31.27

CMYK color model

#DAD7C5 color CMYK value is (0,1,10,15).

  • cyan value is 0.00%
  • magenta value is 1.38%
  • yellow value is 9.63%
  • key color value is 14.51%

CMYK: (0,1,10,15)
C0M1Y10K15 (0%, 1%, 10%, 15%)
(0.00 / 0.01 / 0.10 / 0.15)

CMYK percentages

%0
%1.38
%9.63
%14.51

Codes

Color #DAD7C5 in popluar color models

DA D7 C5
RGB 218 215 197
HSL 51° 22.11% 81.37%
HSB/HSV 51° 9.63% 85.49%
CMYK 0.00% 1.38% 9.63%
14.51%

Color #DAD7C5 in popluar number systems.

HEX DA D7 C5
Decimal 218 215 197
Binary 11011010 11010111 11000101
Octal 332 327 305

Shades and tints

Shades of #DAD7C5

#DAD7C5
(218,215,197)
#C7C4B4
(199,196,180)
#B4B1A3
(180,177,163)
#A19E92
(161,158,146)
#8E8B81
(142,139,129)
#7B7870
(123,120,112)
#68655F
(104,101,95)
#55524E
(85,82,78)
#423F3D
(66,63,61)
#2F2C2C
(47,44,44)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #DAD7C5

#DAD7C5
(218,215,197)
#DDDACA
(221,218,202)
#E0DDCF
(224,221,207)
#E3E0D4
(227,224,212)
#E6E3D9
(230,227,217)
#E9E6DE
(233,230,222)
#ECE9E3
(236,233,227)
#EFECE8
(239,236,232)
#F2EFED
(242,239,237)
#F5F2F2
(245,242,242)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD7C5 color. Also use rgb(218,215,197) instead hex code.

Text Font Color

.myTextColor { color: #DAD7C5; }

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

This text font color is #DAD7C5.

Background Color

.myBgColor { background-color: #DAD7C5; }

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

This div background color is #DAD7C5.

Border color

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

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

This div border color is #DAD7C5.

Opacity

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

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

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

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

This text has shadow with #DAD7C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD7C5.

Preview

Color preview on black background

This text has color #DAD7C5 on black background.


Color preview on white background

This text has color #DAD7C5 on white background.


Black color preview on #DAD7C5 background

This text has black color on #DAD7C5 background.


White color preview on #DAD7C5 background

This text has white color on #DAD7C5 background.


Related colors

Complementary color

Complementary color for #hex is #25283A.


I love getcolorcode.com

Triadic colors

1 #C5DAD7 and #D7C5DA with #DAD7C5 are triadic colors.

2 #C5D7DA and #D7DAC5 with #DAD7C5 are triadic colors.