COLOR #DADAE6

HEX: #DADAE6
RGB: (218,218,230)

Color info

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

RGB color model

#DADAE6 color RGB value is (218,218,230).

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

RGB channels and saturation

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

218
218
230

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

Portions of RGB colors in percentages

R + G + B =
218 + 218 + 230 = 666 (100%)
R 218 of 666 ~ 32.73%
G 218 of 666 ~ 32.73%
B 230 of 666 ~ 34.53%

%32.73
%32.73
%34.53

CMYK color model

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

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

CMYK percentages

%5.22
%5.22
%0
%9.8

Codes

Color #DADAE6 in popluar color models

DADAE6
RGB218218230
HSL240°19.35%87.84%
HSB/HSV240°5.22%90.20%
CMYK5.22%5.22%0.00%
9.80%

Color #DADAE6 in popluar number systems.

HEXDADAE6
Decimal218218230
Binary110110101101101011100110
Octal332332346

Shades and tints

Shades of #DADAE6

#DADAE6
(218,218,230)
#C7C7D2
(199,199,210)
#B4B4BE
(180,180,190)
#A1A1AA
(161,161,170)
#8E8E96
(142,142,150)
#7B7B82
(123,123,130)
#68686E
(104,104,110)
#55555A
(85,85,90)
#424246
(66,66,70)
#2F2F32
(47,47,50)
#1C1C1E
(28,28,30)
#000000
(0,0,0)

Tints of #DADAE6

#DADAE6
(218,218,230)
#DDDDE8
(221,221,232)
#E0E0EA
(224,224,234)
#E3E3EC
(227,227,236)
#E6E6EE
(230,230,238)
#E9E9F0
(233,233,240)
#ECECF2
(236,236,242)
#EFEFF4
(239,239,244)
#F2F2F6
(242,242,246)
#F5F5F8
(245,245,248)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADAE6; }

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

This text font color is #DADAE6.


Background Color

.myBgColor { background-color: #DADAE6; }

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

This div background color is #DADAE6.


Border color

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

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

This div border color is #DADAE6.


Opacity

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

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

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

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

This text has shadow with #DADAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADAE6 on black background.


Color preview on white background

This text has color #DADAE6 on white background.



Black color preview on #DADAE6 background

This text has black color on #DADAE6 background.


White color preview on #DADAE6 background

This text has white color on #DADAE6 background.