COLOR #DEEAA6

HEX: #DEEAA6
RGB: (222,234,166)

Color info

#DEEAA6 contains mainly red and green colors. Web safe color of #DEEAA6 is #CCFF99 (or #CF9).

RGB color model

#DEEAA6 color RGB value is (222,234,166).

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

RGB channels and saturation

R 222 of 255 = 87%
G 234 of 255 = 92%
B 166 of 255 = 65%

222
234
166

R + G + B ~ 81%. #DEEAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 234 + 166 = 622 (100%)
R 222 of 622 ~ 35.69%
G 234 of 622 ~ 37.62%
B 166 of 622 ~ 26.69%

%35.69
%37.62
%26.69

CMYK color model

#DEEAA6 color CMYK value is (5,0,29,8).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 29.06%
  • key color value is 8.24%
CMYK:
(5,0,29,8)
C5M0Y29K8 
(5%,0%,29%,8%)
(0.05/0.00/0.29/0.08)	

CMYK percentages

%5.13
%0
%29.06
%8.24

Codes

Color #DEEAA6 in popluar color models

DEEAA6
RGB222234166
HSL71°61.82%78.43%
HSB/HSV71°29.06%91.76%
CMYK5.13%0.00%29.06%
8.24%

Color #DEEAA6 in popluar number systems.

HEXDEEAA6
Decimal222234166
Binary110111101110101010100110
Octal336352246

Shades and tints

Shades of #DEEAA6

#DEEAA6
(222,234,166)
#CAD597
(202,213,151)
#B6C088
(182,192,136)
#A2AB79
(162,171,121)
#8E966A
(142,150,106)
#7A815B
(122,129,91)
#666C4C
(102,108,76)
#52573D
(82,87,61)
#3E422E
(62,66,46)
#2A2D1F
(42,45,31)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #DEEAA6

#DEEAA6
(222,234,166)
#E1EBAE
(225,235,174)
#E4ECB6
(228,236,182)
#E7EDBE
(231,237,190)
#EAEEC6
(234,238,198)
#EDEFCE
(237,239,206)
#F0F0D6
(240,240,214)
#F3F1DE
(243,241,222)
#F6F2E6
(246,242,230)
#F9F3EE
(249,243,238)
#FCF4F6
(252,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEEAA6; }

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

This text font color is #DEEAA6.


Background Color

.myBgColor { background-color: #DEEAA6; }

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

This div background color is #DEEAA6.


Border color

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

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

This div border color is #DEEAA6.


Opacity

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

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

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

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

This text has shadow with #DEEAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEEAA6 on black background.


Color preview on white background

This text has color #DEEAA6 on white background.



Black color preview on #DEEAA6 background

This text has black color on #DEEAA6 background.


White color preview on #DEEAA6 background

This text has white color on #DEEAA6 background.