COLOR #DEF3F2

HEX: #DEF3F2
RGB: (222,243,242)

Color info

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

RGB color model

#DEF3F2 color RGB value is (222,243,242).

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

RGB channels and saturation

R 222 of 255 = 87%
G 243 of 255 = 95%
B 242 of 255 = 95%

222
243
242

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

Portions of RGB colors in percentages

R + G + B =
222 + 243 + 242 = 707 (100%)
R 222 of 707 ~ 31.4%
G 243 of 707 ~ 34.37%
B 242 of 707 ~ 34.23%

%31.4
%34.37
%34.23

CMYK color model

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

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 0.41%
  • key color value is 4.71%
CMYK:
(9,0,0,5)
C9M0Y0K5 
(9%,0%,0%,5%)
(0.09/0.00/0.00/0.05)	

CMYK percentages

%8.64
%0
%0.41
%4.71

Codes

Color #DEF3F2 in popluar color models

DEF3F2
RGB222243242
HSL177°46.67%91.18%
HSB/HSV177°8.64%95.29%
CMYK8.64%0.00%0.41%
4.71%

Color #DEF3F2 in popluar number systems.

HEXDEF3F2
Decimal222243242
Binary110111101111001111110010
Octal336363362

Shades and tints

Shades of #DEF3F2

#DEF3F2
(222,243,242)
#CADDDC
(202,221,220)
#B6C7C6
(182,199,198)
#A2B1B0
(162,177,176)
#8E9B9A
(142,155,154)
#7A8584
(122,133,132)
#666F6E
(102,111,110)
#525958
(82,89,88)
#3E4342
(62,67,66)
#2A2D2C
(42,45,44)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #DEF3F2

#DEF3F2
(222,243,242)
#E1F4F3
(225,244,243)
#E4F5F4
(228,245,244)
#E7F6F5
(231,246,245)
#EAF7F6
(234,247,246)
#EDF8F7
(237,248,247)
#F0F9F8
(240,249,248)
#F3FAF9
(243,250,249)
#F6FBFA
(246,251,250)
#F9FCFB
(249,252,251)
#FCFDFC
(252,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF3F2; }

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

This text font color is #DEF3F2.


Background Color

.myBgColor { background-color: #DEF3F2; }

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

This div background color is #DEF3F2.


Border color

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

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

This div border color is #DEF3F2.


Opacity

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

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

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

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

This text has shadow with #DEF3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF3F2 on black background.


Color preview on white background

This text has color #DEF3F2 on white background.



Black color preview on #DEF3F2 background

This text has black color on #DEF3F2 background.


White color preview on #DEF3F2 background

This text has white color on #DEF3F2 background.