COLOR #DEF9C5

HEX: #DEF9C5
RGB: (222,249,197)

Color info

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

RGB color model

#DEF9C5 color RGB value is (222,249,197).

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

RGB channels and saturation

R 222 of 255 = 87%
G 249 of 255 = 98%
B 197 of 255 = 77%

222
249
197

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

Portions of RGB colors in percentages

R + G + B =
222 + 249 + 197 = 668 (100%)
R 222 of 668 ~ 33.23%
G 249 of 668 ~ 37.28%
B 197 of 668 ~ 29.49%

%33.23
%37.28
%29.49

CMYK color model

#DEF9C5 color CMYK value is (11,0,21,2).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 20.88%
  • key color value is 2.35%
CMYK:
(11,0,21,2)
C11M0Y21K2 
(11%,0%,21%,2%)
(0.11/0.00/0.21/0.02)	

CMYK percentages

%10.84
%0
%20.88
%2.35

Codes

Color #DEF9C5 in popluar color models

DEF9C5
RGB222249197
HSL91°81.25%87.45%
HSB/HSV91°20.88%97.65%
CMYK10.84%0.00%20.88%
2.35%

Color #DEF9C5 in popluar number systems.

HEXDEF9C5
Decimal222249197
Binary110111101111100111000101
Octal336371305

Shades and tints

Shades of #DEF9C5

#DEF9C5
(222,249,197)
#CAE3B4
(202,227,180)
#B6CDA3
(182,205,163)
#A2B792
(162,183,146)
#8EA181
(142,161,129)
#7A8B70
(122,139,112)
#66755F
(102,117,95)
#525F4E
(82,95,78)
#3E493D
(62,73,61)
#2A332C
(42,51,44)
#161D1B
(22,29,27)
#000000
(0,0,0)

Tints of #DEF9C5

#DEF9C5
(222,249,197)
#E1F9CA
(225,249,202)
#E4F9CF
(228,249,207)
#E7F9D4
(231,249,212)
#EAF9D9
(234,249,217)
#EDF9DE
(237,249,222)
#F0F9E3
(240,249,227)
#F3F9E8
(243,249,232)
#F6F9ED
(246,249,237)
#F9F9F2
(249,249,242)
#FCF9F7
(252,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF9C5; }

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

This text font color is #DEF9C5.


Background Color

.myBgColor { background-color: #DEF9C5; }

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

This div background color is #DEF9C5.


Border color

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

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

This div border color is #DEF9C5.


Opacity

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

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

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

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

This text has shadow with #DEF9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF9C5 on black background.


Color preview on white background

This text has color #DEF9C5 on white background.



Black color preview on #DEF9C5 background

This text has black color on #DEF9C5 background.


White color preview on #DEF9C5 background

This text has white color on #DEF9C5 background.