COLOR #DADFE6

HEX: #DADFE6
RGB: (218,223,230)

Color info

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

RGB color model

#DADFE6 color RGB value is (218,223,230).

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

RGB channels and saturation

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

218
223
230

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

Portions of RGB colors in percentages

R + G + B =
218 + 223 + 230 = 671 (100%)
R 218 of 671 ~ 32.49%
G 223 of 671 ~ 33.23%
B 230 of 671 ~ 34.28%

%32.49
%33.23
%34.28

CMYK color model

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

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

CMYK percentages

%5.22
%3.04
%0
%9.8

Codes

Color #DADFE6 in popluar color models

DADFE6
RGB218223230
HSL215°19.35%87.84%
HSB/HSV215°5.22%90.20%
CMYK5.22%3.04%0.00%
9.80%

Color #DADFE6 in popluar number systems.

HEXDADFE6
Decimal218223230
Binary110110101101111111100110
Octal332337346

Shades and tints

Shades of #DADFE6

#DADFE6
(218,223,230)
#C7CBD2
(199,203,210)
#B4B7BE
(180,183,190)
#A1A3AA
(161,163,170)
#8E8F96
(142,143,150)
#7B7B82
(123,123,130)
#68676E
(104,103,110)
#55535A
(85,83,90)
#423F46
(66,63,70)
#2F2B32
(47,43,50)
#1C171E
(28,23,30)
#000000
(0,0,0)

Tints of #DADFE6

#DADFE6
(218,223,230)
#DDE1E8
(221,225,232)
#E0E3EA
(224,227,234)
#E3E5EC
(227,229,236)
#E6E7EE
(230,231,238)
#E9E9F0
(233,233,240)
#ECEBF2
(236,235,242)
#EFEDF4
(239,237,244)
#F2EFF6
(242,239,246)
#F5F1F8
(245,241,248)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADFE6; }

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

This text font color is #DADFE6.


Background Color

.myBgColor { background-color: #DADFE6; }

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

This div background color is #DADFE6.


Border color

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

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

This div border color is #DADFE6.


Opacity

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

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

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

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

This text has shadow with #DADFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADFE6 on black background.


Color preview on white background

This text has color #DADFE6 on white background.



Black color preview on #DADFE6 background

This text has black color on #DADFE6 background.


White color preview on #DADFE6 background

This text has white color on #DADFE6 background.