COLOR #DEF6D7

HEX: #DEF6D7
RGB: (222,246,215)

Color info

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

RGB color model

#DEF6D7 color RGB value is (222,246,215).

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

RGB channels and saturation

R 222 of 255 = 87%
G 246 of 255 = 96%
B 215 of 255 = 84%

222
246
215

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

Portions of RGB colors in percentages

R + G + B =
222 + 246 + 215 = 683 (100%)
R 222 of 683 ~ 32.5%
G 246 of 683 ~ 36.02%
B 215 of 683 ~ 31.48%

%32.5
%36.02
%31.48

CMYK color model

#DEF6D7 color CMYK value is (10,0,13,4).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 12.60%
  • key color value is 3.53%
CMYK:
(10,0,13,4)
C10M0Y13K4 
(10%,0%,13%,4%)
(0.10/0.00/0.13/0.04)	

CMYK percentages

%9.76
%0
%12.6
%3.53

Codes

Color #DEF6D7 in popluar color models

DEF6D7
RGB222246215
HSL106°63.27%90.39%
HSB/HSV106°12.60%96.47%
CMYK9.76%0.00%12.60%
3.53%

Color #DEF6D7 in popluar number systems.

HEXDEF6D7
Decimal222246215
Binary110111101111011011010111
Octal336366327

Shades and tints

Shades of #DEF6D7

#DEF6D7
(222,246,215)
#CAE0C4
(202,224,196)
#B6CAB1
(182,202,177)
#A2B49E
(162,180,158)
#8E9E8B
(142,158,139)
#7A8878
(122,136,120)
#667265
(102,114,101)
#525C52
(82,92,82)
#3E463F
(62,70,63)
#2A302C
(42,48,44)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #DEF6D7

#DEF6D7
(222,246,215)
#E1F6DA
(225,246,218)
#E4F6DD
(228,246,221)
#E7F6E0
(231,246,224)
#EAF6E3
(234,246,227)
#EDF6E6
(237,246,230)
#F0F6E9
(240,246,233)
#F3F6EC
(243,246,236)
#F6F6EF
(246,246,239)
#F9F6F2
(249,246,242)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF6D7; }

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

This text font color is #DEF6D7.


Background Color

.myBgColor { background-color: #DEF6D7; }

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

This div background color is #DEF6D7.


Border color

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

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

This div border color is #DEF6D7.


Opacity

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

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

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

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

This text has shadow with #DEF6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF6D7 on black background.


Color preview on white background

This text has color #DEF6D7 on white background.



Black color preview on #DEF6D7 background

This text has black color on #DEF6D7 background.


White color preview on #DEF6D7 background

This text has white color on #DEF6D7 background.