COLOR #DEF9E1

HEX: #DEF9E1
RGB: (222,249,225)

Color info

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

RGB color model

#DEF9E1 color RGB value is (222,249,225).

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

RGB channels and saturation

R 222 of 255 = 87%
G 249 of 255 = 98%
B 225 of 255 = 88%

222
249
225

R + G + B ~ 91%. #DEF9E1 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 249 + 225 = 696 (100%)
R 222 of 696 ~ 31.9%
G 249 of 696 ~ 35.78%
B 225 of 696 ~ 32.33%

%31.9
%35.78
%32.33

CMYK color model

#DEF9E1 color CMYK value is (11,0,10,2).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 2.35%
CMYK: (11,0,10,2) C11M0Y10K2 (11%,0%,10%,2%) (0.11/0.00/0.10/0.02)

CMYK percentages

%10.84
%0
%9.64
%2.35

Codes

Color #DEF9E1 in popluar color models

DEF9E1
RGB222249225
HSL127°69.23%92.35%
HSB/HSV127°10.84%97.65%
CMYK10.84%0.00%9.64%
2.35%

Color #DEF9E1 in popluar number systems.

HEXDEF9E1
Decimal222249225
Binary110111101111100111100001
Octal336371341

Shades and tints

Shades of #DEF9E1

#DEF9E1
(222,249,225)
#CAE3CD
(202,227,205)
#B6CDB9
(182,205,185)
#A2B7A5
(162,183,165)
#8EA191
(142,161,145)
#7A8B7D
(122,139,125)
#667569
(102,117,105)
#525F55
(82,95,85)
#3E4941
(62,73,65)
#2A332D
(42,51,45)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #DEF9E1

#DEF9E1
(222,249,225)
#E1F9E3
(225,249,227)
#E4F9E5
(228,249,229)
#E7F9E7
(231,249,231)
#EAF9E9
(234,249,233)
#EDF9EB
(237,249,235)
#F0F9ED
(240,249,237)
#F3F9EF
(243,249,239)
#F6F9F1
(246,249,241)
#F9F9F3
(249,249,243)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF9E1; }

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

This text font color is #DEF9E1.


Background Color

.myBgColor { background-color: #DEF9E1; }

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

This div background color is #DEF9E1.


Border color

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

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

This div border color is #DEF9E1.


Opacity

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

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

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

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

This text has shadow with #DEF9E1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DEF9E1 on black background.


Color preview on white background

This text has color #DEF9E1 on white background.



Black color preview on #DEF9E1 background

This text has black color on #DEF9E1 background.


White color preview on #DEF9E1 background

This text has white color on #DEF9E1 background.