COLOR #DEF7F5

HEX: #DEF7F5
RGB: (222,247,245)

Color info

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

RGB color model

#DEF7F5 color RGB value is (222,247,245).

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

RGB channels and saturation

R 222 of 255 = 87%
G 247 of 255 = 97%
B 245 of 255 = 96%

222
247
245

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

Portions of RGB colors in percentages

R + G + B =
222 + 247 + 245 = 714 (100%)
R 222 of 714 ~ 31.09%
G 247 of 714 ~ 34.59%
B 245 of 714 ~ 34.31%

%31.09
%34.59
%34.31

CMYK color model

#DEF7F5 color CMYK value is (10,0,1,3).

  • cyan value is 10.12%
  • magenta value is 0.00%
  • yellow value is 0.81%
  • key color value is 3.14%
CMYK:
(10,0,1,3)
C10M0Y1K3 
(10%,0%,1%,3%)
(0.10/0.00/0.01/0.03)	

CMYK percentages

%10.12
%0
%0.81
%3.14

Codes

Color #DEF7F5 in popluar color models

DEF7F5
RGB222247245
HSL175°60.98%91.96%
HSB/HSV175°10.12%96.86%
CMYK10.12%0.00%0.81%
3.14%

Color #DEF7F5 in popluar number systems.

HEXDEF7F5
Decimal222247245
Binary110111101111011111110101
Octal336367365

Shades and tints

Shades of #DEF7F5

#DEF7F5
(222,247,245)
#CAE1DF
(202,225,223)
#B6CBC9
(182,203,201)
#A2B5B3
(162,181,179)
#8E9F9D
(142,159,157)
#7A8987
(122,137,135)
#667371
(102,115,113)
#525D5B
(82,93,91)
#3E4745
(62,71,69)
#2A312F
(42,49,47)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #DEF7F5

#DEF7F5
(222,247,245)
#E1F7F5
(225,247,245)
#E4F7F5
(228,247,245)
#E7F7F5
(231,247,245)
#EAF7F5
(234,247,245)
#EDF7F5
(237,247,245)
#F0F7F5
(240,247,245)
#F3F7F5
(243,247,245)
#F6F7F5
(246,247,245)
#F9F7F5
(249,247,245)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF7F5; }

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

This text font color is #DEF7F5.


Background Color

.myBgColor { background-color: #DEF7F5; }

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

This div background color is #DEF7F5.


Border color

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

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

This div border color is #DEF7F5.


Opacity

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

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

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

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

This text has shadow with #DEF7F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF7F5 on black background.


Color preview on white background

This text has color #DEF7F5 on white background.



Black color preview on #DEF7F5 background

This text has black color on #DEF7F5 background.


White color preview on #DEF7F5 background

This text has white color on #DEF7F5 background.