COLOR #DDCCBB

HEX: #DDCCBB
RGB: (221,204,187)

Color info

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

RGB color model

#DDCCBB color RGB value is (221,204,187).

  • red value is 221;
  • green value is 204;
  • blue value is 187.
RGB:
(221,204,187)
(87%,80%,73%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 187 of 255 = 73%

221
204
187

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

Portions of RGB colors in percentages

R + G + B =
221 + 204 + 187 = 612 (100%)
R 221 of 612 ~ 36.11%
G 204 of 612 ~ 33.33%
B 187 of 612 ~ 30.56%

%36.11
%33.33
%30.56

CMYK color model

#DDCCBB color CMYK value is (0,8,15,13).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 15.38%
  • key color value is 13.33%
CMYK:
(0,8,15,13)
C0M8Y15K13 
(0%,8%,15%,13%)
(0.00/0.08/0.15/0.13)	

CMYK percentages

%0
%7.69
%15.38
%13.33

Codes

Color #DDCCBB in popluar color models

DDCCBB
RGB221204187
HSL30°33.33%80.00%
HSB/HSV30°15.38%86.67%
CMYK0.00%7.69%15.38%
13.33%

Color #DDCCBB in popluar number systems.

HEXDDCCBB
Decimal221204187
Binary110111011100110010111011
Octal335314273

Shades and tints

Shades of #DDCCBB

#DDCCBB
(221,204,187)
#C9BAAA
(201,186,170)
#B5A899
(181,168,153)
#A19688
(161,150,136)
#8D8477
(141,132,119)
#797266
(121,114,102)
#656055
(101,96,85)
#514E44
(81,78,68)
#3D3C33
(61,60,51)
#292A22
(41,42,34)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #DDCCBB

#DDCCBB
(221,204,187)
#E0D0C1
(224,208,193)
#E3D4C7
(227,212,199)
#E6D8CD
(230,216,205)
#E9DCD3
(233,220,211)
#ECE0D9
(236,224,217)
#EFE4DF
(239,228,223)
#F2E8E5
(242,232,229)
#F5ECEB
(245,236,235)
#F8F0F1
(248,240,241)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCCBB color. Also use rgb(221,204,187) instead hex code.

Text Font Color

.myTextColor { color: #DDCCBB; }

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

This text font color is #DDCCBB.


Background Color

.myBgColor { background-color: #DDCCBB; }

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

This div background color is #DDCCBB.


Border color

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

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

This div border color is #DDCCBB.


Opacity

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

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

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

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

This text has shadow with #DDCCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCCBB on black background.


Color preview on white background

This text has color #DDCCBB on white background.



Black color preview on #DDCCBB background

This text has black color on #DDCCBB background.


White color preview on #DDCCBB background

This text has white color on #DDCCBB background.