COLOR #DADAE0

HEX: #DADAE0 RGB: (218,218,224)

Color info

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

RGB color model

#DADAE0 color RGB value is (218,218,224).

RGB: (218,218,224) (85%, 85%, 88%)

RGB channels and saturation

R 218 of 255 = 85%
G 218 of 255 = 85%
B 224 of 255 = 88%

218
218
224

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

Portions of RGB colors in percentages

R + G + B = 218 + 218 + 224 = 660 (100%)
R 218 of 660 ~ 33.03%
G 218 of 660 ~ 33.03%
B 224 of 660 ~ 33.94'%

%33.03
%33.03
%33.94

CMYK color model

#DADAE0 color CMYK value is (3,3,0,12).

  • cyan value is 2.68%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (3,3,0,12)
C3M3Y0K12 (3%, 3%, 0%, 12%)
(0.03 / 0.03 / 0.00 / 0.12)

CMYK percentages

%2.68
%2.68
%0
%12.16

Codes

Color #DADAE0 in popluar color models

DA DA E0
RGB 218 218 224
HSL 240° 8.82% 86.67%
HSB/HSV 240° 2.68% 87.84%
CMYK 2.68% 2.68% 0.00%
12.16%

Color #DADAE0 in popluar number systems.

HEX DA DA E0
Decimal 218 218 224
Binary 11011010 11011010 11100000
Octal 332 332 340

Shades and tints

Shades of #DADAE0

#DADAE0
(218,218,224)
#C7C7CC
(199,199,204)
#B4B4B8
(180,180,184)
#A1A1A4
(161,161,164)
#8E8E90
(142,142,144)
#7B7B7C
(123,123,124)
#686868
(104,104,104)
#555554
(85,85,84)
#424240
(66,66,64)
#2F2F2C
(47,47,44)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #DADAE0

#DADAE0
(218,218,224)
#DDDDE2
(221,221,226)
#E0E0E4
(224,224,228)
#E3E3E6
(227,227,230)
#E6E6E8
(230,230,232)
#E9E9EA
(233,233,234)
#ECECEC
(236,236,236)
#EFEFEE
(239,239,238)
#F2F2F0
(242,242,240)
#F5F5F2
(245,245,242)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADAE0; }

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

This text font color is #DADAE0.

Background Color

.myBgColor { background-color: #DADAE0; }

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

This div background color is #DADAE0.

Border color

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

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

This div border color is #DADAE0.

Opacity

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

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

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

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

This text has shadow with #DADAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADAE0.

Preview

Color preview on black background

This text has color #DADAE0 on black background.


Color preview on white background

This text has color #DADAE0 on white background.


Black color preview on #DADAE0 background

This text has black color on #DADAE0 background.


White color preview on #DADAE0 background

This text has white color on #DADAE0 background.


Related colors

Complementary color

Complementary color for #hex is #25251F.


I love getcolorcode.com