COLOR #DEF1DC

HEX: #DEF1DC
RGB: (222,241,220)

Color info

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

RGB color model

#DEF1DC color RGB value is (222,241,220).

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

RGB channels and saturation

R 222 of 255 = 87%
G 241 of 255 = 95%
B 220 of 255 = 86%

222
241
220

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

Portions of RGB colors in percentages

R + G + B =
222 + 241 + 220 = 683 (100%)
R 222 of 683 ~ 32.5%
G 241 of 683 ~ 35.29%
B 220 of 683 ~ 32.21%

%32.5
%35.29
%32.21

CMYK color model

#DEF1DC color CMYK value is (8,0,9,5).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 8.71%
  • key color value is 5.49%
CMYK:
(8,0,9,5)
C8M0Y9K5 
(8%,0%,9%,5%)
(0.08/0.00/0.09/0.05)	

CMYK percentages

%7.88
%0
%8.71
%5.49

Codes

Color #DEF1DC in popluar color models

DEF1DC
RGB222241220
HSL114°42.86%90.39%
HSB/HSV114°8.71%94.51%
CMYK7.88%0.00%8.71%
5.49%

Color #DEF1DC in popluar number systems.

HEXDEF1DC
Decimal222241220
Binary110111101111000111011100
Octal336361334

Shades and tints

Shades of #DEF1DC

#DEF1DC
(222,241,220)
#CADCC8
(202,220,200)
#B6C7B4
(182,199,180)
#A2B2A0
(162,178,160)
#8E9D8C
(142,157,140)
#7A8878
(122,136,120)
#667364
(102,115,100)
#525E50
(82,94,80)
#3E493C
(62,73,60)
#2A3428
(42,52,40)
#161F14
(22,31,20)
#000000
(0,0,0)

Tints of #DEF1DC

#DEF1DC
(222,241,220)
#E1F2DF
(225,242,223)
#E4F3E2
(228,243,226)
#E7F4E5
(231,244,229)
#EAF5E8
(234,245,232)
#EDF6EB
(237,246,235)
#F0F7EE
(240,247,238)
#F3F8F1
(243,248,241)
#F6F9F4
(246,249,244)
#F9FAF7
(249,250,247)
#FCFBFA
(252,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF1DC; }

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

This text font color is #DEF1DC.


Background Color

.myBgColor { background-color: #DEF1DC; }

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

This div background color is #DEF1DC.


Border color

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

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

This div border color is #DEF1DC.


Opacity

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

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

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

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

This text has shadow with #DEF1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF1DC on black background.


Color preview on white background

This text has color #DEF1DC on white background.



Black color preview on #DEF1DC background

This text has black color on #DEF1DC background.


White color preview on #DEF1DC background

This text has white color on #DEF1DC background.