COLOR #DAD3E0

HEX: #DAD3E0
RGB: (218,211,224)

Color info

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

RGB color model

#DAD3E0 color RGB value is (218,211,224).

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

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 224 of 255 = 88%

218
211
224

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

Portions of RGB colors in percentages

R + G + B =
218 + 211 + 224 = 653 (100%)
R 218 of 653 ~ 33.38%
G 211 of 653 ~ 32.31%
B 224 of 653 ~ 34.3%

%33.38
%32.31
%34.3

CMYK color model

#DAD3E0 color CMYK value is (3,6,0,12).

  • cyan value is 2.68%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(3,6,0,12)
C3M6Y0K12 
(3%,6%,0%,12%)
(0.03/0.06/0.00/0.12)	

CMYK percentages

%2.68
%5.8
%0
%12.16

Codes

Color #DAD3E0 in popluar color models

DAD3E0
RGB218211224
HSL272°17.33%85.29%
HSB/HSV272°5.80%87.84%
CMYK2.68%5.80%0.00%
12.16%

Color #DAD3E0 in popluar number systems.

HEXDAD3E0
Decimal218211224
Binary110110101101001111100000
Octal332323340

Shades and tints

Shades of #DAD3E0

#DAD3E0
(218,211,224)
#C7C0CC
(199,192,204)
#B4ADB8
(180,173,184)
#A19AA4
(161,154,164)
#8E8790
(142,135,144)
#7B747C
(123,116,124)
#686168
(104,97,104)
#554E54
(85,78,84)
#423B40
(66,59,64)
#2F282C
(47,40,44)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #DAD3E0

#DAD3E0
(218,211,224)
#DDD7E2
(221,215,226)
#E0DBE4
(224,219,228)
#E3DFE6
(227,223,230)
#E6E3E8
(230,227,232)
#E9E7EA
(233,231,234)
#ECEBEC
(236,235,236)
#EFEFEE
(239,239,238)
#F2F3F0
(242,243,240)
#F5F7F2
(245,247,242)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD3E0; }

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

This text font color is #DAD3E0.


Background Color

.myBgColor { background-color: #DAD3E0; }

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

This div background color is #DAD3E0.


Border color

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

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

This div border color is #DAD3E0.


Opacity

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

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

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

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

This text has shadow with #DAD3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD3E0 on black background.


Color preview on white background

This text has color #DAD3E0 on white background.



Black color preview on #DAD3E0 background

This text has black color on #DAD3E0 background.


White color preview on #DAD3E0 background

This text has white color on #DAD3E0 background.