COLOR #DAD7E2

HEX: #DAD7E2
RGB: (218,215,226)

Color info

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

RGB color model

#DAD7E2 color RGB value is (218,215,226).

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

RGB channels and saturation

R 218 of 255 = 85%
G 215 of 255 = 84%
B 226 of 255 = 89%

218
215
226

R + G + B ~ 86%. #DAD7E2 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 215 + 226 = 659 (100%)
R 218 of 659 ~ 33.08%
G 215 of 659 ~ 32.63%
B 226 of 659 ~ 34.29%

%33.08
%32.63
%34.29

CMYK color model

#DAD7E2 color CMYK value is (4,5,0,11).

  • cyan value is 3.54%
  • magenta value is 4.87%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(4,5,0,11)
C4M5Y0K11 
(4%,5%,0%,11%)
(0.04/0.05/0.00/0.11)	

CMYK percentages

%3.54
%4.87
%0
%11.37

Codes

Color #DAD7E2 in popluar color models

DAD7E2
RGB218215226
HSL256°15.94%86.47%
HSB/HSV256°4.87%88.63%
CMYK3.54%4.87%0.00%
11.37%

Color #DAD7E2 in popluar number systems.

HEXDAD7E2
Decimal218215226
Binary110110101101011111100010
Octal332327342

Shades and tints

Shades of #DAD7E2

#DAD7E2
(218,215,226)
#C7C4CE
(199,196,206)
#B4B1BA
(180,177,186)
#A19EA6
(161,158,166)
#8E8B92
(142,139,146)
#7B787E
(123,120,126)
#68656A
(104,101,106)
#555256
(85,82,86)
#423F42
(66,63,66)
#2F2C2E
(47,44,46)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #DAD7E2

#DAD7E2
(218,215,226)
#DDDAE4
(221,218,228)
#E0DDE6
(224,221,230)
#E3E0E8
(227,224,232)
#E6E3EA
(230,227,234)
#E9E6EC
(233,230,236)
#ECE9EE
(236,233,238)
#EFECF0
(239,236,240)
#F2EFF2
(242,239,242)
#F5F2F4
(245,242,244)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD7E2; }

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

This text font color is #DAD7E2.


Background Color

.myBgColor { background-color: #DAD7E2; }

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

This div background color is #DAD7E2.


Border color

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

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

This div border color is #DAD7E2.


Opacity

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

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

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

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

This text has shadow with #DAD7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD7E2 on black background.


Color preview on white background

This text has color #DAD7E2 on white background.



Black color preview on #DAD7E2 background

This text has black color on #DAD7E2 background.


White color preview on #DAD7E2 background

This text has white color on #DAD7E2 background.