COLOR #DEF2C5

HEX: #DEF2C5 RGB: (222,242,197)

Color info

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

RGB color model

#DEF2C5 color RGB value is (222,242,197).

RGB: (222,242,197) (87%, 95%, 77%)

RGB channels and saturation

R 222 of 255 = 87%
G 242 of 255 = 95%
B 197 of 255 = 77%

222
242
197

R + G + B ~ 86%. #DEF2C5 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 242 + 197 = 661 (100%)
R 222 of 661 ~ 33.59%
G 242 of 661 ~ 36.61%
B 197 of 661 ~ 29.8'%

%33.59
%36.61
%29.8

CMYK color model

#DEF2C5 color CMYK value is (8,0,19,5).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 5.10%

CMYK: (8,0,19,5)
C8M0Y19K5 (8%, 0%, 19%, 5%)
(0.08 / 0.00 / 0.19 / 0.05)

CMYK percentages

%8.26
%0
%18.6
%5.1

Codes

Color #DEF2C5 in popluar color models

DE F2 C5
RGB 222 242 197
HSL 87° 63.38% 86.08%
HSB/HSV 87° 18.60% 94.90%
CMYK 8.26% 0.00% 18.60%
5.10%

Color #DEF2C5 in popluar number systems.

HEX DE F2 C5
Decimal 222 242 197
Binary 11011110 11110010 11000101
Octal 336 362 305

Shades and tints

Shades of #DEF2C5

#DEF2C5
(222,242,197)
#CADCB4
(202,220,180)
#B6C6A3
(182,198,163)
#A2B092
(162,176,146)
#8E9A81
(142,154,129)
#7A8470
(122,132,112)
#666E5F
(102,110,95)
#52584E
(82,88,78)
#3E423D
(62,66,61)
#2A2C2C
(42,44,44)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #DEF2C5

#DEF2C5
(222,242,197)
#E1F3CA
(225,243,202)
#E4F4CF
(228,244,207)
#E7F5D4
(231,245,212)
#EAF6D9
(234,246,217)
#EDF7DE
(237,247,222)
#F0F8E3
(240,248,227)
#F3F9E8
(243,249,232)
#F6FAED
(246,250,237)
#F9FBF2
(249,251,242)
#FCFCF7
(252,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF2C5 color. Also use rgb(222,242,197) instead hex code.

Text Font Color

.myTextColor { color: #DEF2C5; }

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

This text font color is #DEF2C5.

Background Color

.myBgColor { background-color: #DEF2C5; }

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

This div background color is #DEF2C5.

Border color

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

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

This div border color is #DEF2C5.

Opacity

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

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

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

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

This text has shadow with #DEF2C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF2C5.

Preview

Color preview on black background

This text has color #DEF2C5 on black background.


Color preview on white background

This text has color #DEF2C5 on white background.


Black color preview on #DEF2C5 background

This text has black color on #DEF2C5 background.


White color preview on #DEF2C5 background

This text has white color on #DEF2C5 background.


Related colors

Complementary color

Complementary color for #hex is #210D3A.


I love getcolorcode.com

Triadic colors

1 #C5DEF2 and #F2C5DE with #DEF2C5 are triadic colors.

2 #C5F2DE and #F2DEC5 with #DEF2C5 are triadic colors.