COLOR #DEF6C7

HEX: #DEF6C7 RGB: (222,246,199)

Color info

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

RGB color model

#DEF6C7 color RGB value is (222,246,199).

RGB: (222,246,199) (87%, 96%, 78%)

RGB channels and saturation

R 222 of 255 = 87%
G 246 of 255 = 96%
B 199 of 255 = 78%

222
246
199

R + G + B ~ 87%. #DEF6C7 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 246 + 199 = 667 (100%)
R 222 of 667 ~ 33.28%
G 246 of 667 ~ 36.88%
B 199 of 667 ~ 29.84'%

%33.28
%36.88
%29.84

CMYK color model

#DEF6C7 color CMYK value is (10,0,19,4).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 19.11%
  • key color value is 3.53%

CMYK: (10,0,19,4)
C10M0Y19K4 (10%, 0%, 19%, 4%)
(0.10 / 0.00 / 0.19 / 0.04)

CMYK percentages

%9.76
%0
%19.11
%3.53

Codes

Color #DEF6C7 in popluar color models

DE F6 C7
RGB 222 246 199
HSL 91° 72.31% 87.25%
HSB/HSV 91° 19.11% 96.47%
CMYK 9.76% 0.00% 19.11%
3.53%

Color #DEF6C7 in popluar number systems.

HEX DE F6 C7
Decimal 222 246 199
Binary 11011110 11110110 11000111
Octal 336 366 307

Shades and tints

Shades of #DEF6C7

#DEF6C7
(222,246,199)
#CAE0B5
(202,224,181)
#B6CAA3
(182,202,163)
#A2B491
(162,180,145)
#8E9E7F
(142,158,127)
#7A886D
(122,136,109)
#66725B
(102,114,91)
#525C49
(82,92,73)
#3E4637
(62,70,55)
#2A3025
(42,48,37)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #DEF6C7

#DEF6C7
(222,246,199)
#E1F6CC
(225,246,204)
#E4F6D1
(228,246,209)
#E7F6D6
(231,246,214)
#EAF6DB
(234,246,219)
#EDF6E0
(237,246,224)
#F0F6E5
(240,246,229)
#F3F6EA
(243,246,234)
#F6F6EF
(246,246,239)
#F9F6F4
(249,246,244)
#FCF6F9
(252,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF6C7; }

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

This text font color is #DEF6C7.

Background Color

.myBgColor { background-color: #DEF6C7; }

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

This div background color is #DEF6C7.

Border color

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

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

This div border color is #DEF6C7.

Opacity

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

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

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

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

This text has shadow with #DEF6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF6C7.

Preview

Color preview on black background

This text has color #DEF6C7 on black background.


Color preview on white background

This text has color #DEF6C7 on white background.


Black color preview on #DEF6C7 background

This text has black color on #DEF6C7 background.


White color preview on #DEF6C7 background

This text has white color on #DEF6C7 background.


Related colors

Complementary color

Complementary color for #hex is #210938.


I love getcolorcode.com

Triadic colors

1 #C7DEF6 and #F6C7DE with #DEF6C7 are triadic colors.

2 #C7F6DE and #F6DEC7 with #DEF6C7 are triadic colors.