COLOR #DDB5BE

HEX: #DDB5BE
RGB: (221,181,190)

Color info

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

RGB color model

#DDB5BE color RGB value is (221,181,190).

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

RGB channels and saturation

R 221 of 255 = 87%
G 181 of 255 = 71%
B 190 of 255 = 75%

221
181
190

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

Portions of RGB colors in percentages

R + G + B =
221 + 181 + 190 = 592 (100%)
R 221 of 592 ~ 37.33%
G 181 of 592 ~ 30.57%
B 190 of 592 ~ 32.09%

%37.33
%30.57
%32.09

CMYK color model

#DDB5BE color CMYK value is (0,18,14,13).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 14.03%
  • key color value is 13.33%
CMYK:
(0,18,14,13)
C0M18Y14K13 
(0%,18%,14%,13%)
(0.00/0.18/0.14/0.13)	

CMYK percentages

%0
%18.1
%14.03
%13.33

Codes

Color #DDB5BE in popluar color models

DDB5BE
RGB221181190
HSL347°37.04%78.82%
HSB/HSV347°18.10%86.67%
CMYK0.00%18.10%14.03%
13.33%

Color #DDB5BE in popluar number systems.

HEXDDB5BE
Decimal221181190
Binary110111011011010110111110
Octal335265276

Shades and tints

Shades of #DDB5BE

#DDB5BE
(221,181,190)
#C9A5AD
(201,165,173)
#B5959C
(181,149,156)
#A1858B
(161,133,139)
#8D757A
(141,117,122)
#796569
(121,101,105)
#655558
(101,85,88)
#514547
(81,69,71)
#3D3536
(61,53,54)
#292525
(41,37,37)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #DDB5BE

#DDB5BE
(221,181,190)
#E0BBC3
(224,187,195)
#E3C1C8
(227,193,200)
#E6C7CD
(230,199,205)
#E9CDD2
(233,205,210)
#ECD3D7
(236,211,215)
#EFD9DC
(239,217,220)
#F2DFE1
(242,223,225)
#F5E5E6
(245,229,230)
#F8EBEB
(248,235,235)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB5BE; }

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

This text font color is #DDB5BE.


Background Color

.myBgColor { background-color: #DDB5BE; }

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

This div background color is #DDB5BE.


Border color

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

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

This div border color is #DDB5BE.


Opacity

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

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

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

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

This text has shadow with #DDB5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB5BE on black background.


Color preview on white background

This text has color #DDB5BE on white background.



Black color preview on #DDB5BE background

This text has black color on #DDB5BE background.


White color preview on #DDB5BE background

This text has white color on #DDB5BE background.