COLOR #DADFE0

HEX: #DADFE0
RGB: (218,223,224)

Color info

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

RGB color model

#DADFE0 color RGB value is (218,223,224).

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

RGB channels and saturation

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

218
223
224

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

Portions of RGB colors in percentages

R + G + B =
218 + 223 + 224 = 665 (100%)
R 218 of 665 ~ 32.78%
G 223 of 665 ~ 33.53%
B 224 of 665 ~ 33.68%

%32.78
%33.53
%33.68

CMYK color model

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

  • cyan value is 2.68%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(3,0,0,12)
C3M0Y0K12 
(3%,0%,0%,12%)
(0.03/0.00/0.00/0.12)	

CMYK percentages

%2.68
%0.45
%0
%12.16

Codes

Color #DADFE0 in popluar color models

DADFE0
RGB218223224
HSL190°8.82%86.67%
HSB/HSV190°2.68%87.84%
CMYK2.68%0.45%0.00%
12.16%

Color #DADFE0 in popluar number systems.

HEXDADFE0
Decimal218223224
Binary110110101101111111100000
Octal332337340

Shades and tints

Shades of #DADFE0

#DADFE0
(218,223,224)
#C7CBCC
(199,203,204)
#B4B7B8
(180,183,184)
#A1A3A4
(161,163,164)
#8E8F90
(142,143,144)
#7B7B7C
(123,123,124)
#686768
(104,103,104)
#555354
(85,83,84)
#423F40
(66,63,64)
#2F2B2C
(47,43,44)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #DADFE0

#DADFE0
(218,223,224)
#DDE1E2
(221,225,226)
#E0E3E4
(224,227,228)
#E3E5E6
(227,229,230)
#E6E7E8
(230,231,232)
#E9E9EA
(233,233,234)
#ECEBEC
(236,235,236)
#EFEDEE
(239,237,238)
#F2EFF0
(242,239,240)
#F5F1F2
(245,241,242)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADFE0; }

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

This text font color is #DADFE0.


Background Color

.myBgColor { background-color: #DADFE0; }

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

This div background color is #DADFE0.


Border color

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

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

This div border color is #DADFE0.


Opacity

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

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

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

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

This text has shadow with #DADFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADFE0 on black background.


Color preview on white background

This text has color #DADFE0 on white background.



Black color preview on #DADFE0 background

This text has black color on #DADFE0 background.


White color preview on #DADFE0 background

This text has white color on #DADFE0 background.