COLOR #DAD9CA

HEX: #DAD9CA RGB: (218,217,202)

Color info

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

RGB color model

#DAD9CA color RGB value is (218,217,202).

RGB: (218,217,202) (85%, 85%, 79%)

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 202 of 255 = 79%

218
217
202

R + G + B ~ 83%. #DAD9CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 217 + 202 = 637 (100%)
R 218 of 637 ~ 34.22%
G 217 of 637 ~ 34.07%
B 202 of 637 ~ 31.71'%

%34.22
%34.07
%31.71

CMYK color model

#DAD9CA color CMYK value is (0,0,7,15).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 7.34%
  • key color value is 14.51%

CMYK: (0,0,7,15)
C0M0Y7K15 (0%, 0%, 7%, 15%)
(0.00 / 0.00 / 0.07 / 0.15)

CMYK percentages

%0
%0.46
%7.34
%14.51

Codes

Color #DAD9CA in popluar color models

DA D9 CA
RGB 218 217 202
HSL 56° 17.78% 82.35%
HSB/HSV 56° 7.34% 85.49%
CMYK 0.00% 0.46% 7.34%
14.51%

Color #DAD9CA in popluar number systems.

HEX DA D9 CA
Decimal 218 217 202
Binary 11011010 11011001 11001010
Octal 332 331 312

Shades and tints

Shades of #DAD9CA

#DAD9CA
(218,217,202)
#C7C6B8
(199,198,184)
#B4B3A6
(180,179,166)
#A1A094
(161,160,148)
#8E8D82
(142,141,130)
#7B7A70
(123,122,112)
#68675E
(104,103,94)
#55544C
(85,84,76)
#42413A
(66,65,58)
#2F2E28
(47,46,40)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #DAD9CA

#DAD9CA
(218,217,202)
#DDDCCE
(221,220,206)
#E0DFD2
(224,223,210)
#E3E2D6
(227,226,214)
#E6E5DA
(230,229,218)
#E9E8DE
(233,232,222)
#ECEBE2
(236,235,226)
#EFEEE6
(239,238,230)
#F2F1EA
(242,241,234)
#F5F4EE
(245,244,238)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD9CA color. Also use rgb(218,217,202) instead hex code.

Text Font Color

.myTextColor { color: #DAD9CA; }

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

This text font color is #DAD9CA.

Background Color

.myBgColor { background-color: #DAD9CA; }

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

This div background color is #DAD9CA.

Border color

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

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

This div border color is #DAD9CA.

Opacity

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

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

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

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

This text has shadow with #DAD9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD9CA.

Preview

Color preview on black background

This text has color #DAD9CA on black background.


Color preview on white background

This text has color #DAD9CA on white background.


Black color preview on #DAD9CA background

This text has black color on #DAD9CA background.


White color preview on #DAD9CA background

This text has white color on #DAD9CA background.


Related colors

Complementary color

Complementary color for #hex is #252635.


I love getcolorcode.com

Triadic colors

1 #CADAD9 and #D9CADA with #DAD9CA are triadic colors.

2 #CAD9DA and #D9DACA with #DAD9CA are triadic colors.