COLOR #DEF0AD

HEX: #DEF0AD
RGB: (222,240,173)

Color info

#DEF0AD contains mainly red and green colors. Web safe color of #DEF0AD is #CCFF99 (or #CF9).

RGB color model

#DEF0AD color RGB value is (222,240,173).

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

RGB channels and saturation

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

222
240
173

R + G + B ~ 83%. #DEF0AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 240 + 173 = 635 (100%)
R 222 of 635 ~ 34.96%
G 240 of 635 ~ 37.8%
B 173 of 635 ~ 27.24%

%34.96
%37.8
%27.24

CMYK color model

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

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

CMYK percentages

%7.5
%0
%27.92
%5.88

Codes

Color #DEF0AD in popluar color models

DEF0AD
RGB222240173
HSL76°69.07%80.98%
HSB/HSV76°27.92%94.12%
CMYK7.50%0.00%27.92%
5.88%

Color #DEF0AD in popluar number systems.

HEXDEF0AD
Decimal222240173
Binary110111101111000010101101
Octal336360255

Shades and tints

Shades of #DEF0AD

#DEF0AD
(222,240,173)
#CADB9E
(202,219,158)
#B6C68F
(182,198,143)
#A2B180
(162,177,128)
#8E9C71
(142,156,113)
#7A8762
(122,135,98)
#667253
(102,114,83)
#525D44
(82,93,68)
#3E4835
(62,72,53)
#2A3326
(42,51,38)
#161E17
(22,30,23)
#000000
(0,0,0)

Tints of #DEF0AD

#DEF0AD
(222,240,173)
#E1F1B4
(225,241,180)
#E4F2BB
(228,242,187)
#E7F3C2
(231,243,194)
#EAF4C9
(234,244,201)
#EDF5D0
(237,245,208)
#F0F6D7
(240,246,215)
#F3F7DE
(243,247,222)
#F6F8E5
(246,248,229)
#F9F9EC
(249,249,236)
#FCFAF3
(252,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF0AD; }

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

This text font color is #DEF0AD.


Background Color

.myBgColor { background-color: #DEF0AD; }

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

This div background color is #DEF0AD.


Border color

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

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

This div border color is #DEF0AD.


Opacity

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

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

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

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

This text has shadow with #DEF0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF0AD on black background.


Color preview on white background

This text has color #DEF0AD on white background.



Black color preview on #DEF0AD background

This text has black color on #DEF0AD background.


White color preview on #DEF0AD background

This text has white color on #DEF0AD background.