COLOR #DADAE7

HEX: #DADAE7 RGB: (218,218,231)

Color info

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

RGB color model

#DADAE7 color RGB value is (218,218,231).

RGB: (218,218,231) (85%, 85%, 91%)

RGB channels and saturation

R 218 of 255 = 85%
G 218 of 255 = 85%
B 231 of 255 = 91%

218
218
231

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

Portions of RGB colors in percentages

R + G + B = 218 + 218 + 231 = 667 (100%)
R 218 of 667 ~ 32.68%
G 218 of 667 ~ 32.68%
B 231 of 667 ~ 34.63'%

%32.68
%32.68
%34.63

CMYK color model

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

  • cyan value is 5.63%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (6,6,0,9)
C6M6Y0K9 (6%, 6%, 0%, 9%)
(0.06 / 0.06 / 0.00 / 0.09)

CMYK percentages

%5.63
%5.63
%0
%9.41

Codes

Color #DADAE7 in popluar color models

DA DA E7
RGB 218 218 231
HSL 240° 21.31% 88.04%
HSB/HSV 240° 5.63% 90.59%
CMYK 5.63% 5.63% 0.00%
9.41%

Color #DADAE7 in popluar number systems.

HEX DA DA E7
Decimal 218 218 231
Binary 11011010 11011010 11100111
Octal 332 332 347

Shades and tints

Shades of #DADAE7

#DADAE7
(218,218,231)
#C7C7D2
(199,199,210)
#B4B4BD
(180,180,189)
#A1A1A8
(161,161,168)
#8E8E93
(142,142,147)
#7B7B7E
(123,123,126)
#686869
(104,104,105)
#555554
(85,85,84)
#42423F
(66,66,63)
#2F2F2A
(47,47,42)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #DADAE7

#DADAE7
(218,218,231)
#DDDDE9
(221,221,233)
#E0E0EB
(224,224,235)
#E3E3ED
(227,227,237)
#E6E6EF
(230,230,239)
#E9E9F1
(233,233,241)
#ECECF3
(236,236,243)
#EFEFF5
(239,239,245)
#F2F2F7
(242,242,247)
#F5F5F9
(245,245,249)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADAE7; }

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

This text font color is #DADAE7.

Background Color

.myBgColor { background-color: #DADAE7; }

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

This div background color is #DADAE7.

Border color

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

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

This div border color is #DADAE7.

Opacity

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

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

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

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

This text has shadow with #DADAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADAE7.

Preview

Color preview on black background

This text has color #DADAE7 on black background.


Color preview on white background

This text has color #DADAE7 on white background.


Black color preview on #DADAE7 background

This text has black color on #DADAE7 background.


White color preview on #DADAE7 background

This text has white color on #DADAE7 background.


Related colors

Complementary color

Complementary color for #hex is #252518.


I love getcolorcode.com