COLOR #DEFCD5

HEX: #DEFCD5
RGB: (222,252,213)

Color info

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

RGB color model

#DEFCD5 color RGB value is (222,252,213).

  • red value is 222;
  • green value is 252;
  • blue value is 213.
RGB:
(222,252,213)
(87%,99%,84%)

RGB channels and saturation

R 222 of 255 = 87%
G 252 of 255 = 99%
B 213 of 255 = 84%

222
252
213

R + G + B ~ 90%. #DEFCD5 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 252 + 213 = 687 (100%)
R 222 of 687 ~ 32.31%
G 252 of 687 ~ 36.68%
B 213 of 687 ~ 31%

%32.31
%36.68
%31

CMYK color model

#DEFCD5 color CMYK value is (12,0,15,1).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 1.18%
CMYK:
(12,0,15,1)
C12M0Y15K1 
(12%,0%,15%,1%)
(0.12/0.00/0.15/0.01)	

CMYK percentages

%11.9
%0
%15.48
%1.18

Codes

Color #DEFCD5 in popluar color models

DEFCD5
RGB222252213
HSL106°86.67%91.18%
HSB/HSV106°15.48%98.82%
CMYK11.90%0.00%15.48%
1.18%

Color #DEFCD5 in popluar number systems.

HEXDEFCD5
Decimal222252213
Binary110111101111110011010101
Octal336374325

Shades and tints

Shades of #DEFCD5

#DEFCD5
(222,252,213)
#CAE6C2
(202,230,194)
#B6D0AF
(182,208,175)
#A2BA9C
(162,186,156)
#8EA489
(142,164,137)
#7A8E76
(122,142,118)
#667863
(102,120,99)
#526250
(82,98,80)
#3E4C3D
(62,76,61)
#2A362A
(42,54,42)
#162017
(22,32,23)
#000000
(0,0,0)

Tints of #DEFCD5

#DEFCD5
(222,252,213)
#E1FCD8
(225,252,216)
#E4FCDB
(228,252,219)
#E7FCDE
(231,252,222)
#EAFCE1
(234,252,225)
#EDFCE4
(237,252,228)
#F0FCE7
(240,252,231)
#F3FCEA
(243,252,234)
#F6FCED
(246,252,237)
#F9FCF0
(249,252,240)
#FCFCF3
(252,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEFCD5 color. Also use rgb(222,252,213) instead hex code.

Text Font Color

.myTextColor { color: #DEFCD5; }

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

This text font color is #DEFCD5.


Background Color

.myBgColor { background-color: #DEFCD5; }

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

This div background color is #DEFCD5.


Border color

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

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

This div border color is #DEFCD5.


Opacity

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

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

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

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

This text has shadow with #DEFCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFCD5 on black background.


Color preview on white background

This text has color #DEFCD5 on white background.



Black color preview on #DEFCD5 background

This text has black color on #DEFCD5 background.


White color preview on #DEFCD5 background

This text has white color on #DEFCD5 background.