COLOR #DAD3E7

HEX: #DAD3E7
RGB: (218,211,231)

Color info

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

RGB color model

#DAD3E7 color RGB value is (218,211,231).

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

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 231 of 255 = 91%

218
211
231

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

Portions of RGB colors in percentages

R + G + B =
218 + 211 + 231 = 660 (100%)
R 218 of 660 ~ 33.03%
G 211 of 660 ~ 31.97%
B 231 of 660 ~ 35%

%33.03
%31.97
%35

CMYK color model

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

  • cyan value is 5.63%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(6,9,0,9)
C6M9Y0K9 
(6%,9%,0%,9%)
(0.06/0.09/0.00/0.09)	

CMYK percentages

%5.63
%8.66
%0
%9.41

Codes

Color #DAD3E7 in popluar color models

DAD3E7
RGB218211231
HSL261°29.41%86.67%
HSB/HSV261°8.66%90.59%
CMYK5.63%8.66%0.00%
9.41%

Color #DAD3E7 in popluar number systems.

HEXDAD3E7
Decimal218211231
Binary110110101101001111100111
Octal332323347

Shades and tints

Shades of #DAD3E7

#DAD3E7
(218,211,231)
#C7C0D2
(199,192,210)
#B4ADBD
(180,173,189)
#A19AA8
(161,154,168)
#8E8793
(142,135,147)
#7B747E
(123,116,126)
#686169
(104,97,105)
#554E54
(85,78,84)
#423B3F
(66,59,63)
#2F282A
(47,40,42)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #DAD3E7

#DAD3E7
(218,211,231)
#DDD7E9
(221,215,233)
#E0DBEB
(224,219,235)
#E3DFED
(227,223,237)
#E6E3EF
(230,227,239)
#E9E7F1
(233,231,241)
#ECEBF3
(236,235,243)
#EFEFF5
(239,239,245)
#F2F3F7
(242,243,247)
#F5F7F9
(245,247,249)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD3E7; }

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

This text font color is #DAD3E7.


Background Color

.myBgColor { background-color: #DAD3E7; }

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

This div background color is #DAD3E7.


Border color

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

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

This div border color is #DAD3E7.


Opacity

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

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

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

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

This text has shadow with #DAD3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD3E7 on black background.


Color preview on white background

This text has color #DAD3E7 on white background.



Black color preview on #DAD3E7 background

This text has black color on #DAD3E7 background.


White color preview on #DAD3E7 background

This text has white color on #DAD3E7 background.