COLOR #DFEEE6

HEX: #DFEEE6
RGB: (223,238,230)

Color info

#DFEEE6 contains red, green and blue colors in about the same proportion. Web safe color of #DFEEE6 is #CCFFCC (or #CFC).

RGB color model

#DFEEE6 color RGB value is (223,238,230).

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

RGB channels and saturation

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

223
238
230

R + G + B ~ 90%. #DFEEE6 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 238 + 230 = 691 (100%)
R 223 of 691 ~ 32.27%
G 238 of 691 ~ 34.44%
B 230 of 691 ~ 33.29%

%32.27
%34.44
%33.29

CMYK color model

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

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

CMYK percentages

%6.3
%0
%3.36
%6.67

Codes

Color #DFEEE6 in popluar color models

DFEEE6
RGB223238230
HSL148°30.61%90.39%
HSB/HSV148°6.30%93.33%
CMYK6.30%0.00%3.36%
6.67%

Color #DFEEE6 in popluar number systems.

HEXDFEEE6
Decimal223238230
Binary110111111110111011100110
Octal337356346

Shades and tints

Shades of #DFEEE6

#DFEEE6
(223,238,230)
#CBD9D2
(203,217,210)
#B7C4BE
(183,196,190)
#A3AFAA
(163,175,170)
#8F9A96
(143,154,150)
#7B8582
(123,133,130)
#67706E
(103,112,110)
#535B5A
(83,91,90)
#3F4646
(63,70,70)
#2B3132
(43,49,50)
#171C1E
(23,28,30)
#000000
(0,0,0)

Tints of #DFEEE6

#DFEEE6
(223,238,230)
#E1EFE8
(225,239,232)
#E3F0EA
(227,240,234)
#E5F1EC
(229,241,236)
#E7F2EE
(231,242,238)
#E9F3F0
(233,243,240)
#EBF4F2
(235,244,242)
#EDF5F4
(237,245,244)
#EFF6F6
(239,246,246)
#F1F7F8
(241,247,248)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEEE6; }

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

This text font color is #DFEEE6.


Background Color

.myBgColor { background-color: #DFEEE6; }

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

This div background color is #DFEEE6.


Border color

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

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

This div border color is #DFEEE6.


Opacity

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

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

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

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

This text has shadow with #DFEEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEEE6 on black background.


Color preview on white background

This text has color #DFEEE6 on white background.



Black color preview on #DFEEE6 background

This text has black color on #DFEEE6 background.


White color preview on #DFEEE6 background

This text has white color on #DFEEE6 background.