COLOR #DEF0EA

HEX: #DEF0EA
RGB: (222,240,234)

Color info

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

RGB color model

#DEF0EA color RGB value is (222,240,234).

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

RGB channels and saturation

R 222 of 255 = 87%
G 240 of 255 = 94%
B 234 of 255 = 92%

222
240
234

R + G + B ~ 91%. #DEF0EA is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 240 + 234 = 696 (100%)
R 222 of 696 ~ 31.9%
G 240 of 696 ~ 34.48%
B 234 of 696 ~ 33.62%

%31.9
%34.48
%33.62

CMYK color model

#DEF0EA color CMYK value is (8,0,3,6).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 5.88%
CMYK:
(8,0,3,6)
C8M0Y3K6 
(8%,0%,3%,6%)
(0.08/0.00/0.03/0.06)	

CMYK percentages

%7.5
%0
%2.5
%5.88

Codes

Color #DEF0EA in popluar color models

DEF0EA
RGB222240234
HSL160°37.50%90.59%
HSB/HSV160°7.50%94.12%
CMYK7.50%0.00%2.50%
5.88%

Color #DEF0EA in popluar number systems.

HEXDEF0EA
Decimal222240234
Binary110111101111000011101010
Octal336360352

Shades and tints

Shades of #DEF0EA

#DEF0EA
(222,240,234)
#CADBD5
(202,219,213)
#B6C6C0
(182,198,192)
#A2B1AB
(162,177,171)
#8E9C96
(142,156,150)
#7A8781
(122,135,129)
#66726C
(102,114,108)
#525D57
(82,93,87)
#3E4842
(62,72,66)
#2A332D
(42,51,45)
#161E18
(22,30,24)
#000000
(0,0,0)

Tints of #DEF0EA

#DEF0EA
(222,240,234)
#E1F1EB
(225,241,235)
#E4F2EC
(228,242,236)
#E7F3ED
(231,243,237)
#EAF4EE
(234,244,238)
#EDF5EF
(237,245,239)
#F0F6F0
(240,246,240)
#F3F7F1
(243,247,241)
#F6F8F2
(246,248,242)
#F9F9F3
(249,249,243)
#FCFAF4
(252,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF0EA; }

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

This text font color is #DEF0EA.


Background Color

.myBgColor { background-color: #DEF0EA; }

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

This div background color is #DEF0EA.


Border color

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

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

This div border color is #DEF0EA.


Opacity

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

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

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

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

This text has shadow with #DEF0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF0EA on black background.


Color preview on white background

This text has color #DEF0EA on white background.



Black color preview on #DEF0EA background

This text has black color on #DEF0EA background.


White color preview on #DEF0EA background

This text has white color on #DEF0EA background.