COLOR #DEF7F2

HEX: #DEF7F2
RGB: (222,247,242)

Color info

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

RGB color model

#DEF7F2 color RGB value is (222,247,242).

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

RGB channels and saturation

R 222 of 255 = 87%
G 247 of 255 = 97%
B 242 of 255 = 95%

222
247
242

R + G + B ~ 93%. #DEF7F2 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 247 + 242 = 711 (100%)
R 222 of 711 ~ 31.22%
G 247 of 711 ~ 34.74%
B 242 of 711 ~ 34.04%

%31.22
%34.74
%34.04

CMYK color model

#DEF7F2 color CMYK value is (10,0,2,3).

  • cyan value is 10.12%
  • magenta value is 0.00%
  • yellow value is 2.02%
  • key color value is 3.14%
CMYK:
(10,0,2,3)
C10M0Y2K3 
(10%,0%,2%,3%)
(0.10/0.00/0.02/0.03)	

CMYK percentages

%10.12
%0
%2.02
%3.14

Codes

Color #DEF7F2 in popluar color models

DEF7F2
RGB222247242
HSL168°60.98%91.96%
HSB/HSV168°10.12%96.86%
CMYK10.12%0.00%2.02%
3.14%

Color #DEF7F2 in popluar number systems.

HEXDEF7F2
Decimal222247242
Binary110111101111011111110010
Octal336367362

Shades and tints

Shades of #DEF7F2

#DEF7F2
(222,247,242)
#CAE1DC
(202,225,220)
#B6CBC6
(182,203,198)
#A2B5B0
(162,181,176)
#8E9F9A
(142,159,154)
#7A8984
(122,137,132)
#66736E
(102,115,110)
#525D58
(82,93,88)
#3E4742
(62,71,66)
#2A312C
(42,49,44)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #DEF7F2

#DEF7F2
(222,247,242)
#E1F7F3
(225,247,243)
#E4F7F4
(228,247,244)
#E7F7F5
(231,247,245)
#EAF7F6
(234,247,246)
#EDF7F7
(237,247,247)
#F0F7F8
(240,247,248)
#F3F7F9
(243,247,249)
#F6F7FA
(246,247,250)
#F9F7FB
(249,247,251)
#FCF7FC
(252,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF7F2; }

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

This text font color is #DEF7F2.


Background Color

.myBgColor { background-color: #DEF7F2; }

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

This div background color is #DEF7F2.


Border color

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

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

This div border color is #DEF7F2.


Opacity

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

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

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

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

This text has shadow with #DEF7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF7F2 on black background.


Color preview on white background

This text has color #DEF7F2 on white background.



Black color preview on #DEF7F2 background

This text has black color on #DEF7F2 background.


White color preview on #DEF7F2 background

This text has white color on #DEF7F2 background.