COLOR #DAD8E3

HEX: #DAD8E3
RGB: (218,216,227)

Color info

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

RGB color model

#DAD8E3 color RGB value is (218,216,227).

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

RGB channels and saturation

R 218 of 255 = 85%
G 216 of 255 = 85%
B 227 of 255 = 89%

218
216
227

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

Portions of RGB colors in percentages

R + G + B =
218 + 216 + 227 = 661 (100%)
R 218 of 661 ~ 32.98%
G 216 of 661 ~ 32.68%
B 227 of 661 ~ 34.34%

%32.98
%32.68
%34.34

CMYK color model

#DAD8E3 color CMYK value is (4,5,0,11).

  • cyan value is 3.96%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,5,0,11)
C4M5Y0K11 
(4%,5%,0%,11%)
(0.04/0.05/0.00/0.11)	

CMYK percentages

%3.96
%4.85
%0
%10.98

Codes

Color #DAD8E3 in popluar color models

DAD8E3
RGB218216227
HSL251°16.42%86.86%
HSB/HSV251°4.85%89.02%
CMYK3.96%4.85%0.00%
10.98%

Color #DAD8E3 in popluar number systems.

HEXDAD8E3
Decimal218216227
Binary110110101101100011100011
Octal332330343

Shades and tints

Shades of #DAD8E3

#DAD8E3
(218,216,227)
#C7C5CF
(199,197,207)
#B4B2BB
(180,178,187)
#A19FA7
(161,159,167)
#8E8C93
(142,140,147)
#7B797F
(123,121,127)
#68666B
(104,102,107)
#555357
(85,83,87)
#424043
(66,64,67)
#2F2D2F
(47,45,47)
#1C1A1B
(28,26,27)
#000000
(0,0,0)

Tints of #DAD8E3

#DAD8E3
(218,216,227)
#DDDBE5
(221,219,229)
#E0DEE7
(224,222,231)
#E3E1E9
(227,225,233)
#E6E4EB
(230,228,235)
#E9E7ED
(233,231,237)
#ECEAEF
(236,234,239)
#EFEDF1
(239,237,241)
#F2F0F3
(242,240,243)
#F5F3F5
(245,243,245)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD8E3; }

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

This text font color is #DAD8E3.


Background Color

.myBgColor { background-color: #DAD8E3; }

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

This div background color is #DAD8E3.


Border color

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

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

This div border color is #DAD8E3.


Opacity

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

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

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

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

This text has shadow with #DAD8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD8E3 on black background.


Color preview on white background

This text has color #DAD8E3 on white background.



Black color preview on #DAD8E3 background

This text has black color on #DAD8E3 background.


White color preview on #DAD8E3 background

This text has white color on #DAD8E3 background.