COLOR #DFEAFA

HEX: #DFEAFA
RGB: (223,234,250)

Color info

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

RGB color model

#DFEAFA color RGB value is (223,234,250).

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

RGB channels and saturation

R 223 of 255 = 87%
G 234 of 255 = 92%
B 250 of 255 = 98%

223
234
250

R + G + B ~ 92%. #DFEAFA is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 234 + 250 = 707 (100%)
R 223 of 707 ~ 31.54%
G 234 of 707 ~ 33.1%
B 250 of 707 ~ 35.36%

%31.54
%33.1
%35.36

CMYK color model

#DFEAFA color CMYK value is (11,6,0,2).

  • cyan value is 10.80%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(11,6,0,2)
C11M6Y0K2 
(11%,6%,0%,2%)
(0.11/0.06/0.00/0.02)	

CMYK percentages

%10.8
%6.4
%0
%1.96

Codes

Color #DFEAFA in popluar color models

DFEAFA
RGB223234250
HSL216°72.97%92.75%
HSB/HSV216°10.80%98.04%
CMYK10.80%6.40%0.00%
1.96%

Color #DFEAFA in popluar number systems.

HEXDFEAFA
Decimal223234250
Binary110111111110101011111010
Octal337352372

Shades and tints

Shades of #DFEAFA

#DFEAFA
(223,234,250)
#CBD5E4
(203,213,228)
#B7C0CE
(183,192,206)
#A3ABB8
(163,171,184)
#8F96A2
(143,150,162)
#7B818C
(123,129,140)
#676C76
(103,108,118)
#535760
(83,87,96)
#3F424A
(63,66,74)
#2B2D34
(43,45,52)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #DFEAFA

#DFEAFA
(223,234,250)
#E1EBFA
(225,235,250)
#E3ECFA
(227,236,250)
#E5EDFA
(229,237,250)
#E7EEFA
(231,238,250)
#E9EFFA
(233,239,250)
#EBF0FA
(235,240,250)
#EDF1FA
(237,241,250)
#EFF2FA
(239,242,250)
#F1F3FA
(241,243,250)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEAFA; }

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

This text font color is #DFEAFA.


Background Color

.myBgColor { background-color: #DFEAFA; }

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

This div background color is #DFEAFA.


Border color

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

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

This div border color is #DFEAFA.


Opacity

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

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

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

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

This text has shadow with #DFEAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEAFA on black background.


Color preview on white background

This text has color #DFEAFA on white background.



Black color preview on #DFEAFA background

This text has black color on #DFEAFA background.


White color preview on #DFEAFA background

This text has white color on #DFEAFA background.