COLOR #DEF7D1

HEX: #DEF7D1
RGB: (222,247,209)

Color info

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

RGB color model

#DEF7D1 color RGB value is (222,247,209).

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

RGB channels and saturation

R 222 of 255 = 87%
G 247 of 255 = 97%
B 209 of 255 = 82%

222
247
209

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

Portions of RGB colors in percentages

R + G + B =
222 + 247 + 209 = 678 (100%)
R 222 of 678 ~ 32.74%
G 247 of 678 ~ 36.43%
B 209 of 678 ~ 30.83%

%32.74
%36.43
%30.83

CMYK color model

#DEF7D1 color CMYK value is (10,0,15,3).

  • cyan value is 10.12%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 3.14%
CMYK:
(10,0,15,3)
C10M0Y15K3 
(10%,0%,15%,3%)
(0.10/0.00/0.15/0.03)	

CMYK percentages

%10.12
%0
%15.38
%3.14

Codes

Color #DEF7D1 in popluar color models

DEF7D1
RGB222247209
HSL99°70.37%89.41%
HSB/HSV99°15.38%96.86%
CMYK10.12%0.00%15.38%
3.14%

Color #DEF7D1 in popluar number systems.

HEXDEF7D1
Decimal222247209
Binary110111101111011111010001
Octal336367321

Shades and tints

Shades of #DEF7D1

#DEF7D1
(222,247,209)
#CAE1BE
(202,225,190)
#B6CBAB
(182,203,171)
#A2B598
(162,181,152)
#8E9F85
(142,159,133)
#7A8972
(122,137,114)
#66735F
(102,115,95)
#525D4C
(82,93,76)
#3E4739
(62,71,57)
#2A3126
(42,49,38)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #DEF7D1

#DEF7D1
(222,247,209)
#E1F7D5
(225,247,213)
#E4F7D9
(228,247,217)
#E7F7DD
(231,247,221)
#EAF7E1
(234,247,225)
#EDF7E5
(237,247,229)
#F0F7E9
(240,247,233)
#F3F7ED
(243,247,237)
#F6F7F1
(246,247,241)
#F9F7F5
(249,247,245)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF7D1; }

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

This text font color is #DEF7D1.


Background Color

.myBgColor { background-color: #DEF7D1; }

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

This div background color is #DEF7D1.


Border color

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

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

This div border color is #DEF7D1.


Opacity

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

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

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

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

This text has shadow with #DEF7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF7D1 on black background.


Color preview on white background

This text has color #DEF7D1 on white background.



Black color preview on #DEF7D1 background

This text has black color on #DEF7D1 background.


White color preview on #DEF7D1 background

This text has white color on #DEF7D1 background.