COLOR #DEF0DE

HEX: #DEF0DE
RGB: (222,240,222)

Color info

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

RGB color model

#DEF0DE color RGB value is (222,240,222).

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

RGB channels and saturation

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

222
240
222

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

Portions of RGB colors in percentages

R + G + B =
222 + 240 + 222 = 684 (100%)
R 222 of 684 ~ 32.46%
G 240 of 684 ~ 35.09%
B 222 of 684 ~ 32.46%

%32.46
%35.09
%32.46

CMYK color model

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

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

CMYK percentages

%7.5
%0
%7.5
%5.88

Codes

Color #DEF0DE in popluar color models

DEF0DE
RGB222240222
HSL120°37.50%90.59%
HSB/HSV120°7.50%94.12%
CMYK7.50%0.00%7.50%
5.88%

Color #DEF0DE in popluar number systems.

HEXDEF0DE
Decimal222240222
Binary110111101111000011011110
Octal336360336

Shades and tints

Shades of #DEF0DE

#DEF0DE
(222,240,222)
#CADBCA
(202,219,202)
#B6C6B6
(182,198,182)
#A2B1A2
(162,177,162)
#8E9C8E
(142,156,142)
#7A877A
(122,135,122)
#667266
(102,114,102)
#525D52
(82,93,82)
#3E483E
(62,72,62)
#2A332A
(42,51,42)
#161E16
(22,30,22)
#000000
(0,0,0)

Tints of #DEF0DE

#DEF0DE
(222,240,222)
#E1F1E1
(225,241,225)
#E4F2E4
(228,242,228)
#E7F3E7
(231,243,231)
#EAF4EA
(234,244,234)
#EDF5ED
(237,245,237)
#F0F6F0
(240,246,240)
#F3F7F3
(243,247,243)
#F6F8F6
(246,248,246)
#F9F9F9
(249,249,249)
#FCFAFC
(252,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF0DE; }

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

This text font color is #DEF0DE.


Background Color

.myBgColor { background-color: #DEF0DE; }

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

This div background color is #DEF0DE.


Border color

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

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

This div border color is #DEF0DE.


Opacity

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

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

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

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

This text has shadow with #DEF0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF0DE on black background.


Color preview on white background

This text has color #DEF0DE on white background.



Black color preview on #DEF0DE background

This text has black color on #DEF0DE background.


White color preview on #DEF0DE background

This text has white color on #DEF0DE background.