COLOR #DEF6F4

HEX: #DEF6F4
RGB: (222,246,244)

Color info

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

RGB color model

#DEF6F4 color RGB value is (222,246,244).

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

RGB channels and saturation

R 222 of 255 = 87%
G 246 of 255 = 96%
B 244 of 255 = 96%

222
246
244

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

Portions of RGB colors in percentages

R + G + B =
222 + 246 + 244 = 712 (100%)
R 222 of 712 ~ 31.18%
G 246 of 712 ~ 34.55%
B 244 of 712 ~ 34.27%

%31.18
%34.55
%34.27

CMYK color model

#DEF6F4 color CMYK value is (10,0,1,4).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 0.81%
  • key color value is 3.53%
CMYK:
(10,0,1,4)
C10M0Y1K4 
(10%,0%,1%,4%)
(0.10/0.00/0.01/0.04)	

CMYK percentages

%9.76
%0
%0.81
%3.53

Codes

Color #DEF6F4 in popluar color models

DEF6F4
RGB222246244
HSL175°57.14%91.76%
HSB/HSV175°9.76%96.47%
CMYK9.76%0.00%0.81%
3.53%

Color #DEF6F4 in popluar number systems.

HEXDEF6F4
Decimal222246244
Binary110111101111011011110100
Octal336366364

Shades and tints

Shades of #DEF6F4

#DEF6F4
(222,246,244)
#CAE0DE
(202,224,222)
#B6CAC8
(182,202,200)
#A2B4B2
(162,180,178)
#8E9E9C
(142,158,156)
#7A8886
(122,136,134)
#667270
(102,114,112)
#525C5A
(82,92,90)
#3E4644
(62,70,68)
#2A302E
(42,48,46)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #DEF6F4

#DEF6F4
(222,246,244)
#E1F6F5
(225,246,245)
#E4F6F6
(228,246,246)
#E7F6F7
(231,246,247)
#EAF6F8
(234,246,248)
#EDF6F9
(237,246,249)
#F0F6FA
(240,246,250)
#F3F6FB
(243,246,251)
#F6F6FC
(246,246,252)
#F9F6FD
(249,246,253)
#FCF6FE
(252,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF6F4; }

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

This text font color is #DEF6F4.


Background Color

.myBgColor { background-color: #DEF6F4; }

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

This div background color is #DEF6F4.


Border color

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

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

This div border color is #DEF6F4.


Opacity

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

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

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

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

This text has shadow with #DEF6F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF6F4 on black background.


Color preview on white background

This text has color #DEF6F4 on white background.



Black color preview on #DEF6F4 background

This text has black color on #DEF6F4 background.


White color preview on #DEF6F4 background

This text has white color on #DEF6F4 background.