COLOR #DEFDF7

HEX: #DEFDF7
RGB: (222,253,247)

Color info

#DEFDF7 contains red, green and blue colors in about the same proportion. Web safe color of #DEFDF7 is #CCFFFF (or #CFF).

RGB color model

#DEFDF7 color RGB value is (222,253,247).

  • red value is 222;
  • green value is 253;
  • blue value is 247.
RGB:
(222,253,247)
(87%,99%,97%)

RGB channels and saturation

R 222 of 255 = 87%
G 253 of 255 = 99%
B 247 of 255 = 97%

222
253
247

R + G + B ~ 94%. #DEFDF7 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 253 + 247 = 722 (100%)
R 222 of 722 ~ 30.75%
G 253 of 722 ~ 35.04%
B 247 of 722 ~ 34.21%

%30.75
%35.04
%34.21

CMYK color model

#DEFDF7 color CMYK value is (12,0,2,1).

  • cyan value is 12.25%
  • magenta value is 0.00%
  • yellow value is 2.37%
  • key color value is 0.78%
CMYK:
(12,0,2,1)
C12M0Y2K1 
(12%,0%,2%,1%)
(0.12/0.00/0.02/0.01)	

CMYK percentages

%12.25
%0
%2.37
%0.78

Codes

Color #DEFDF7 in popluar color models

DEFDF7
RGB222253247
HSL168°88.57%93.14%
HSB/HSV168°12.25%99.22%
CMYK12.25%0.00%2.37%
0.78%

Color #DEFDF7 in popluar number systems.

HEXDEFDF7
Decimal222253247
Binary110111101111110111110111
Octal336375367

Shades and tints

Shades of #DEFDF7

#DEFDF7
(222,253,247)
#CAE6E1
(202,230,225)
#B6CFCB
(182,207,203)
#A2B8B5
(162,184,181)
#8EA19F
(142,161,159)
#7A8A89
(122,138,137)
#667373
(102,115,115)
#525C5D
(82,92,93)
#3E4547
(62,69,71)
#2A2E31
(42,46,49)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #DEFDF7

#DEFDF7
(222,253,247)
#E1FDF7
(225,253,247)
#E4FDF7
(228,253,247)
#E7FDF7
(231,253,247)
#EAFDF7
(234,253,247)
#EDFDF7
(237,253,247)
#F0FDF7
(240,253,247)
#F3FDF7
(243,253,247)
#F6FDF7
(246,253,247)
#F9FDF7
(249,253,247)
#FCFDF7
(252,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEFDF7 color. Also use rgb(222,253,247) instead hex code.

Text Font Color

.myTextColor { color: #DEFDF7; }

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

This text font color is #DEFDF7.


Background Color

.myBgColor { background-color: #DEFDF7; }

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

This div background color is #DEFDF7.


Border color

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

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

This div border color is #DEFDF7.


Opacity

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

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

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

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

This text has shadow with #DEFDF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFDF7 on black background.


Color preview on white background

This text has color #DEFDF7 on white background.



Black color preview on #DEFDF7 background

This text has black color on #DEFDF7 background.


White color preview on #DEFDF7 background

This text has white color on #DEFDF7 background.