COLOR #DEF1D5

HEX: #DEF1D5
RGB: (222,241,213)

Color info

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

RGB color model

#DEF1D5 color RGB value is (222,241,213).

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

RGB channels and saturation

R 222 of 255 = 87%
G 241 of 255 = 95%
B 213 of 255 = 84%

222
241
213

R + G + B ~ 89%. #DEF1D5 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 241 + 213 = 676 (100%)
R 222 of 676 ~ 32.84%
G 241 of 676 ~ 35.65%
B 213 of 676 ~ 31.51%

%32.84
%35.65
%31.51

CMYK color model

#DEF1D5 color CMYK value is (8,0,12,5).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • key color value is 5.49%
CMYK:
(8,0,12,5)
C8M0Y12K5 
(8%,0%,12%,5%)
(0.08/0.00/0.12/0.05)	

CMYK percentages

%7.88
%0
%11.62
%5.49

Codes

Color #DEF1D5 in popluar color models

DEF1D5
RGB222241213
HSL101°50.00%89.02%
HSB/HSV101°11.62%94.51%
CMYK7.88%0.00%11.62%
5.49%

Color #DEF1D5 in popluar number systems.

HEXDEF1D5
Decimal222241213
Binary110111101111000111010101
Octal336361325

Shades and tints

Shades of #DEF1D5

#DEF1D5
(222,241,213)
#CADCC2
(202,220,194)
#B6C7AF
(182,199,175)
#A2B29C
(162,178,156)
#8E9D89
(142,157,137)
#7A8876
(122,136,118)
#667363
(102,115,99)
#525E50
(82,94,80)
#3E493D
(62,73,61)
#2A342A
(42,52,42)
#161F17
(22,31,23)
#000000
(0,0,0)

Tints of #DEF1D5

#DEF1D5
(222,241,213)
#E1F2D8
(225,242,216)
#E4F3DB
(228,243,219)
#E7F4DE
(231,244,222)
#EAF5E1
(234,245,225)
#EDF6E4
(237,246,228)
#F0F7E7
(240,247,231)
#F3F8EA
(243,248,234)
#F6F9ED
(246,249,237)
#F9FAF0
(249,250,240)
#FCFBF3
(252,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF1D5; }

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

This text font color is #DEF1D5.


Background Color

.myBgColor { background-color: #DEF1D5; }

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

This div background color is #DEF1D5.


Border color

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

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

This div border color is #DEF1D5.


Opacity

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

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

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

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

This text has shadow with #DEF1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF1D5 on black background.


Color preview on white background

This text has color #DEF1D5 on white background.



Black color preview on #DEF1D5 background

This text has black color on #DEF1D5 background.


White color preview on #DEF1D5 background

This text has white color on #DEF1D5 background.