COLOR #DFEAF0

HEX: #DFEAF0
RGB: (223,234,240)

Color info

#DFEAF0 contains red, green and blue colors in about the same proportion. Web safe color of #DFEAF0 is #CCFFFF (or #CFF).

RGB color model

#DFEAF0 color RGB value is (223,234,240).

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

RGB channels and saturation

R 223 of 255 = 87%
G 234 of 255 = 92%
B 240 of 255 = 94%

223
234
240

R + G + B ~ 91%. #DFEAF0 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 234 + 240 = 697 (100%)
R 223 of 697 ~ 31.99%
G 234 of 697 ~ 33.57%
B 240 of 697 ~ 34.43%

%31.99
%33.57
%34.43

CMYK color model

#DFEAF0 color CMYK value is (7,3,0,6).

  • cyan value is 7.08%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(7,3,0,6)
C7M3Y0K6 
(7%,3%,0%,6%)
(0.07/0.03/0.00/0.06)	

CMYK percentages

%7.08
%2.5
%0
%5.88

Codes

Color #DFEAF0 in popluar color models

DFEAF0
RGB223234240
HSL201°36.17%90.78%
HSB/HSV201°7.08%94.12%
CMYK7.08%2.50%0.00%
5.88%

Color #DFEAF0 in popluar number systems.

HEXDFEAF0
Decimal223234240
Binary110111111110101011110000
Octal337352360

Shades and tints

Shades of #DFEAF0

#DFEAF0
(223,234,240)
#CBD5DB
(203,213,219)
#B7C0C6
(183,192,198)
#A3ABB1
(163,171,177)
#8F969C
(143,150,156)
#7B8187
(123,129,135)
#676C72
(103,108,114)
#53575D
(83,87,93)
#3F4248
(63,66,72)
#2B2D33
(43,45,51)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #DFEAF0

#DFEAF0
(223,234,240)
#E1EBF1
(225,235,241)
#E3ECF2
(227,236,242)
#E5EDF3
(229,237,243)
#E7EEF4
(231,238,244)
#E9EFF5
(233,239,245)
#EBF0F6
(235,240,246)
#EDF1F7
(237,241,247)
#EFF2F8
(239,242,248)
#F1F3F9
(241,243,249)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEAF0; }

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

This text font color is #DFEAF0.


Background Color

.myBgColor { background-color: #DFEAF0; }

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

This div background color is #DFEAF0.


Border color

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

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

This div border color is #DFEAF0.


Opacity

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

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

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

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

This text has shadow with #DFEAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEAF0 on black background.


Color preview on white background

This text has color #DFEAF0 on white background.



Black color preview on #DFEAF0 background

This text has black color on #DFEAF0 background.


White color preview on #DFEAF0 background

This text has white color on #DFEAF0 background.