COLOR #DEF2F6

HEX: #DEF2F6
RGB: (222,242,246)

Color info

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

RGB color model

#DEF2F6 color RGB value is (222,242,246).

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

RGB channels and saturation

R 222 of 255 = 87%
G 242 of 255 = 95%
B 246 of 255 = 96%

222
242
246

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

Portions of RGB colors in percentages

R + G + B =
222 + 242 + 246 = 710 (100%)
R 222 of 710 ~ 31.27%
G 242 of 710 ~ 34.08%
B 246 of 710 ~ 34.65%

%31.27
%34.08
%34.65

CMYK color model

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

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

CMYK percentages

%9.76
%1.63
%0
%3.53

Codes

Color #DEF2F6 in popluar color models

DEF2F6
RGB222242246
HSL190°57.14%91.76%
HSB/HSV190°9.76%96.47%
CMYK9.76%1.63%0.00%
3.53%

Color #DEF2F6 in popluar number systems.

HEXDEF2F6
Decimal222242246
Binary110111101111001011110110
Octal336362366

Shades and tints

Shades of #DEF2F6

#DEF2F6
(222,242,246)
#CADCE0
(202,220,224)
#B6C6CA
(182,198,202)
#A2B0B4
(162,176,180)
#8E9A9E
(142,154,158)
#7A8488
(122,132,136)
#666E72
(102,110,114)
#52585C
(82,88,92)
#3E4246
(62,66,70)
#2A2C30
(42,44,48)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #DEF2F6

#DEF2F6
(222,242,246)
#E1F3F6
(225,243,246)
#E4F4F6
(228,244,246)
#E7F5F6
(231,245,246)
#EAF6F6
(234,246,246)
#EDF7F6
(237,247,246)
#F0F8F6
(240,248,246)
#F3F9F6
(243,249,246)
#F6FAF6
(246,250,246)
#F9FBF6
(249,251,246)
#FCFCF6
(252,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF2F6; }

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

This text font color is #DEF2F6.


Background Color

.myBgColor { background-color: #DEF2F6; }

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

This div background color is #DEF2F6.


Border color

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

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

This div border color is #DEF2F6.


Opacity

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

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

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

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

This text has shadow with #DEF2F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF2F6 on black background.


Color preview on white background

This text has color #DEF2F6 on white background.



Black color preview on #DEF2F6 background

This text has black color on #DEF2F6 background.


White color preview on #DEF2F6 background

This text has white color on #DEF2F6 background.