COLOR #DFEEEE

HEX: #DFEEEE
RGB: (223,238,238)

Color info

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

RGB color model

#DFEEEE color RGB value is (223,238,238).

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

RGB channels and saturation

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

223
238
238

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

Portions of RGB colors in percentages

R + G + B =
223 + 238 + 238 = 699 (100%)
R 223 of 699 ~ 31.9%
G 238 of 699 ~ 34.05%
B 238 of 699 ~ 34.05%

%31.9
%34.05
%34.05

CMYK color model

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

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(6,0,0,7)
C6M0Y0K7 
(6%,0%,0%,7%)
(0.06/0.00/0.00/0.07)	

CMYK percentages

%6.3
%0
%0
%6.67

Codes

Color #DFEEEE in popluar color models

DFEEEE
RGB223238238
HSL180°30.61%90.39%
HSB/HSV180°6.30%93.33%
CMYK6.30%0.00%0.00%
6.67%

Color #DFEEEE in popluar number systems.

HEXDFEEEE
Decimal223238238
Binary110111111110111011101110
Octal337356356

Shades and tints

Shades of #DFEEEE

#DFEEEE
(223,238,238)
#CBD9D9
(203,217,217)
#B7C4C4
(183,196,196)
#A3AFAF
(163,175,175)
#8F9A9A
(143,154,154)
#7B8585
(123,133,133)
#677070
(103,112,112)
#535B5B
(83,91,91)
#3F4646
(63,70,70)
#2B3131
(43,49,49)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #DFEEEE

#DFEEEE
(223,238,238)
#E1EFEF
(225,239,239)
#E3F0F0
(227,240,240)
#E5F1F1
(229,241,241)
#E7F2F2
(231,242,242)
#E9F3F3
(233,243,243)
#EBF4F4
(235,244,244)
#EDF5F5
(237,245,245)
#EFF6F6
(239,246,246)
#F1F7F7
(241,247,247)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEEEE; }

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

This text font color is #DFEEEE.


Background Color

.myBgColor { background-color: #DFEEEE; }

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

This div background color is #DFEEEE.


Border color

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

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

This div border color is #DFEEEE.


Opacity

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

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

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

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

This text has shadow with #DFEEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEEEE on black background.


Color preview on white background

This text has color #DFEEEE on white background.



Black color preview on #DFEEEE background

This text has black color on #DFEEEE background.


White color preview on #DFEEEE background

This text has white color on #DFEEEE background.