COLOR #DAD9E9

HEX: #DAD9E9
RGB: (218,217,233)

Color info

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

RGB color model

#DAD9E9 color RGB value is (218,217,233).

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

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 233 of 255 = 91%

218
217
233

R + G + B ~ 87%. #DAD9E9 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 217 + 233 = 668 (100%)
R 218 of 668 ~ 32.63%
G 217 of 668 ~ 32.49%
B 233 of 668 ~ 34.88%

%32.63
%32.49
%34.88

CMYK color model

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

  • cyan value is 6.44%
  • magenta value is 6.87%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(6,7,0,9)
C6M7Y0K9 
(6%,7%,0%,9%)
(0.06/0.07/0.00/0.09)	

CMYK percentages

%6.44
%6.87
%0
%8.63

Codes

Color #DAD9E9 in popluar color models

DAD9E9
RGB218217233
HSL244°26.67%88.24%
HSB/HSV244°6.87%91.37%
CMYK6.44%6.87%0.00%
8.63%

Color #DAD9E9 in popluar number systems.

HEXDAD9E9
Decimal218217233
Binary110110101101100111101001
Octal332331351

Shades and tints

Shades of #DAD9E9

#DAD9E9
(218,217,233)
#C7C6D4
(199,198,212)
#B4B3BF
(180,179,191)
#A1A0AA
(161,160,170)
#8E8D95
(142,141,149)
#7B7A80
(123,122,128)
#68676B
(104,103,107)
#555456
(85,84,86)
#424141
(66,65,65)
#2F2E2C
(47,46,44)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #DAD9E9

#DAD9E9
(218,217,233)
#DDDCEB
(221,220,235)
#E0DFED
(224,223,237)
#E3E2EF
(227,226,239)
#E6E5F1
(230,229,241)
#E9E8F3
(233,232,243)
#ECEBF5
(236,235,245)
#EFEEF7
(239,238,247)
#F2F1F9
(242,241,249)
#F5F4FB
(245,244,251)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD9E9; }

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

This text font color is #DAD9E9.


Background Color

.myBgColor { background-color: #DAD9E9; }

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

This div background color is #DAD9E9.


Border color

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

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

This div border color is #DAD9E9.


Opacity

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

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

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

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

This text has shadow with #DAD9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD9E9 on black background.


Color preview on white background

This text has color #DAD9E9 on white background.



Black color preview on #DAD9E9 background

This text has black color on #DAD9E9 background.


White color preview on #DAD9E9 background

This text has white color on #DAD9E9 background.