COLOR #DEF7C5

HEX: #DEF7C5
RGB: (222,247,197)

Color info

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

RGB color model

#DEF7C5 color RGB value is (222,247,197).

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

RGB channels and saturation

R 222 of 255 = 87%
G 247 of 255 = 97%
B 197 of 255 = 77%

222
247
197

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

Portions of RGB colors in percentages

R + G + B =
222 + 247 + 197 = 666 (100%)
R 222 of 666 ~ 33.33%
G 247 of 666 ~ 37.09%
B 197 of 666 ~ 29.58%

%33.33
%37.09
%29.58

CMYK color model

#DEF7C5 color CMYK value is (10,0,20,3).

  • cyan value is 10.12%
  • magenta value is 0.00%
  • yellow value is 20.24%
  • key color value is 3.14%
CMYK:
(10,0,20,3)
C10M0Y20K3 
(10%,0%,20%,3%)
(0.10/0.00/0.20/0.03)	

CMYK percentages

%10.12
%0
%20.24
%3.14

Codes

Color #DEF7C5 in popluar color models

DEF7C5
RGB222247197
HSL90°75.76%87.06%
HSB/HSV90°20.24%96.86%
CMYK10.12%0.00%20.24%
3.14%

Color #DEF7C5 in popluar number systems.

HEXDEF7C5
Decimal222247197
Binary110111101111011111000101
Octal336367305

Shades and tints

Shades of #DEF7C5

#DEF7C5
(222,247,197)
#CAE1B4
(202,225,180)
#B6CBA3
(182,203,163)
#A2B592
(162,181,146)
#8E9F81
(142,159,129)
#7A8970
(122,137,112)
#66735F
(102,115,95)
#525D4E
(82,93,78)
#3E473D
(62,71,61)
#2A312C
(42,49,44)
#161B1B
(22,27,27)
#000000
(0,0,0)

Tints of #DEF7C5

#DEF7C5
(222,247,197)
#E1F7CA
(225,247,202)
#E4F7CF
(228,247,207)
#E7F7D4
(231,247,212)
#EAF7D9
(234,247,217)
#EDF7DE
(237,247,222)
#F0F7E3
(240,247,227)
#F3F7E8
(243,247,232)
#F6F7ED
(246,247,237)
#F9F7F2
(249,247,242)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF7C5; }

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

This text font color is #DEF7C5.


Background Color

.myBgColor { background-color: #DEF7C5; }

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

This div background color is #DEF7C5.


Border color

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

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

This div border color is #DEF7C5.


Opacity

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

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

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

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

This text has shadow with #DEF7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF7C5 on black background.


Color preview on white background

This text has color #DEF7C5 on white background.



Black color preview on #DEF7C5 background

This text has black color on #DEF7C5 background.


White color preview on #DEF7C5 background

This text has white color on #DEF7C5 background.