COLOR #DEF7E7

HEX: #DEF7E7
RGB: (222,247,231)

Color info

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

RGB color model

#DEF7E7 color RGB value is (222,247,231).

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

RGB channels and saturation

R 222 of 255 = 87%
G 247 of 255 = 97%
B 231 of 255 = 91%

222
247
231

R + G + B ~ 92%. #DEF7E7 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 247 + 231 = 700 (100%)
R 222 of 700 ~ 31.71%
G 247 of 700 ~ 35.29%
B 231 of 700 ~ 33%

%31.71
%35.29
%33

CMYK color model

#DEF7E7 color CMYK value is (10,0,6,3).

  • cyan value is 10.12%
  • magenta value is 0.00%
  • yellow value is 6.48%
  • key color value is 3.14%
CMYK:
(10,0,6,3)
C10M0Y6K3 
(10%,0%,6%,3%)
(0.10/0.00/0.06/0.03)	

CMYK percentages

%10.12
%0
%6.48
%3.14

Codes

Color #DEF7E7 in popluar color models

DEF7E7
RGB222247231
HSL142°60.98%91.96%
HSB/HSV142°10.12%96.86%
CMYK10.12%0.00%6.48%
3.14%

Color #DEF7E7 in popluar number systems.

HEXDEF7E7
Decimal222247231
Binary110111101111011111100111
Octal336367347

Shades and tints

Shades of #DEF7E7

#DEF7E7
(222,247,231)
#CAE1D2
(202,225,210)
#B6CBBD
(182,203,189)
#A2B5A8
(162,181,168)
#8E9F93
(142,159,147)
#7A897E
(122,137,126)
#667369
(102,115,105)
#525D54
(82,93,84)
#3E473F
(62,71,63)
#2A312A
(42,49,42)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #DEF7E7

#DEF7E7
(222,247,231)
#E1F7E9
(225,247,233)
#E4F7EB
(228,247,235)
#E7F7ED
(231,247,237)
#EAF7EF
(234,247,239)
#EDF7F1
(237,247,241)
#F0F7F3
(240,247,243)
#F3F7F5
(243,247,245)
#F6F7F7
(246,247,247)
#F9F7F9
(249,247,249)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF7E7; }

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

This text font color is #DEF7E7.


Background Color

.myBgColor { background-color: #DEF7E7; }

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

This div background color is #DEF7E7.


Border color

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

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

This div border color is #DEF7E7.


Opacity

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

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

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

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

This text has shadow with #DEF7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF7E7 on black background.


Color preview on white background

This text has color #DEF7E7 on white background.



Black color preview on #DEF7E7 background

This text has black color on #DEF7E7 background.


White color preview on #DEF7E7 background

This text has white color on #DEF7E7 background.