COLOR #DEF1D2

HEX: #DEF1D2
RGB: (222,241,210)

Color info

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

RGB color model

#DEF1D2 color RGB value is (222,241,210).

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

RGB channels and saturation

R 222 of 255 = 87%
G 241 of 255 = 95%
B 210 of 255 = 82%

222
241
210

R + G + B ~ 88%. #DEF1D2 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 241 + 210 = 673 (100%)
R 222 of 673 ~ 32.99%
G 241 of 673 ~ 35.81%
B 210 of 673 ~ 31.2%

%32.99
%35.81
%31.2

CMYK color model

#DEF1D2 color CMYK value is (8,0,13,5).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 5.49%
CMYK:
(8,0,13,5)
C8M0Y13K5 
(8%,0%,13%,5%)
(0.08/0.00/0.13/0.05)	

CMYK percentages

%7.88
%0
%12.86
%5.49

Codes

Color #DEF1D2 in popluar color models

DEF1D2
RGB222241210
HSL97°52.54%88.43%
HSB/HSV97°12.86%94.51%
CMYK7.88%0.00%12.86%
5.49%

Color #DEF1D2 in popluar number systems.

HEXDEF1D2
Decimal222241210
Binary110111101111000111010010
Octal336361322

Shades and tints

Shades of #DEF1D2

#DEF1D2
(222,241,210)
#CADCBF
(202,220,191)
#B6C7AC
(182,199,172)
#A2B299
(162,178,153)
#8E9D86
(142,157,134)
#7A8873
(122,136,115)
#667360
(102,115,96)
#525E4D
(82,94,77)
#3E493A
(62,73,58)
#2A3427
(42,52,39)
#161F14
(22,31,20)
#000000
(0,0,0)

Tints of #DEF1D2

#DEF1D2
(222,241,210)
#E1F2D6
(225,242,214)
#E4F3DA
(228,243,218)
#E7F4DE
(231,244,222)
#EAF5E2
(234,245,226)
#EDF6E6
(237,246,230)
#F0F7EA
(240,247,234)
#F3F8EE
(243,248,238)
#F6F9F2
(246,249,242)
#F9FAF6
(249,250,246)
#FCFBFA
(252,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF1D2; }

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

This text font color is #DEF1D2.


Background Color

.myBgColor { background-color: #DEF1D2; }

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

This div background color is #DEF1D2.


Border color

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

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

This div border color is #DEF1D2.


Opacity

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

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

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

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

This text has shadow with #DEF1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF1D2 on black background.


Color preview on white background

This text has color #DEF1D2 on white background.



Black color preview on #DEF1D2 background

This text has black color on #DEF1D2 background.


White color preview on #DEF1D2 background

This text has white color on #DEF1D2 background.