COLOR #DAD7E1

HEX: #DAD7E1
RGB: (218,215,225)

Color info

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

RGB color model

#DAD7E1 color RGB value is (218,215,225).

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

RGB channels and saturation

R 218 of 255 = 85%
G 215 of 255 = 84%
B 225 of 255 = 88%

218
215
225

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

Portions of RGB colors in percentages

R + G + B =
218 + 215 + 225 = 658 (100%)
R 218 of 658 ~ 33.13%
G 215 of 658 ~ 32.67%
B 225 of 658 ~ 34.19%

%33.13
%32.67
%34.19

CMYK color model

#DAD7E1 color CMYK value is (3,4,0,12).

  • cyan value is 3.11%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(3,4,0,12)
C3M4Y0K12 
(3%,4%,0%,12%)
(0.03/0.04/0.00/0.12)	

CMYK percentages

%3.11
%4.44
%0
%11.76

Codes

Color #DAD7E1 in popluar color models

DAD7E1
RGB218215225
HSL258°14.29%86.27%
HSB/HSV258°4.44%88.24%
CMYK3.11%4.44%0.00%
11.76%

Color #DAD7E1 in popluar number systems.

HEXDAD7E1
Decimal218215225
Binary110110101101011111100001
Octal332327341

Shades and tints

Shades of #DAD7E1

#DAD7E1
(218,215,225)
#C7C4CD
(199,196,205)
#B4B1B9
(180,177,185)
#A19EA5
(161,158,165)
#8E8B91
(142,139,145)
#7B787D
(123,120,125)
#686569
(104,101,105)
#555255
(85,82,85)
#423F41
(66,63,65)
#2F2C2D
(47,44,45)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #DAD7E1

#DAD7E1
(218,215,225)
#DDDAE3
(221,218,227)
#E0DDE5
(224,221,229)
#E3E0E7
(227,224,231)
#E6E3E9
(230,227,233)
#E9E6EB
(233,230,235)
#ECE9ED
(236,233,237)
#EFECEF
(239,236,239)
#F2EFF1
(242,239,241)
#F5F2F3
(245,242,243)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD7E1; }

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

This text font color is #DAD7E1.


Background Color

.myBgColor { background-color: #DAD7E1; }

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

This div background color is #DAD7E1.


Border color

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

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

This div border color is #DAD7E1.


Opacity

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

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

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

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

This text has shadow with #DAD7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD7E1 on black background.


Color preview on white background

This text has color #DAD7E1 on white background.



Black color preview on #DAD7E1 background

This text has black color on #DAD7E1 background.


White color preview on #DAD7E1 background

This text has white color on #DAD7E1 background.