COLOR #DEF3C7

HEX: #DEF3C7 RGB: (222,243,199)

Color info

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

RGB color model

#DEF3C7 color RGB value is (222,243,199).

RGB: (222,243,199) (87%, 95%, 78%)

RGB channels and saturation

R 222 of 255 = 87%
G 243 of 255 = 95%
B 199 of 255 = 78%

222
243
199

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

Portions of RGB colors in percentages

R + G + B = 222 + 243 + 199 = 664 (100%)
R 222 of 664 ~ 33.43%
G 243 of 664 ~ 36.6%
B 199 of 664 ~ 29.97'%

%33.43
%36.6
%29.97

CMYK color model

#DEF3C7 color CMYK value is (9,0,18,5).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 18.11%
  • key color value is 4.71%

CMYK: (9,0,18,5)
C9M0Y18K5 (9%, 0%, 18%, 5%)
(0.09 / 0.00 / 0.18 / 0.05)

CMYK percentages

%8.64
%0
%18.11
%4.71

Codes

Color #DEF3C7 in popluar color models

DE F3 C7
RGB 222 243 199
HSL 89° 64.71% 86.67%
HSB/HSV 89° 18.11% 95.29%
CMYK 8.64% 0.00% 18.11%
4.71%

Color #DEF3C7 in popluar number systems.

HEX DE F3 C7
Decimal 222 243 199
Binary 11011110 11110011 11000111
Octal 336 363 307

Shades and tints

Shades of #DEF3C7

#DEF3C7
(222,243,199)
#CADDB5
(202,221,181)
#B6C7A3
(182,199,163)
#A2B191
(162,177,145)
#8E9B7F
(142,155,127)
#7A856D
(122,133,109)
#666F5B
(102,111,91)
#525949
(82,89,73)
#3E4337
(62,67,55)
#2A2D25
(42,45,37)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #DEF3C7

#DEF3C7
(222,243,199)
#E1F4CC
(225,244,204)
#E4F5D1
(228,245,209)
#E7F6D6
(231,246,214)
#EAF7DB
(234,247,219)
#EDF8E0
(237,248,224)
#F0F9E5
(240,249,229)
#F3FAEA
(243,250,234)
#F6FBEF
(246,251,239)
#F9FCF4
(249,252,244)
#FCFDF9
(252,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF3C7; }

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

This text font color is #DEF3C7.

Background Color

.myBgColor { background-color: #DEF3C7; }

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

This div background color is #DEF3C7.

Border color

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

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

This div border color is #DEF3C7.

Opacity

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

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

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

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

This text has shadow with #DEF3C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF3C7.

Preview

Color preview on black background

This text has color #DEF3C7 on black background.


Color preview on white background

This text has color #DEF3C7 on white background.


Black color preview on #DEF3C7 background

This text has black color on #DEF3C7 background.


White color preview on #DEF3C7 background

This text has white color on #DEF3C7 background.


Related colors

Complementary color

Complementary color for #hex is #210C38.


I love getcolorcode.com

Triadic colors

1 #C7DEF3 and #F3C7DE with #DEF3C7 are triadic colors.

2 #C7F3DE and #F3DEC7 with #DEF3C7 are triadic colors.