COLOR #DEF3F0

HEX: #DEF3F0
RGB: (222,243,240)

Color info

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

RGB color model

#DEF3F0 color RGB value is (222,243,240).

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

RGB channels and saturation

R 222 of 255 = 87%
G 243 of 255 = 95%
B 240 of 255 = 94%

222
243
240

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

Portions of RGB colors in percentages

R + G + B =
222 + 243 + 240 = 705 (100%)
R 222 of 705 ~ 31.49%
G 243 of 705 ~ 34.47%
B 240 of 705 ~ 34.04%

%31.49
%34.47
%34.04

CMYK color model

#DEF3F0 color CMYK value is (9,0,1,5).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 1.23%
  • key color value is 4.71%
CMYK:
(9,0,1,5)
C9M0Y1K5 
(9%,0%,1%,5%)
(0.09/0.00/0.01/0.05)	

CMYK percentages

%8.64
%0
%1.23
%4.71

Codes

Color #DEF3F0 in popluar color models

DEF3F0
RGB222243240
HSL171°46.67%91.18%
HSB/HSV171°8.64%95.29%
CMYK8.64%0.00%1.23%
4.71%

Color #DEF3F0 in popluar number systems.

HEXDEF3F0
Decimal222243240
Binary110111101111001111110000
Octal336363360

Shades and tints

Shades of #DEF3F0

#DEF3F0
(222,243,240)
#CADDDB
(202,221,219)
#B6C7C6
(182,199,198)
#A2B1B1
(162,177,177)
#8E9B9C
(142,155,156)
#7A8587
(122,133,135)
#666F72
(102,111,114)
#52595D
(82,89,93)
#3E4348
(62,67,72)
#2A2D33
(42,45,51)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #DEF3F0

#DEF3F0
(222,243,240)
#E1F4F1
(225,244,241)
#E4F5F2
(228,245,242)
#E7F6F3
(231,246,243)
#EAF7F4
(234,247,244)
#EDF8F5
(237,248,245)
#F0F9F6
(240,249,246)
#F3FAF7
(243,250,247)
#F6FBF8
(246,251,248)
#F9FCF9
(249,252,249)
#FCFDFA
(252,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF3F0; }

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

This text font color is #DEF3F0.


Background Color

.myBgColor { background-color: #DEF3F0; }

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

This div background color is #DEF3F0.


Border color

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

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

This div border color is #DEF3F0.


Opacity

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

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

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

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

This text has shadow with #DEF3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF3F0 on black background.


Color preview on white background

This text has color #DEF3F0 on white background.



Black color preview on #DEF3F0 background

This text has black color on #DEF3F0 background.


White color preview on #DEF3F0 background

This text has white color on #DEF3F0 background.