COLOR #DDBE9E

HEX: #DDBE9E
RGB: (221,190,158)

Color info

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

RGB color model

#DDBE9E color RGB value is (221,190,158).

  • red value is 221;
  • green value is 190;
  • blue value is 158.
RGB:
(221,190,158)
(87%,75%,62%)

RGB channels and saturation

R 221 of 255 = 87%
G 190 of 255 = 75%
B 158 of 255 = 62%

221
190
158

R + G + B ~ 75%. #DDBE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 190 + 158 = 569 (100%)
R 221 of 569 ~ 38.84%
G 190 of 569 ~ 33.39%
B 158 of 569 ~ 27.77%

%38.84
%33.39
%27.77

CMYK color model

#DDBE9E color CMYK value is (0,14,29,13).

  • cyan value is 0.00%
  • magenta value is 14.03%
  • yellow value is 28.51%
  • key color value is 13.33%
CMYK:
(0,14,29,13)
C0M14Y29K13 
(0%,14%,29%,13%)
(0.00/0.14/0.29/0.13)	

CMYK percentages

%0
%14.03
%28.51
%13.33

Codes

Color #DDBE9E in popluar color models

DDBE9E
RGB221190158
HSL30°48.09%74.31%
HSB/HSV30°28.51%86.67%
CMYK0.00%14.03%28.51%
13.33%

Color #DDBE9E in popluar number systems.

HEXDDBE9E
Decimal221190158
Binary110111011011111010011110
Octal335276236

Shades and tints

Shades of #DDBE9E

#DDBE9E
(221,190,158)
#C9AD90
(201,173,144)
#B59C82
(181,156,130)
#A18B74
(161,139,116)
#8D7A66
(141,122,102)
#796958
(121,105,88)
#65584A
(101,88,74)
#51473C
(81,71,60)
#3D362E
(61,54,46)
#292520
(41,37,32)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #DDBE9E

#DDBE9E
(221,190,158)
#E0C3A6
(224,195,166)
#E3C8AE
(227,200,174)
#E6CDB6
(230,205,182)
#E9D2BE
(233,210,190)
#ECD7C6
(236,215,198)
#EFDCCE
(239,220,206)
#F2E1D6
(242,225,214)
#F5E6DE
(245,230,222)
#F8EBE6
(248,235,230)
#FBF0EE
(251,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBE9E color. Also use rgb(221,190,158) instead hex code.

Text Font Color

.myTextColor { color: #DDBE9E; }

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

This text font color is #DDBE9E.


Background Color

.myBgColor { background-color: #DDBE9E; }

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

This div background color is #DDBE9E.


Border color

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

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

This div border color is #DDBE9E.


Opacity

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

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

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

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

This text has shadow with #DDBE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBE9E on black background.


Color preview on white background

This text has color #DDBE9E on white background.



Black color preview on #DDBE9E background

This text has black color on #DDBE9E background.


White color preview on #DDBE9E background

This text has white color on #DDBE9E background.