COLOR #DEDB9E

HEX: #DEDB9E
RGB: (222,219,158)

Color info

#DEDB9E contains mainly red and green colors. Web safe color of #DEDB9E is #CCCC99 (or #CC9).

RGB color model

#DEDB9E color RGB value is (222,219,158).

  • red value is 222;
  • green value is 219;
  • blue value is 158.
RGB:
(222,219,158)
(87%,86%,62%)

RGB channels and saturation

R 222 of 255 = 87%
G 219 of 255 = 86%
B 158 of 255 = 62%

222
219
158

R + G + B ~ 78%. #DEDB9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 219 + 158 = 599 (100%)
R 222 of 599 ~ 37.06%
G 219 of 599 ~ 36.56%
B 158 of 599 ~ 26.38%

%37.06
%36.56
%26.38

CMYK color model

#DEDB9E color CMYK value is (0,1,29,13).

  • cyan value is 0.00%
  • magenta value is 1.35%
  • yellow value is 28.83%
  • key color value is 12.94%
CMYK:
(0,1,29,13)
C0M1Y29K13 
(0%,1%,29%,13%)
(0.00/0.01/0.29/0.13)	

CMYK percentages

%0
%1.35
%28.83
%12.94

Codes

Color #DEDB9E in popluar color models

DEDB9E
RGB222219158
HSL57°49.23%74.51%
HSB/HSV57°28.83%87.06%
CMYK0.00%1.35%28.83%
12.94%

Color #DEDB9E in popluar number systems.

HEXDEDB9E
Decimal222219158
Binary110111101101101110011110
Octal336333236

Shades and tints

Shades of #DEDB9E

#DEDB9E
(222,219,158)
#CAC890
(202,200,144)
#B6B582
(182,181,130)
#A2A274
(162,162,116)
#8E8F66
(142,143,102)
#7A7C58
(122,124,88)
#66694A
(102,105,74)
#52563C
(82,86,60)
#3E432E
(62,67,46)
#2A3020
(42,48,32)
#161D12
(22,29,18)
#000000
(0,0,0)

Tints of #DEDB9E

#DEDB9E
(222,219,158)
#E1DEA6
(225,222,166)
#E4E1AE
(228,225,174)
#E7E4B6
(231,228,182)
#EAE7BE
(234,231,190)
#EDEAC6
(237,234,198)
#F0EDCE
(240,237,206)
#F3F0D6
(243,240,214)
#F6F3DE
(246,243,222)
#F9F6E6
(249,246,230)
#FCF9EE
(252,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEDB9E color. Also use rgb(222,219,158) instead hex code.

Text Font Color

.myTextColor { color: #DEDB9E; }

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

This text font color is #DEDB9E.


Background Color

.myBgColor { background-color: #DEDB9E; }

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

This div background color is #DEDB9E.


Border color

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

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

This div border color is #DEDB9E.


Opacity

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

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

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

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

This text has shadow with #DEDB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDB9E on black background.


Color preview on white background

This text has color #DEDB9E on white background.



Black color preview on #DEDB9E background

This text has black color on #DEDB9E background.


White color preview on #DEDB9E background

This text has white color on #DEDB9E background.