COLOR #DEF5C2

HEX: #DEF5C2
RGB: (222,245,194)

Color info

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

RGB color model

#DEF5C2 color RGB value is (222,245,194).

  • red value is 222;
  • green value is 245;
  • blue value is 194.
RGB:
(222,245,194)
(87%,96%,76%)

RGB channels and saturation

R 222 of 255 = 87%
G 245 of 255 = 96%
B 194 of 255 = 76%

222
245
194

R + G + B ~ 86%. #DEF5C2 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 245 + 194 = 661 (100%)
R 222 of 661 ~ 33.59%
G 245 of 661 ~ 37.07%
B 194 of 661 ~ 29.35%

%33.59
%37.07
%29.35

CMYK color model

#DEF5C2 color CMYK value is (9,0,21,4).

  • cyan value is 9.39%
  • magenta value is 0.00%
  • yellow value is 20.82%
  • key color value is 3.92%
CMYK:
(9,0,21,4)
C9M0Y21K4 
(9%,0%,21%,4%)
(0.09/0.00/0.21/0.04)	

CMYK percentages

%9.39
%0
%20.82
%3.92

Codes

Color #DEF5C2 in popluar color models

DEF5C2
RGB222245194
HSL87°71.83%86.08%
HSB/HSV87°20.82%96.08%
CMYK9.39%0.00%20.82%
3.92%

Color #DEF5C2 in popluar number systems.

HEXDEF5C2
Decimal222245194
Binary110111101111010111000010
Octal336365302

Shades and tints

Shades of #DEF5C2

#DEF5C2
(222,245,194)
#CADFB1
(202,223,177)
#B6C9A0
(182,201,160)
#A2B38F
(162,179,143)
#8E9D7E
(142,157,126)
#7A876D
(122,135,109)
#66715C
(102,113,92)
#525B4B
(82,91,75)
#3E453A
(62,69,58)
#2A2F29
(42,47,41)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #DEF5C2

#DEF5C2
(222,245,194)
#E1F5C7
(225,245,199)
#E4F5CC
(228,245,204)
#E7F5D1
(231,245,209)
#EAF5D6
(234,245,214)
#EDF5DB
(237,245,219)
#F0F5E0
(240,245,224)
#F3F5E5
(243,245,229)
#F6F5EA
(246,245,234)
#F9F5EF
(249,245,239)
#FCF5F4
(252,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF5C2 color. Also use rgb(222,245,194) instead hex code.

Text Font Color

.myTextColor { color: #DEF5C2; }

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

This text font color is #DEF5C2.


Background Color

.myBgColor { background-color: #DEF5C2; }

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

This div background color is #DEF5C2.


Border color

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

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

This div border color is #DEF5C2.


Opacity

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

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

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

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

This text has shadow with #DEF5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF5C2 on black background.


Color preview on white background

This text has color #DEF5C2 on white background.



Black color preview on #DEF5C2 background

This text has black color on #DEF5C2 background.


White color preview on #DEF5C2 background

This text has white color on #DEF5C2 background.