COLOR #DAD8E6

HEX: #DAD8E6
RGB: (218,216,230)

Color info

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

RGB color model

#DAD8E6 color RGB value is (218,216,230).

  • red value is 218;
  • green value is 216;
  • blue value is 230.
RGB:
(218,216,230)
(85%,85%,90%)

RGB channels and saturation

R 218 of 255 = 85%
G 216 of 255 = 85%
B 230 of 255 = 90%

218
216
230

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

Portions of RGB colors in percentages

R + G + B =
218 + 216 + 230 = 664 (100%)
R 218 of 664 ~ 32.83%
G 216 of 664 ~ 32.53%
B 230 of 664 ~ 34.64%

%32.83
%32.53
%34.64

CMYK color model

#DAD8E6 color CMYK value is (5,6,0,10).

  • cyan value is 5.22%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(5,6,0,10)
C5M6Y0K10 
(5%,6%,0%,10%)
(0.05/0.06/0.00/0.10)	

CMYK percentages

%5.22
%6.09
%0
%9.8

Codes

Color #DAD8E6 in popluar color models

DAD8E6
RGB218216230
HSL249°21.88%87.45%
HSB/HSV249°6.09%90.20%
CMYK5.22%6.09%0.00%
9.80%

Color #DAD8E6 in popluar number systems.

HEXDAD8E6
Decimal218216230
Binary110110101101100011100110
Octal332330346

Shades and tints

Shades of #DAD8E6

#DAD8E6
(218,216,230)
#C7C5D2
(199,197,210)
#B4B2BE
(180,178,190)
#A19FAA
(161,159,170)
#8E8C96
(142,140,150)
#7B7982
(123,121,130)
#68666E
(104,102,110)
#55535A
(85,83,90)
#424046
(66,64,70)
#2F2D32
(47,45,50)
#1C1A1E
(28,26,30)
#000000
(0,0,0)

Tints of #DAD8E6

#DAD8E6
(218,216,230)
#DDDBE8
(221,219,232)
#E0DEEA
(224,222,234)
#E3E1EC
(227,225,236)
#E6E4EE
(230,228,238)
#E9E7F0
(233,231,240)
#ECEAF2
(236,234,242)
#EFEDF4
(239,237,244)
#F2F0F6
(242,240,246)
#F5F3F8
(245,243,248)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD8E6 color. Also use rgb(218,216,230) instead hex code.

Text Font Color

.myTextColor { color: #DAD8E6; }

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

This text font color is #DAD8E6.


Background Color

.myBgColor { background-color: #DAD8E6; }

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

This div background color is #DAD8E6.


Border color

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

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

This div border color is #DAD8E6.


Opacity

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

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

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

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

This text has shadow with #DAD8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD8E6 on black background.


Color preview on white background

This text has color #DAD8E6 on white background.



Black color preview on #DAD8E6 background

This text has black color on #DAD8E6 background.


White color preview on #DAD8E6 background

This text has white color on #DAD8E6 background.