COLOR #DEF8A9

HEX: #DEF8A9 RGB: (222,248,169)

Color info

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

RGB color model

#DEF8A9 color RGB value is (222,248,169).

RGB: (222,248,169) (87%, 97%, 66%)

RGB channels and saturation

R 222 of 255 = 87%
G 248 of 255 = 97%
B 169 of 255 = 66%

222
248
169

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

Portions of RGB colors in percentages

R + G + B = 222 + 248 + 169 = 639 (100%)
R 222 of 639 ~ 34.74%
G 248 of 639 ~ 38.81%
B 169 of 639 ~ 26.45'%

%34.74
%38.81
%26.45

CMYK color model

#DEF8A9 color CMYK value is (10,0,32,3).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 31.85%
  • key color value is 2.75%

CMYK: (10,0,32,3)
C10M0Y32K3 (10%, 0%, 32%, 3%)
(0.10 / 0.00 / 0.32 / 0.03)

CMYK percentages

%10.48
%0
%31.85
%2.75

Codes

Color #DEF8A9 in popluar color models

DE F8 A9
RGB 222 248 169
HSL 80° 84.95% 81.76%
HSB/HSV 80° 31.85% 97.25%
CMYK 10.48% 0.00% 31.85%
2.75%

Color #DEF8A9 in popluar number systems.

HEX DE F8 A9
Decimal 222 248 169
Binary 11011110 11111000 10101001
Octal 336 370 251

Shades and tints

Shades of #DEF8A9

#DEF8A9
(222,248,169)
#CAE29A
(202,226,154)
#B6CC8B
(182,204,139)
#A2B67C
(162,182,124)
#8EA06D
(142,160,109)
#7A8A5E
(122,138,94)
#66744F
(102,116,79)
#525E40
(82,94,64)
#3E4831
(62,72,49)
#2A3222
(42,50,34)
#161C13
(22,28,19)
#000000
(0,0,0)

Tints of #DEF8A9

#DEF8A9
(222,248,169)
#E1F8B0
(225,248,176)
#E4F8B7
(228,248,183)
#E7F8BE
(231,248,190)
#EAF8C5
(234,248,197)
#EDF8CC
(237,248,204)
#F0F8D3
(240,248,211)
#F3F8DA
(243,248,218)
#F6F8E1
(246,248,225)
#F9F8E8
(249,248,232)
#FCF8EF
(252,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF8A9; }

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

This text font color is #DEF8A9.

Background Color

.myBgColor { background-color: #DEF8A9; }

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

This div background color is #DEF8A9.

Border color

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

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

This div border color is #DEF8A9.

Opacity

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

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

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

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

This text has shadow with #DEF8A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF8A9.

Preview

Color preview on black background

This text has color #DEF8A9 on black background.


Color preview on white background

This text has color #DEF8A9 on white background.


Black color preview on #DEF8A9 background

This text has black color on #DEF8A9 background.


White color preview on #DEF8A9 background

This text has white color on #DEF8A9 background.


Related colors

Complementary color

Complementary color for #hex is #210756.


I love getcolorcode.com

Triadic colors

1 #A9DEF8 and #F8A9DE with #DEF8A9 are triadic colors.

2 #A9F8DE and #F8DEA9 with #DEF8A9 are triadic colors.