COLOR #DED6A8

HEX: #DED6A8
RGB: (222,214,168)

Color info

#DED6A8 contains red, green and blue colors in about the same proportion. Web safe color of #DED6A8 is #CCCC99 (or #CC9).

RGB color model

#DED6A8 color RGB value is (222,214,168).

  • red value is 222;
  • green value is 214;
  • blue value is 168.
RGB:
(222,214,168)
(87%,84%,66%)

RGB channels and saturation

R 222 of 255 = 87%
G 214 of 255 = 84%
B 168 of 255 = 66%

222
214
168

R + G + B ~ 79%. #DED6A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 214 + 168 = 604 (100%)
R 222 of 604 ~ 36.75%
G 214 of 604 ~ 35.43%
B 168 of 604 ~ 27.81%

%36.75
%35.43
%27.81

CMYK color model

#DED6A8 color CMYK value is (0,4,24,13).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 24.32%
  • key color value is 12.94%
CMYK:
(0,4,24,13)
C0M4Y24K13 
(0%,4%,24%,13%)
(0.00/0.04/0.24/0.13)	

CMYK percentages

%0
%3.6
%24.32
%12.94

Codes

Color #DED6A8 in popluar color models

DED6A8
RGB222214168
HSL51°45.00%76.47%
HSB/HSV51°24.32%87.06%
CMYK0.00%3.60%24.32%
12.94%

Color #DED6A8 in popluar number systems.

HEXDED6A8
Decimal222214168
Binary110111101101011010101000
Octal336326250

Shades and tints

Shades of #DED6A8

#DED6A8
(222,214,168)
#CAC399
(202,195,153)
#B6B08A
(182,176,138)
#A29D7B
(162,157,123)
#8E8A6C
(142,138,108)
#7A775D
(122,119,93)
#66644E
(102,100,78)
#52513F
(82,81,63)
#3E3E30
(62,62,48)
#2A2B21
(42,43,33)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #DED6A8

#DED6A8
(222,214,168)
#E1D9AF
(225,217,175)
#E4DCB6
(228,220,182)
#E7DFBD
(231,223,189)
#EAE2C4
(234,226,196)
#EDE5CB
(237,229,203)
#F0E8D2
(240,232,210)
#F3EBD9
(243,235,217)
#F6EEE0
(246,238,224)
#F9F1E7
(249,241,231)
#FCF4EE
(252,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED6A8 color. Also use rgb(222,214,168) instead hex code.

Text Font Color

.myTextColor { color: #DED6A8; }

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

This text font color is #DED6A8.


Background Color

.myBgColor { background-color: #DED6A8; }

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

This div background color is #DED6A8.


Border color

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

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

This div border color is #DED6A8.


Opacity

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

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

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

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

This text has shadow with #DED6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED6A8 on black background.


Color preview on white background

This text has color #DED6A8 on white background.



Black color preview on #DED6A8 background

This text has black color on #DED6A8 background.


White color preview on #DED6A8 background

This text has white color on #DED6A8 background.