COLOR #DEF0DF

HEX: #DEF0DF
RGB: (222,240,223)

Color info

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

RGB color model

#DEF0DF color RGB value is (222,240,223).

  • red value is 222;
  • green value is 240;
  • blue value is 223.
RGB:
(222,240,223)
(87%,94%,87%)

RGB channels and saturation

R 222 of 255 = 87%
G 240 of 255 = 94%
B 223 of 255 = 87%

222
240
223

R + G + B ~ 89%. #DEF0DF is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 240 + 223 = 685 (100%)
R 222 of 685 ~ 32.41%
G 240 of 685 ~ 35.04%
B 223 of 685 ~ 32.55%

%32.41
%35.04
%32.55

CMYK color model

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

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 5.88%
CMYK:
(8,0,7,6)
C8M0Y7K6 
(8%,0%,7%,6%)
(0.08/0.00/0.07/0.06)	

CMYK percentages

%7.5
%0
%7.08
%5.88

Codes

Color #DEF0DF in popluar color models

DEF0DF
RGB222240223
HSL123°37.50%90.59%
HSB/HSV123°7.50%94.12%
CMYK7.50%0.00%7.08%
5.88%

Color #DEF0DF in popluar number systems.

HEXDEF0DF
Decimal222240223
Binary110111101111000011011111
Octal336360337

Shades and tints

Shades of #DEF0DF

#DEF0DF
(222,240,223)
#CADBCB
(202,219,203)
#B6C6B7
(182,198,183)
#A2B1A3
(162,177,163)
#8E9C8F
(142,156,143)
#7A877B
(122,135,123)
#667267
(102,114,103)
#525D53
(82,93,83)
#3E483F
(62,72,63)
#2A332B
(42,51,43)
#161E17
(22,30,23)
#000000
(0,0,0)

Tints of #DEF0DF

#DEF0DF
(222,240,223)
#E1F1E1
(225,241,225)
#E4F2E3
(228,242,227)
#E7F3E5
(231,243,229)
#EAF4E7
(234,244,231)
#EDF5E9
(237,245,233)
#F0F6EB
(240,246,235)
#F3F7ED
(243,247,237)
#F6F8EF
(246,248,239)
#F9F9F1
(249,249,241)
#FCFAF3
(252,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF0DF; }

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

This text font color is #DEF0DF.


Background Color

.myBgColor { background-color: #DEF0DF; }

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

This div background color is #DEF0DF.


Border color

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

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

This div border color is #DEF0DF.


Opacity

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

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

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

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

This text has shadow with #DEF0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF0DF on black background.


Color preview on white background

This text has color #DEF0DF on white background.



Black color preview on #DEF0DF background

This text has black color on #DEF0DF background.


White color preview on #DEF0DF background

This text has white color on #DEF0DF background.