COLOR #DEF9E0

HEX: #DEF9E0
RGB: (222,249,224)

Color info

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

RGB color model

#DEF9E0 color RGB value is (222,249,224).

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

RGB channels and saturation

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

222
249
224

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

Portions of RGB colors in percentages

R + G + B =
222 + 249 + 224 = 695 (100%)
R 222 of 695 ~ 31.94%
G 249 of 695 ~ 35.83%
B 224 of 695 ~ 32.23%

%31.94
%35.83
%32.23

CMYK color model

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

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • 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
%10.04
%2.35

Codes

Color #DEF9E0 in popluar color models

DEF9E0
RGB222249224
HSL124°69.23%92.35%
HSB/HSV124°10.84%97.65%
CMYK10.84%0.00%10.04%
2.35%

Color #DEF9E0 in popluar number systems.

HEXDEF9E0
Decimal222249224
Binary110111101111100111100000
Octal336371340

Shades and tints

Shades of #DEF9E0

#DEF9E0
(222,249,224)
#CAE3CC
(202,227,204)
#B6CDB8
(182,205,184)
#A2B7A4
(162,183,164)
#8EA190
(142,161,144)
#7A8B7C
(122,139,124)
#667568
(102,117,104)
#525F54
(82,95,84)
#3E4940
(62,73,64)
#2A332C
(42,51,44)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #DEF9E0

#DEF9E0
(222,249,224)
#E1F9E2
(225,249,226)
#E4F9E4
(228,249,228)
#E7F9E6
(231,249,230)
#EAF9E8
(234,249,232)
#EDF9EA
(237,249,234)
#F0F9EC
(240,249,236)
#F3F9EE
(243,249,238)
#F6F9F0
(246,249,240)
#F9F9F2
(249,249,242)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF9E0; }

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

This text font color is #DEF9E0.


Background Color

.myBgColor { background-color: #DEF9E0; }

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

This div background color is #DEF9E0.


Border color

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

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

This div border color is #DEF9E0.


Opacity

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

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

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

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

This text has shadow with #DEF9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF9E0 on black background.


Color preview on white background

This text has color #DEF9E0 on white background.



Black color preview on #DEF9E0 background

This text has black color on #DEF9E0 background.


White color preview on #DEF9E0 background

This text has white color on #DEF9E0 background.