COLOR #DED6B9

HEX: #DED6B9
RGB: (222,214,185)

Color info

#DED6B9 contains red, green and blue colors in about the same proportion. Web safe color of #DED6B9 is #CCCCCC (or #CCC).

RGB color model

#DED6B9 color RGB value is (222,214,185).

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

RGB channels and saturation

R 222 of 255 = 87%
G 214 of 255 = 84%
B 185 of 255 = 73%

222
214
185

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

Portions of RGB colors in percentages

R + G + B =
222 + 214 + 185 = 621 (100%)
R 222 of 621 ~ 35.75%
G 214 of 621 ~ 34.46%
B 185 of 621 ~ 29.79%

%35.75
%34.46
%29.79

CMYK color model

#DED6B9 color CMYK value is (0,4,17,13).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 16.67%
  • key color value is 12.94%
CMYK:
(0,4,17,13)
C0M4Y17K13 
(0%,4%,17%,13%)
(0.00/0.04/0.17/0.13)	

CMYK percentages

%0
%3.6
%16.67
%12.94

Codes

Color #DED6B9 in popluar color models

DED6B9
RGB222214185
HSL47°35.92%79.80%
HSB/HSV47°16.67%87.06%
CMYK0.00%3.60%16.67%
12.94%

Color #DED6B9 in popluar number systems.

HEXDED6B9
Decimal222214185
Binary110111101101011010111001
Octal336326271

Shades and tints

Shades of #DED6B9

#DED6B9
(222,214,185)
#CAC3A9
(202,195,169)
#B6B099
(182,176,153)
#A29D89
(162,157,137)
#8E8A79
(142,138,121)
#7A7769
(122,119,105)
#666459
(102,100,89)
#525149
(82,81,73)
#3E3E39
(62,62,57)
#2A2B29
(42,43,41)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #DED6B9

#DED6B9
(222,214,185)
#E1D9BF
(225,217,191)
#E4DCC5
(228,220,197)
#E7DFCB
(231,223,203)
#EAE2D1
(234,226,209)
#EDE5D7
(237,229,215)
#F0E8DD
(240,232,221)
#F3EBE3
(243,235,227)
#F6EEE9
(246,238,233)
#F9F1EF
(249,241,239)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED6B9; }

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

This text font color is #DED6B9.


Background Color

.myBgColor { background-color: #DED6B9; }

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

This div background color is #DED6B9.


Border color

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

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

This div border color is #DED6B9.


Opacity

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

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

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

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

This text has shadow with #DED6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED6B9 on black background.


Color preview on white background

This text has color #DED6B9 on white background.



Black color preview on #DED6B9 background

This text has black color on #DED6B9 background.


White color preview on #DED6B9 background

This text has white color on #DED6B9 background.