COLOR #DEF5F0

HEX: #DEF5F0
RGB: (222,245,240)

Color info

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

RGB color model

#DEF5F0 color RGB value is (222,245,240).

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

RGB channels and saturation

R 222 of 255 = 87%
G 245 of 255 = 96%
B 240 of 255 = 94%

222
245
240

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

Portions of RGB colors in percentages

R + G + B =
222 + 245 + 240 = 707 (100%)
R 222 of 707 ~ 31.4%
G 245 of 707 ~ 34.65%
B 240 of 707 ~ 33.95%

%31.4
%34.65
%33.95

CMYK color model

#DEF5F0 color CMYK value is (9,0,2,4).

  • cyan value is 9.39%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 3.92%
CMYK:
(9,0,2,4)
C9M0Y2K4 
(9%,0%,2%,4%)
(0.09/0.00/0.02/0.04)	

CMYK percentages

%9.39
%0
%2.04
%3.92

Codes

Color #DEF5F0 in popluar color models

DEF5F0
RGB222245240
HSL167°53.49%91.57%
HSB/HSV167°9.39%96.08%
CMYK9.39%0.00%2.04%
3.92%

Color #DEF5F0 in popluar number systems.

HEXDEF5F0
Decimal222245240
Binary110111101111010111110000
Octal336365360

Shades and tints

Shades of #DEF5F0

#DEF5F0
(222,245,240)
#CADFDB
(202,223,219)
#B6C9C6
(182,201,198)
#A2B3B1
(162,179,177)
#8E9D9C
(142,157,156)
#7A8787
(122,135,135)
#667172
(102,113,114)
#525B5D
(82,91,93)
#3E4548
(62,69,72)
#2A2F33
(42,47,51)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #DEF5F0

#DEF5F0
(222,245,240)
#E1F5F1
(225,245,241)
#E4F5F2
(228,245,242)
#E7F5F3
(231,245,243)
#EAF5F4
(234,245,244)
#EDF5F5
(237,245,245)
#F0F5F6
(240,245,246)
#F3F5F7
(243,245,247)
#F6F5F8
(246,245,248)
#F9F5F9
(249,245,249)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF5F0; }

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

This text font color is #DEF5F0.


Background Color

.myBgColor { background-color: #DEF5F0; }

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

This div background color is #DEF5F0.


Border color

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

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

This div border color is #DEF5F0.


Opacity

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

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

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

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

This text has shadow with #DEF5F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF5F0 on black background.


Color preview on white background

This text has color #DEF5F0 on white background.



Black color preview on #DEF5F0 background

This text has black color on #DEF5F0 background.


White color preview on #DEF5F0 background

This text has white color on #DEF5F0 background.