COLOR #DEF0E6

HEX: #DEF0E6
RGB: (222,240,230)

Color info

#DEF0E6 contains red, green and blue colors in about the same proportion. Web safe color of #DEF0E6 is #CCFFCC (or #CFC).

RGB color model

#DEF0E6 color RGB value is (222,240,230).

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

RGB channels and saturation

R 222 of 255 = 87%
G 240 of 255 = 94%
B 230 of 255 = 90%

222
240
230

R + G + B ~ 90%. #DEF0E6 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 240 + 230 = 692 (100%)
R 222 of 692 ~ 32.08%
G 240 of 692 ~ 34.68%
B 230 of 692 ~ 33.24%

%32.08
%34.68
%33.24

CMYK color model

#DEF0E6 color CMYK value is (8,0,4,6).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 5.88%
CMYK:
(8,0,4,6)
C8M0Y4K6 
(8%,0%,4%,6%)
(0.08/0.00/0.04/0.06)	

CMYK percentages

%7.5
%0
%4.17
%5.88

Codes

Color #DEF0E6 in popluar color models

DEF0E6
RGB222240230
HSL147°37.50%90.59%
HSB/HSV147°7.50%94.12%
CMYK7.50%0.00%4.17%
5.88%

Color #DEF0E6 in popluar number systems.

HEXDEF0E6
Decimal222240230
Binary110111101111000011100110
Octal336360346

Shades and tints

Shades of #DEF0E6

#DEF0E6
(222,240,230)
#CADBD2
(202,219,210)
#B6C6BE
(182,198,190)
#A2B1AA
(162,177,170)
#8E9C96
(142,156,150)
#7A8782
(122,135,130)
#66726E
(102,114,110)
#525D5A
(82,93,90)
#3E4846
(62,72,70)
#2A3332
(42,51,50)
#161E1E
(22,30,30)
#000000
(0,0,0)

Tints of #DEF0E6

#DEF0E6
(222,240,230)
#E1F1E8
(225,241,232)
#E4F2EA
(228,242,234)
#E7F3EC
(231,243,236)
#EAF4EE
(234,244,238)
#EDF5F0
(237,245,240)
#F0F6F2
(240,246,242)
#F3F7F4
(243,247,244)
#F6F8F6
(246,248,246)
#F9F9F8
(249,249,248)
#FCFAFA
(252,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF0E6; }

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

This text font color is #DEF0E6.


Background Color

.myBgColor { background-color: #DEF0E6; }

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

This div background color is #DEF0E6.


Border color

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

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

This div border color is #DEF0E6.


Opacity

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

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

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

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

This text has shadow with #DEF0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF0E6 on black background.


Color preview on white background

This text has color #DEF0E6 on white background.



Black color preview on #DEF0E6 background

This text has black color on #DEF0E6 background.


White color preview on #DEF0E6 background

This text has white color on #DEF0E6 background.