COLOR #DAD7DE

HEX: #DAD7DE
RGB: (218,215,222)

Color info

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

RGB color model

#DAD7DE color RGB value is (218,215,222).

  • red value is 218;
  • green value is 215;
  • blue value is 222.
RGB:
(218,215,222)
(85%,84%,87%)

RGB channels and saturation

R 218 of 255 = 85%
G 215 of 255 = 84%
B 222 of 255 = 87%

218
215
222

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

Portions of RGB colors in percentages

R + G + B =
218 + 215 + 222 = 655 (100%)
R 218 of 655 ~ 33.28%
G 215 of 655 ~ 32.82%
B 222 of 655 ~ 33.89%

%33.28
%32.82
%33.89

CMYK color model

#DAD7DE color CMYK value is (2,3,0,13).

  • cyan value is 1.80%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(2,3,0,13)
C2M3Y0K13 
(2%,3%,0%,13%)
(0.02/0.03/0.00/0.13)	

CMYK percentages

%1.8
%3.15
%0
%12.94

Codes

Color #DAD7DE in popluar color models

DAD7DE
RGB218215222
HSL266°9.59%85.69%
HSB/HSV266°3.15%87.06%
CMYK1.80%3.15%0.00%
12.94%

Color #DAD7DE in popluar number systems.

HEXDAD7DE
Decimal218215222
Binary110110101101011111011110
Octal332327336

Shades and tints

Shades of #DAD7DE

#DAD7DE
(218,215,222)
#C7C4CA
(199,196,202)
#B4B1B6
(180,177,182)
#A19EA2
(161,158,162)
#8E8B8E
(142,139,142)
#7B787A
(123,120,122)
#686566
(104,101,102)
#555252
(85,82,82)
#423F3E
(66,63,62)
#2F2C2A
(47,44,42)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #DAD7DE

#DAD7DE
(218,215,222)
#DDDAE1
(221,218,225)
#E0DDE4
(224,221,228)
#E3E0E7
(227,224,231)
#E6E3EA
(230,227,234)
#E9E6ED
(233,230,237)
#ECE9F0
(236,233,240)
#EFECF3
(239,236,243)
#F2EFF6
(242,239,246)
#F5F2F9
(245,242,249)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD7DE; }

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

This text font color is #DAD7DE.


Background Color

.myBgColor { background-color: #DAD7DE; }

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

This div background color is #DAD7DE.


Border color

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

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

This div border color is #DAD7DE.


Opacity

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

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

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

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

This text has shadow with #DAD7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD7DE on black background.


Color preview on white background

This text has color #DAD7DE on white background.



Black color preview on #DAD7DE background

This text has black color on #DAD7DE background.


White color preview on #DAD7DE background

This text has white color on #DAD7DE background.