COLOR #DFEFFA

HEX: #DFEFFA
RGB: (223,239,250)

Color info

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

RGB color model

#DFEFFA color RGB value is (223,239,250).

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

RGB channels and saturation

R 223 of 255 = 87%
G 239 of 255 = 94%
B 250 of 255 = 98%

223
239
250

R + G + B ~ 93%. #DFEFFA is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 239 + 250 = 712 (100%)
R 223 of 712 ~ 31.32%
G 239 of 712 ~ 33.57%
B 250 of 712 ~ 35.11%

%31.32
%33.57
%35.11

CMYK color model

#DFEFFA color CMYK value is (11,4,0,2).

  • cyan value is 10.80%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(11,4,0,2)
C11M4Y0K2 
(11%,4%,0%,2%)
(0.11/0.04/0.00/0.02)	

CMYK percentages

%10.8
%4.4
%0
%1.96

Codes

Color #DFEFFA in popluar color models

DFEFFA
RGB223239250
HSL204°72.97%92.75%
HSB/HSV204°10.80%98.04%
CMYK10.80%4.40%0.00%
1.96%

Color #DFEFFA in popluar number systems.

HEXDFEFFA
Decimal223239250
Binary110111111110111111111010
Octal337357372

Shades and tints

Shades of #DFEFFA

#DFEFFA
(223,239,250)
#CBDAE4
(203,218,228)
#B7C5CE
(183,197,206)
#A3B0B8
(163,176,184)
#8F9BA2
(143,155,162)
#7B868C
(123,134,140)
#677176
(103,113,118)
#535C60
(83,92,96)
#3F474A
(63,71,74)
#2B3234
(43,50,52)
#171D1E
(23,29,30)
#000000
(0,0,0)

Tints of #DFEFFA

#DFEFFA
(223,239,250)
#E1F0FA
(225,240,250)
#E3F1FA
(227,241,250)
#E5F2FA
(229,242,250)
#E7F3FA
(231,243,250)
#E9F4FA
(233,244,250)
#EBF5FA
(235,245,250)
#EDF6FA
(237,246,250)
#EFF7FA
(239,247,250)
#F1F8FA
(241,248,250)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEFFA; }

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

This text font color is #DFEFFA.


Background Color

.myBgColor { background-color: #DFEFFA; }

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

This div background color is #DFEFFA.


Border color

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

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

This div border color is #DFEFFA.


Opacity

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

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

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

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

This text has shadow with #DFEFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEFFA on black background.


Color preview on white background

This text has color #DFEFFA on white background.



Black color preview on #DFEFFA background

This text has black color on #DFEFFA background.


White color preview on #DFEFFA background

This text has white color on #DFEFFA background.