COLOR #DADAE5

HEX: #DADAE5
RGB: (218,218,229)

Color info

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

RGB color model

#DADAE5 color RGB value is (218,218,229).

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

RGB channels and saturation

R 218 of 255 = 85%
G 218 of 255 = 85%
B 229 of 255 = 90%

218
218
229

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

Portions of RGB colors in percentages

R + G + B =
218 + 218 + 229 = 665 (100%)
R 218 of 665 ~ 32.78%
G 218 of 665 ~ 32.78%
B 229 of 665 ~ 34.44%

%32.78
%32.78
%34.44

CMYK color model

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

  • cyan value is 4.80%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(5,5,0,10)
C5M5Y0K10 
(5%,5%,0%,10%)
(0.05/0.05/0.00/0.10)	

CMYK percentages

%4.8
%4.8
%0
%10.2

Codes

Color #DADAE5 in popluar color models

DADAE5
RGB218218229
HSL240°17.46%87.65%
HSB/HSV240°4.80%89.80%
CMYK4.80%4.80%0.00%
10.20%

Color #DADAE5 in popluar number systems.

HEXDADAE5
Decimal218218229
Binary110110101101101011100101
Octal332332345

Shades and tints

Shades of #DADAE5

#DADAE5
(218,218,229)
#C7C7D1
(199,199,209)
#B4B4BD
(180,180,189)
#A1A1A9
(161,161,169)
#8E8E95
(142,142,149)
#7B7B81
(123,123,129)
#68686D
(104,104,109)
#555559
(85,85,89)
#424245
(66,66,69)
#2F2F31
(47,47,49)
#1C1C1D
(28,28,29)
#000000
(0,0,0)

Tints of #DADAE5

#DADAE5
(218,218,229)
#DDDDE7
(221,221,231)
#E0E0E9
(224,224,233)
#E3E3EB
(227,227,235)
#E6E6ED
(230,230,237)
#E9E9EF
(233,233,239)
#ECECF1
(236,236,241)
#EFEFF3
(239,239,243)
#F2F2F5
(242,242,245)
#F5F5F7
(245,245,247)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADAE5; }

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

This text font color is #DADAE5.


Background Color

.myBgColor { background-color: #DADAE5; }

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

This div background color is #DADAE5.


Border color

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

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

This div border color is #DADAE5.


Opacity

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

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

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

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

This text has shadow with #DADAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADAE5 on black background.


Color preview on white background

This text has color #DADAE5 on white background.



Black color preview on #DADAE5 background

This text has black color on #DADAE5 background.


White color preview on #DADAE5 background

This text has white color on #DADAE5 background.