COLOR #DFEEFF

HEX: #DFEEFF
RGB: (223,238,255)

Color info

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

RGB color model

#DFEEFF color RGB value is (223,238,255).

  • red value is 223;
  • green value is 238;
  • blue value is 255.
RGB:
(223,238,255)
(87%,93%,100%)

RGB channels and saturation

R 223 of 255 = 87%
G 238 of 255 = 93%
B 255 of 255 = 100%

223
238
255

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

Portions of RGB colors in percentages

R + G + B =
223 + 238 + 255 = 716 (100%)
R 223 of 716 ~ 31.15%
G 238 of 716 ~ 33.24%
B 255 of 716 ~ 35.61%

%31.15
%33.24
%35.61

CMYK color model

#DFEEFF color CMYK value is (13,7,0,0).

  • cyan value is 12.55%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(13,7,0,0)
C13M7Y0K0 
(13%,7%,0%,0%)
(0.13/0.07/0.00/0.00)	

CMYK percentages

%12.55
%6.67
%0
%0

Codes

Color #DFEEFF in popluar color models

DFEEFF
RGB223238255
HSL212°100.00%93.73%
HSB/HSV212°12.55%100.00%
CMYK12.55%6.67%0.00%
0.00%

Color #DFEEFF in popluar number systems.

HEXDFEEFF
Decimal223238255
Binary110111111110111011111111
Octal337356377

Shades and tints

Shades of #DFEEFF

#DFEEFF
(223,238,255)
#CBD9E8
(203,217,232)
#B7C4D1
(183,196,209)
#A3AFBA
(163,175,186)
#8F9AA3
(143,154,163)
#7B858C
(123,133,140)
#677075
(103,112,117)
#535B5E
(83,91,94)
#3F4647
(63,70,71)
#2B3130
(43,49,48)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #DFEEFF

#DFEEFF
(223,238,255)
#E1EFFF
(225,239,255)
#E3F0FF
(227,240,255)
#E5F1FF
(229,241,255)
#E7F2FF
(231,242,255)
#E9F3FF
(233,243,255)
#EBF4FF
(235,244,255)
#EDF5FF
(237,245,255)
#EFF6FF
(239,246,255)
#F1F7FF
(241,247,255)
#F3F8FF
(243,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEEFF color. Also use rgb(223,238,255) instead hex code.

Text Font Color

.myTextColor { color: #DFEEFF; }

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

This text font color is #DFEEFF.


Background Color

.myBgColor { background-color: #DFEEFF; }

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

This div background color is #DFEEFF.


Border color

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

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

This div border color is #DFEEFF.


Opacity

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

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

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

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

This text has shadow with #DFEEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEEFF on black background.


Color preview on white background

This text has color #DFEEFF on white background.



Black color preview on #DFEEFF background

This text has black color on #DFEEFF background.


White color preview on #DFEEFF background

This text has white color on #DFEEFF background.