COLOR #DAD5C3

HEX: #DAD5C3 RGB: (218,213,195)

Color info

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

RGB color model

#DAD5C3 color RGB value is (218,213,195).

RGB: (218,213,195) (85%, 84%, 76%)

RGB channels and saturation

R 218 of 255 = 85%
G 213 of 255 = 84%
B 195 of 255 = 76%

218
213
195

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

Portions of RGB colors in percentages

R + G + B = 218 + 213 + 195 = 626 (100%)
R 218 of 626 ~ 34.82%
G 213 of 626 ~ 34.03%
B 195 of 626 ~ 31.15'%

%34.82
%34.03
%31.15

CMYK color model

#DAD5C3 color CMYK value is (0,2,11,15).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 10.55%
  • key color value is 14.51%

CMYK: (0,2,11,15)
C0M2Y11K15 (0%, 2%, 11%, 15%)
(0.00 / 0.02 / 0.11 / 0.15)

CMYK percentages

%0
%2.29
%10.55
%14.51

Codes

Color #DAD5C3 in popluar color models

DA D5 C3
RGB 218 213 195
HSL 47° 23.71% 80.98%
HSB/HSV 47° 10.55% 85.49%
CMYK 0.00% 2.29% 10.55%
14.51%

Color #DAD5C3 in popluar number systems.

HEX DA D5 C3
Decimal 218 213 195
Binary 11011010 11010101 11000011
Octal 332 325 303

Shades and tints

Shades of #DAD5C3

#DAD5C3
(218,213,195)
#C7C2B2
(199,194,178)
#B4AFA1
(180,175,161)
#A19C90
(161,156,144)
#8E897F
(142,137,127)
#7B766E
(123,118,110)
#68635D
(104,99,93)
#55504C
(85,80,76)
#423D3B
(66,61,59)
#2F2A2A
(47,42,42)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #DAD5C3

#DAD5C3
(218,213,195)
#DDD8C8
(221,216,200)
#E0DBCD
(224,219,205)
#E3DED2
(227,222,210)
#E6E1D7
(230,225,215)
#E9E4DC
(233,228,220)
#ECE7E1
(236,231,225)
#EFEAE6
(239,234,230)
#F2EDEB
(242,237,235)
#F5F0F0
(245,240,240)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD5C3 color. Also use rgb(218,213,195) instead hex code.

Text Font Color

.myTextColor { color: #DAD5C3; }

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

This text font color is #DAD5C3.

Background Color

.myBgColor { background-color: #DAD5C3; }

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

This div background color is #DAD5C3.

Border color

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

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

This div border color is #DAD5C3.

Opacity

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

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

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

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

This text has shadow with #DAD5C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD5C3.

Preview

Color preview on black background

This text has color #DAD5C3 on black background.


Color preview on white background

This text has color #DAD5C3 on white background.


Black color preview on #DAD5C3 background

This text has black color on #DAD5C3 background.


White color preview on #DAD5C3 background

This text has white color on #DAD5C3 background.


Related colors

Complementary color

Complementary color for #hex is #252A3C.


I love getcolorcode.com

Triadic colors

1 #C3DAD5 and #D5C3DA with #DAD5C3 are triadic colors.

2 #C3D5DA and #D5DAC3 with #DAD5C3 are triadic colors.