COLOR #DAD1E7

HEX: #DAD1E7
RGB: (218,209,231)

Color info

#DAD1E7 contains red, green and blue colors in about the same proportion. Web safe color of #DAD1E7 is #CCCCFF (or #CCF).

RGB color model

#DAD1E7 color RGB value is (218,209,231).

  • red value is 218;
  • green value is 209;
  • blue value is 231.
RGB:
(218,209,231)
(85%,82%,91%)

RGB channels and saturation

R 218 of 255 = 85%
G 209 of 255 = 82%
B 231 of 255 = 91%

218
209
231

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

Portions of RGB colors in percentages

R + G + B =
218 + 209 + 231 = 658 (100%)
R 218 of 658 ~ 33.13%
G 209 of 658 ~ 31.76%
B 231 of 658 ~ 35.11%

%33.13
%31.76
%35.11

CMYK color model

#DAD1E7 color CMYK value is (6,10,0,9).

  • cyan value is 5.63%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(6,10,0,9)
C6M10Y0K9 
(6%,10%,0%,9%)
(0.06/0.10/0.00/0.09)	

CMYK percentages

%5.63
%9.52
%0
%9.41

Codes

Color #DAD1E7 in popluar color models

DAD1E7
RGB218209231
HSL265°31.43%86.27%
HSB/HSV265°9.52%90.59%
CMYK5.63%9.52%0.00%
9.41%

Color #DAD1E7 in popluar number systems.

HEXDAD1E7
Decimal218209231
Binary110110101101000111100111
Octal332321347

Shades and tints

Shades of #DAD1E7

#DAD1E7
(218,209,231)
#C7BED2
(199,190,210)
#B4ABBD
(180,171,189)
#A198A8
(161,152,168)
#8E8593
(142,133,147)
#7B727E
(123,114,126)
#685F69
(104,95,105)
#554C54
(85,76,84)
#42393F
(66,57,63)
#2F262A
(47,38,42)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #DAD1E7

#DAD1E7
(218,209,231)
#DDD5E9
(221,213,233)
#E0D9EB
(224,217,235)
#E3DDED
(227,221,237)
#E6E1EF
(230,225,239)
#E9E5F1
(233,229,241)
#ECE9F3
(236,233,243)
#EFEDF5
(239,237,245)
#F2F1F7
(242,241,247)
#F5F5F9
(245,245,249)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD1E7 color. Also use rgb(218,209,231) instead hex code.

Text Font Color

.myTextColor { color: #DAD1E7; }

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

This text font color is #DAD1E7.


Background Color

.myBgColor { background-color: #DAD1E7; }

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

This div background color is #DAD1E7.


Border color

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

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

This div border color is #DAD1E7.


Opacity

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

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

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

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

This text has shadow with #DAD1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD1E7 on black background.


Color preview on white background

This text has color #DAD1E7 on white background.



Black color preview on #DAD1E7 background

This text has black color on #DAD1E7 background.


White color preview on #DAD1E7 background

This text has white color on #DAD1E7 background.