COLOR #DEF6F0

HEX: #DEF6F0
RGB: (222,246,240)

Color info

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

RGB color model

#DEF6F0 color RGB value is (222,246,240).

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

RGB channels and saturation

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

222
246
240

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

Portions of RGB colors in percentages

R + G + B =
222 + 246 + 240 = 708 (100%)
R 222 of 708 ~ 31.36%
G 246 of 708 ~ 34.75%
B 240 of 708 ~ 33.9%

%31.36
%34.75
%33.9

CMYK color model

#DEF6F0 color CMYK value is (10,0,2,4).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 3.53%
CMYK:
(10,0,2,4)
C10M0Y2K4 
(10%,0%,2%,4%)
(0.10/0.00/0.02/0.04)	

CMYK percentages

%9.76
%0
%2.44
%3.53

Codes

Color #DEF6F0 in popluar color models

DEF6F0
RGB222246240
HSL165°57.14%91.76%
HSB/HSV165°9.76%96.47%
CMYK9.76%0.00%2.44%
3.53%

Color #DEF6F0 in popluar number systems.

HEXDEF6F0
Decimal222246240
Binary110111101111011011110000
Octal336366360

Shades and tints

Shades of #DEF6F0

#DEF6F0
(222,246,240)
#CAE0DB
(202,224,219)
#B6CAC6
(182,202,198)
#A2B4B1
(162,180,177)
#8E9E9C
(142,158,156)
#7A8887
(122,136,135)
#667272
(102,114,114)
#525C5D
(82,92,93)
#3E4648
(62,70,72)
#2A3033
(42,48,51)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #DEF6F0

#DEF6F0
(222,246,240)
#E1F6F1
(225,246,241)
#E4F6F2
(228,246,242)
#E7F6F3
(231,246,243)
#EAF6F4
(234,246,244)
#EDF6F5
(237,246,245)
#F0F6F6
(240,246,246)
#F3F6F7
(243,246,247)
#F6F6F8
(246,246,248)
#F9F6F9
(249,246,249)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF6F0; }

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

This text font color is #DEF6F0.


Background Color

.myBgColor { background-color: #DEF6F0; }

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

This div background color is #DEF6F0.


Border color

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

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

This div border color is #DEF6F0.


Opacity

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

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

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

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

This text has shadow with #DEF6F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF6F0 on black background.


Color preview on white background

This text has color #DEF6F0 on white background.



Black color preview on #DEF6F0 background

This text has black color on #DEF6F0 background.


White color preview on #DEF6F0 background

This text has white color on #DEF6F0 background.