COLOR #DAD4DC

HEX: #DAD4DC RGB: (218,212,220)

Color info

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

RGB color model

#DAD4DC color RGB value is (218,212,220).

RGB: (218,212,220) (85%, 83%, 86%)

RGB channels and saturation

R 218 of 255 = 85%
G 212 of 255 = 83%
B 220 of 255 = 86%

218
212
220

R + G + B ~ 85%. #DAD4DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 212 + 220 = 650 (100%)
R 218 of 650 ~ 33.54%
G 212 of 650 ~ 32.62%
B 220 of 650 ~ 33.85'%

%33.54
%32.62
%33.85

CMYK color model

#DAD4DC color CMYK value is (1,4,0,14).

  • cyan value is 0.91%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (1,4,0,14)
C1M4Y0K14 (1%, 4%, 0%, 14%)
(0.01 / 0.04 / 0.00 / 0.14)

CMYK percentages

%0.91
%3.64
%0
%13.73

Codes

Color #DAD4DC in popluar color models

DA D4 DC
RGB 218 212 220
HSL 285° 10.26% 84.71%
HSB/HSV 285° 3.64% 86.27%
CMYK 0.91% 3.64% 0.00%
13.73%

Color #DAD4DC in popluar number systems.

HEX DA D4 DC
Decimal 218 212 220
Binary 11011010 11010100 11011100
Octal 332 324 334

Shades and tints

Shades of #DAD4DC

#DAD4DC
(218,212,220)
#C7C1C8
(199,193,200)
#B4AEB4
(180,174,180)
#A19BA0
(161,155,160)
#8E888C
(142,136,140)
#7B7578
(123,117,120)
#686264
(104,98,100)
#554F50
(85,79,80)
#423C3C
(66,60,60)
#2F2928
(47,41,40)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #DAD4DC

#DAD4DC
(218,212,220)
#DDD7DF
(221,215,223)
#E0DAE2
(224,218,226)
#E3DDE5
(227,221,229)
#E6E0E8
(230,224,232)
#E9E3EB
(233,227,235)
#ECE6EE
(236,230,238)
#EFE9F1
(239,233,241)
#F2ECF4
(242,236,244)
#F5EFF7
(245,239,247)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD4DC; }

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

This text font color is #DAD4DC.

Background Color

.myBgColor { background-color: #DAD4DC; }

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

This div background color is #DAD4DC.

Border color

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

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

This div border color is #DAD4DC.

Opacity

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

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

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

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

This text has shadow with #DAD4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD4DC.

Preview

Color preview on black background

This text has color #DAD4DC on black background.


Color preview on white background

This text has color #DAD4DC on white background.


Black color preview on #DAD4DC background

This text has black color on #DAD4DC background.


White color preview on #DAD4DC background

This text has white color on #DAD4DC background.


Related colors

Complementary color

Complementary color for #hex is #252B23.


I love getcolorcode.com

Triadic colors

1 #DCDAD4 and #D4DCDA with #DAD4DC are triadic colors.

2 #DCD4DA and #D4DADC with #DAD4DC are triadic colors.