COLOR #DFE0EA

HEX: #DFE0EA
RGB: (223,224,234)

Color info

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

RGB color model

#DFE0EA color RGB value is (223,224,234).

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

RGB channels and saturation

R 223 of 255 = 87%
G 224 of 255 = 88%
B 234 of 255 = 92%

223
224
234

R + G + B ~ 89%. #DFE0EA is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 224 + 234 = 681 (100%)
R 223 of 681 ~ 32.75%
G 224 of 681 ~ 32.89%
B 234 of 681 ~ 34.36%

%32.75
%32.89
%34.36

CMYK color model

#DFE0EA color CMYK value is (5,4,0,8).

  • cyan value is 4.70%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(5,4,0,8)
C5M4Y0K8 
(5%,4%,0%,8%)
(0.05/0.04/0.00/0.08)	

CMYK percentages

%4.7
%4.27
%0
%8.24

Codes

Color #DFE0EA in popluar color models

DFE0EA
RGB223224234
HSL235°20.75%89.61%
HSB/HSV235°4.70%91.76%
CMYK4.70%4.27%0.00%
8.24%

Color #DFE0EA in popluar number systems.

HEXDFE0EA
Decimal223224234
Binary110111111110000011101010
Octal337340352

Shades and tints

Shades of #DFE0EA

#DFE0EA
(223,224,234)
#CBCCD5
(203,204,213)
#B7B8C0
(183,184,192)
#A3A4AB
(163,164,171)
#8F9096
(143,144,150)
#7B7C81
(123,124,129)
#67686C
(103,104,108)
#535457
(83,84,87)
#3F4042
(63,64,66)
#2B2C2D
(43,44,45)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #DFE0EA

#DFE0EA
(223,224,234)
#E1E2EB
(225,226,235)
#E3E4EC
(227,228,236)
#E5E6ED
(229,230,237)
#E7E8EE
(231,232,238)
#E9EAEF
(233,234,239)
#EBECF0
(235,236,240)
#EDEEF1
(237,238,241)
#EFF0F2
(239,240,242)
#F1F2F3
(241,242,243)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE0EA; }

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

This text font color is #DFE0EA.


Background Color

.myBgColor { background-color: #DFE0EA; }

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

This div background color is #DFE0EA.


Border color

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

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

This div border color is #DFE0EA.


Opacity

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

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

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

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

This text has shadow with #DFE0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE0EA on black background.


Color preview on white background

This text has color #DFE0EA on white background.



Black color preview on #DFE0EA background

This text has black color on #DFE0EA background.


White color preview on #DFE0EA background

This text has white color on #DFE0EA background.