COLOR #DEF5E1

HEX: #DEF5E1
RGB: (222,245,225)

Color info

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

RGB color model

#DEF5E1 color RGB value is (222,245,225).

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

RGB channels and saturation

R 222 of 255 = 87%
G 245 of 255 = 96%
B 225 of 255 = 88%

222
245
225

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

Portions of RGB colors in percentages

R + G + B =
222 + 245 + 225 = 692 (100%)
R 222 of 692 ~ 32.08%
G 245 of 692 ~ 35.4%
B 225 of 692 ~ 32.51%

%32.08
%35.4
%32.51

CMYK color model

#DEF5E1 color CMYK value is (9,0,8,4).

  • cyan value is 9.39%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 3.92%
CMYK:
(9,0,8,4)
C9M0Y8K4 
(9%,0%,8%,4%)
(0.09/0.00/0.08/0.04)	

CMYK percentages

%9.39
%0
%8.16
%3.92

Codes

Color #DEF5E1 in popluar color models

DEF5E1
RGB222245225
HSL128°53.49%91.57%
HSB/HSV128°9.39%96.08%
CMYK9.39%0.00%8.16%
3.92%

Color #DEF5E1 in popluar number systems.

HEXDEF5E1
Decimal222245225
Binary110111101111010111100001
Octal336365341

Shades and tints

Shades of #DEF5E1

#DEF5E1
(222,245,225)
#CADFCD
(202,223,205)
#B6C9B9
(182,201,185)
#A2B3A5
(162,179,165)
#8E9D91
(142,157,145)
#7A877D
(122,135,125)
#667169
(102,113,105)
#525B55
(82,91,85)
#3E4541
(62,69,65)
#2A2F2D
(42,47,45)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #DEF5E1

#DEF5E1
(222,245,225)
#E1F5E3
(225,245,227)
#E4F5E5
(228,245,229)
#E7F5E7
(231,245,231)
#EAF5E9
(234,245,233)
#EDF5EB
(237,245,235)
#F0F5ED
(240,245,237)
#F3F5EF
(243,245,239)
#F6F5F1
(246,245,241)
#F9F5F3
(249,245,243)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF5E1; }

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

This text font color is #DEF5E1.


Background Color

.myBgColor { background-color: #DEF5E1; }

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

This div background color is #DEF5E1.


Border color

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

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

This div border color is #DEF5E1.


Opacity

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

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

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

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

This text has shadow with #DEF5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF5E1 on black background.


Color preview on white background

This text has color #DEF5E1 on white background.



Black color preview on #DEF5E1 background

This text has black color on #DEF5E1 background.


White color preview on #DEF5E1 background

This text has white color on #DEF5E1 background.