COLOR #DAD2E9

HEX: #DAD2E9
RGB: (218,210,233)

Color info

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

RGB color model

#DAD2E9 color RGB value is (218,210,233).

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

RGB channels and saturation

R 218 of 255 = 85%
G 210 of 255 = 82%
B 233 of 255 = 91%

218
210
233

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

Portions of RGB colors in percentages

R + G + B =
218 + 210 + 233 = 661 (100%)
R 218 of 661 ~ 32.98%
G 210 of 661 ~ 31.77%
B 233 of 661 ~ 35.25%

%32.98
%31.77
%35.25

CMYK color model

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

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

CMYK percentages

%6.44
%9.87
%0
%8.63

Codes

Color #DAD2E9 in popluar color models

DAD2E9
RGB218210233
HSL261°34.33%86.86%
HSB/HSV261°9.87%91.37%
CMYK6.44%9.87%0.00%
8.63%

Color #DAD2E9 in popluar number systems.

HEXDAD2E9
Decimal218210233
Binary110110101101001011101001
Octal332322351

Shades and tints

Shades of #DAD2E9

#DAD2E9
(218,210,233)
#C7BFD4
(199,191,212)
#B4ACBF
(180,172,191)
#A199AA
(161,153,170)
#8E8695
(142,134,149)
#7B7380
(123,115,128)
#68606B
(104,96,107)
#554D56
(85,77,86)
#423A41
(66,58,65)
#2F272C
(47,39,44)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #DAD2E9

#DAD2E9
(218,210,233)
#DDD6EB
(221,214,235)
#E0DAED
(224,218,237)
#E3DEEF
(227,222,239)
#E6E2F1
(230,226,241)
#E9E6F3
(233,230,243)
#ECEAF5
(236,234,245)
#EFEEF7
(239,238,247)
#F2F2F9
(242,242,249)
#F5F6FB
(245,246,251)
#F8FAFD
(248,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD2E9 color. Also use rgb(218,210,233) instead hex code.

Text Font Color

.myTextColor { color: #DAD2E9; }

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

This text font color is #DAD2E9.


Background Color

.myBgColor { background-color: #DAD2E9; }

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

This div background color is #DAD2E9.


Border color

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

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

This div border color is #DAD2E9.


Opacity

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

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

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

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

This text has shadow with #DAD2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD2E9 on black background.


Color preview on white background

This text has color #DAD2E9 on white background.



Black color preview on #DAD2E9 background

This text has black color on #DAD2E9 background.


White color preview on #DAD2E9 background

This text has white color on #DAD2E9 background.