COLOR #DEF7D7

HEX: #DEF7D7
RGB: (222,247,215)

Color info

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

RGB color model

#DEF7D7 color RGB value is (222,247,215).

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

RGB channels and saturation

R 222 of 255 = 87%
G 247 of 255 = 97%
B 215 of 255 = 84%

222
247
215

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

Portions of RGB colors in percentages

R + G + B =
222 + 247 + 215 = 684 (100%)
R 222 of 684 ~ 32.46%
G 247 of 684 ~ 36.11%
B 215 of 684 ~ 31.43%

%32.46
%36.11
%31.43

CMYK color model

#DEF7D7 color CMYK value is (10,0,13,3).

  • cyan value is 10.12%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 3.14%
CMYK:
(10,0,13,3)
C10M0Y13K3 
(10%,0%,13%,3%)
(0.10/0.00/0.13/0.03)	

CMYK percentages

%10.12
%0
%12.96
%3.14

Codes

Color #DEF7D7 in popluar color models

DEF7D7
RGB222247215
HSL107°66.67%90.59%
HSB/HSV107°12.96%96.86%
CMYK10.12%0.00%12.96%
3.14%

Color #DEF7D7 in popluar number systems.

HEXDEF7D7
Decimal222247215
Binary110111101111011111010111
Octal336367327

Shades and tints

Shades of #DEF7D7

#DEF7D7
(222,247,215)
#CAE1C4
(202,225,196)
#B6CBB1
(182,203,177)
#A2B59E
(162,181,158)
#8E9F8B
(142,159,139)
#7A8978
(122,137,120)
#667365
(102,115,101)
#525D52
(82,93,82)
#3E473F
(62,71,63)
#2A312C
(42,49,44)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #DEF7D7

#DEF7D7
(222,247,215)
#E1F7DA
(225,247,218)
#E4F7DD
(228,247,221)
#E7F7E0
(231,247,224)
#EAF7E3
(234,247,227)
#EDF7E6
(237,247,230)
#F0F7E9
(240,247,233)
#F3F7EC
(243,247,236)
#F6F7EF
(246,247,239)
#F9F7F2
(249,247,242)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF7D7; }

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

This text font color is #DEF7D7.


Background Color

.myBgColor { background-color: #DEF7D7; }

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

This div background color is #DEF7D7.


Border color

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

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

This div border color is #DEF7D7.


Opacity

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

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

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

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

This text has shadow with #DEF7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF7D7 on black background.


Color preview on white background

This text has color #DEF7D7 on white background.



Black color preview on #DEF7D7 background

This text has black color on #DEF7D7 background.


White color preview on #DEF7D7 background

This text has white color on #DEF7D7 background.