COLOR #DEF3F7

HEX: #DEF3F7
RGB: (222,243,247)

Color info

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

RGB color model

#DEF3F7 color RGB value is (222,243,247).

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

RGB channels and saturation

R 222 of 255 = 87%
G 243 of 255 = 95%
B 247 of 255 = 97%

222
243
247

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

Portions of RGB colors in percentages

R + G + B =
222 + 243 + 247 = 712 (100%)
R 222 of 712 ~ 31.18%
G 243 of 712 ~ 34.13%
B 247 of 712 ~ 34.69%

%31.18
%34.13
%34.69

CMYK color model

#DEF3F7 color CMYK value is (10,2,0,3).

  • cyan value is 10.12%
  • magenta value is 1.62%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(10,2,0,3)
C10M2Y0K3 
(10%,2%,0%,3%)
(0.10/0.02/0.00/0.03)	

CMYK percentages

%10.12
%1.62
%0
%3.14

Codes

Color #DEF3F7 in popluar color models

DEF3F7
RGB222243247
HSL190°60.98%91.96%
HSB/HSV190°10.12%96.86%
CMYK10.12%1.62%0.00%
3.14%

Color #DEF3F7 in popluar number systems.

HEXDEF3F7
Decimal222243247
Binary110111101111001111110111
Octal336363367

Shades and tints

Shades of #DEF3F7

#DEF3F7
(222,243,247)
#CADDE1
(202,221,225)
#B6C7CB
(182,199,203)
#A2B1B5
(162,177,181)
#8E9B9F
(142,155,159)
#7A8589
(122,133,137)
#666F73
(102,111,115)
#52595D
(82,89,93)
#3E4347
(62,67,71)
#2A2D31
(42,45,49)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #DEF3F7

#DEF3F7
(222,243,247)
#E1F4F7
(225,244,247)
#E4F5F7
(228,245,247)
#E7F6F7
(231,246,247)
#EAF7F7
(234,247,247)
#EDF8F7
(237,248,247)
#F0F9F7
(240,249,247)
#F3FAF7
(243,250,247)
#F6FBF7
(246,251,247)
#F9FCF7
(249,252,247)
#FCFDF7
(252,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF3F7; }

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

This text font color is #DEF3F7.


Background Color

.myBgColor { background-color: #DEF3F7; }

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

This div background color is #DEF3F7.


Border color

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

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

This div border color is #DEF3F7.


Opacity

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

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

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

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

This text has shadow with #DEF3F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF3F7 on black background.


Color preview on white background

This text has color #DEF3F7 on white background.



Black color preview on #DEF3F7 background

This text has black color on #DEF3F7 background.


White color preview on #DEF3F7 background

This text has white color on #DEF3F7 background.