COLOR #DADFE7

HEX: #DADFE7
RGB: (218,223,231)

Color info

#DADFE7 contains red, green and blue colors in about the same proportion. Web safe color of #DADFE7 is #CCCCFF (or #CCF).

RGB color model

#DADFE7 color RGB value is (218,223,231).

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

RGB channels and saturation

R 218 of 255 = 85%
G 223 of 255 = 87%
B 231 of 255 = 91%

218
223
231

R + G + B ~ 88%. #DADFE7 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 223 + 231 = 672 (100%)
R 218 of 672 ~ 32.44%
G 223 of 672 ~ 33.18%
B 231 of 672 ~ 34.38%

%32.44
%33.18
%34.38

CMYK color model

#DADFE7 color CMYK value is (6,3,0,9).

  • cyan value is 5.63%
  • magenta value is 3.46%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(6,3,0,9)
C6M3Y0K9 
(6%,3%,0%,9%)
(0.06/0.03/0.00/0.09)	

CMYK percentages

%5.63
%3.46
%0
%9.41

Codes

Color #DADFE7 in popluar color models

DADFE7
RGB218223231
HSL217°21.31%88.04%
HSB/HSV217°5.63%90.59%
CMYK5.63%3.46%0.00%
9.41%

Color #DADFE7 in popluar number systems.

HEXDADFE7
Decimal218223231
Binary110110101101111111100111
Octal332337347

Shades and tints

Shades of #DADFE7

#DADFE7
(218,223,231)
#C7CBD2
(199,203,210)
#B4B7BD
(180,183,189)
#A1A3A8
(161,163,168)
#8E8F93
(142,143,147)
#7B7B7E
(123,123,126)
#686769
(104,103,105)
#555354
(85,83,84)
#423F3F
(66,63,63)
#2F2B2A
(47,43,42)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #DADFE7

#DADFE7
(218,223,231)
#DDE1E9
(221,225,233)
#E0E3EB
(224,227,235)
#E3E5ED
(227,229,237)
#E6E7EF
(230,231,239)
#E9E9F1
(233,233,241)
#ECEBF3
(236,235,243)
#EFEDF5
(239,237,245)
#F2EFF7
(242,239,247)
#F5F1F9
(245,241,249)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADFE7; }

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

This text font color is #DADFE7.


Background Color

.myBgColor { background-color: #DADFE7; }

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

This div background color is #DADFE7.


Border color

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

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

This div border color is #DADFE7.


Opacity

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

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

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

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

This text has shadow with #DADFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADFE7 on black background.


Color preview on white background

This text has color #DADFE7 on white background.



Black color preview on #DADFE7 background

This text has black color on #DADFE7 background.


White color preview on #DADFE7 background

This text has white color on #DADFE7 background.