COLOR #DEF9D1

HEX: #DEF9D1
RGB: (222,249,209)

Color info

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

RGB color model

#DEF9D1 color RGB value is (222,249,209).

  • red value is 222;
  • green value is 249;
  • blue value is 209.
RGB:
(222,249,209)
(87%,98%,82%)

RGB channels and saturation

R 222 of 255 = 87%
G 249 of 255 = 98%
B 209 of 255 = 82%

222
249
209

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

Portions of RGB colors in percentages

R + G + B =
222 + 249 + 209 = 680 (100%)
R 222 of 680 ~ 32.65%
G 249 of 680 ~ 36.62%
B 209 of 680 ~ 30.74%

%32.65
%36.62
%30.74

CMYK color model

#DEF9D1 color CMYK value is (11,0,16,2).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 16.06%
  • key color value is 2.35%
CMYK:
(11,0,16,2)
C11M0Y16K2 
(11%,0%,16%,2%)
(0.11/0.00/0.16/0.02)	

CMYK percentages

%10.84
%0
%16.06
%2.35

Codes

Color #DEF9D1 in popluar color models

DEF9D1
RGB222249209
HSL101°76.92%89.80%
HSB/HSV101°16.06%97.65%
CMYK10.84%0.00%16.06%
2.35%

Color #DEF9D1 in popluar number systems.

HEXDEF9D1
Decimal222249209
Binary110111101111100111010001
Octal336371321

Shades and tints

Shades of #DEF9D1

#DEF9D1
(222,249,209)
#CAE3BE
(202,227,190)
#B6CDAB
(182,205,171)
#A2B798
(162,183,152)
#8EA185
(142,161,133)
#7A8B72
(122,139,114)
#66755F
(102,117,95)
#525F4C
(82,95,76)
#3E4939
(62,73,57)
#2A3326
(42,51,38)
#161D13
(22,29,19)
#000000
(0,0,0)

Tints of #DEF9D1

#DEF9D1
(222,249,209)
#E1F9D5
(225,249,213)
#E4F9D9
(228,249,217)
#E7F9DD
(231,249,221)
#EAF9E1
(234,249,225)
#EDF9E5
(237,249,229)
#F0F9E9
(240,249,233)
#F3F9ED
(243,249,237)
#F6F9F1
(246,249,241)
#F9F9F5
(249,249,245)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF9D1; }

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

This text font color is #DEF9D1.


Background Color

.myBgColor { background-color: #DEF9D1; }

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

This div background color is #DEF9D1.


Border color

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

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

This div border color is #DEF9D1.


Opacity

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

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

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

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

This text has shadow with #DEF9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF9D1 on black background.


Color preview on white background

This text has color #DEF9D1 on white background.



Black color preview on #DEF9D1 background

This text has black color on #DEF9D1 background.


White color preview on #DEF9D1 background

This text has white color on #DEF9D1 background.