COLOR #DED5B1

HEX: #DED5B1
RGB: (222,213,177)

Color info

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

RGB color model

#DED5B1 color RGB value is (222,213,177).

  • red value is 222;
  • green value is 213;
  • blue value is 177.
RGB:
(222,213,177)
(87%,84%,69%)

RGB channels and saturation

R 222 of 255 = 87%
G 213 of 255 = 84%
B 177 of 255 = 69%

222
213
177

R + G + B ~ 80%. #DED5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 213 + 177 = 612 (100%)
R 222 of 612 ~ 36.27%
G 213 of 612 ~ 34.8%
B 177 of 612 ~ 28.92%

%36.27
%34.8
%28.92

CMYK color model

#DED5B1 color CMYK value is (0,4,20,13).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 20.27%
  • key color value is 12.94%
CMYK:
(0,4,20,13)
C0M4Y20K13 
(0%,4%,20%,13%)
(0.00/0.04/0.20/0.13)	

CMYK percentages

%0
%4.05
%20.27
%12.94

Codes

Color #DED5B1 in popluar color models

DED5B1
RGB222213177
HSL48°40.54%78.24%
HSB/HSV48°20.27%87.06%
CMYK0.00%4.05%20.27%
12.94%

Color #DED5B1 in popluar number systems.

HEXDED5B1
Decimal222213177
Binary110111101101010110110001
Octal336325261

Shades and tints

Shades of #DED5B1

#DED5B1
(222,213,177)
#CAC2A1
(202,194,161)
#B6AF91
(182,175,145)
#A29C81
(162,156,129)
#8E8971
(142,137,113)
#7A7661
(122,118,97)
#666351
(102,99,81)
#525041
(82,80,65)
#3E3D31
(62,61,49)
#2A2A21
(42,42,33)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #DED5B1

#DED5B1
(222,213,177)
#E1D8B8
(225,216,184)
#E4DBBF
(228,219,191)
#E7DEC6
(231,222,198)
#EAE1CD
(234,225,205)
#EDE4D4
(237,228,212)
#F0E7DB
(240,231,219)
#F3EAE2
(243,234,226)
#F6EDE9
(246,237,233)
#F9F0F0
(249,240,240)
#FCF3F7
(252,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED5B1 color. Also use rgb(222,213,177) instead hex code.

Text Font Color

.myTextColor { color: #DED5B1; }

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

This text font color is #DED5B1.


Background Color

.myBgColor { background-color: #DED5B1; }

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

This div background color is #DED5B1.


Border color

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

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

This div border color is #DED5B1.


Opacity

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

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

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

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

This text has shadow with #DED5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED5B1 on black background.


Color preview on white background

This text has color #DED5B1 on white background.



Black color preview on #DED5B1 background

This text has black color on #DED5B1 background.


White color preview on #DED5B1 background

This text has white color on #DED5B1 background.