COLOR #DDCCBD

HEX: #DDCCBD
RGB: (221,204,189)

Color info

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

RGB color model

#DDCCBD color RGB value is (221,204,189).

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

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 189 of 255 = 74%

221
204
189

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

Portions of RGB colors in percentages

R + G + B =
221 + 204 + 189 = 614 (100%)
R 221 of 614 ~ 35.99%
G 204 of 614 ~ 33.22%
B 189 of 614 ~ 30.78%

%35.99
%33.22
%30.78

CMYK color model

#DDCCBD color CMYK value is (0,8,14,13).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 14.48%
  • key color value is 13.33%
CMYK:
(0,8,14,13)
C0M8Y14K13 
(0%,8%,14%,13%)
(0.00/0.08/0.14/0.13)	

CMYK percentages

%0
%7.69
%14.48
%13.33

Codes

Color #DDCCBD in popluar color models

DDCCBD
RGB221204189
HSL28°32.00%80.39%
HSB/HSV28°14.48%86.67%
CMYK0.00%7.69%14.48%
13.33%

Color #DDCCBD in popluar number systems.

HEXDDCCBD
Decimal221204189
Binary110111011100110010111101
Octal335314275

Shades and tints

Shades of #DDCCBD

#DDCCBD
(221,204,189)
#C9BAAC
(201,186,172)
#B5A89B
(181,168,155)
#A1968A
(161,150,138)
#8D8479
(141,132,121)
#797268
(121,114,104)
#656057
(101,96,87)
#514E46
(81,78,70)
#3D3C35
(61,60,53)
#292A24
(41,42,36)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #DDCCBD

#DDCCBD
(221,204,189)
#E0D0C3
(224,208,195)
#E3D4C9
(227,212,201)
#E6D8CF
(230,216,207)
#E9DCD5
(233,220,213)
#ECE0DB
(236,224,219)
#EFE4E1
(239,228,225)
#F2E8E7
(242,232,231)
#F5ECED
(245,236,237)
#F8F0F3
(248,240,243)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCCBD; }

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

This text font color is #DDCCBD.


Background Color

.myBgColor { background-color: #DDCCBD; }

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

This div background color is #DDCCBD.


Border color

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

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

This div border color is #DDCCBD.


Opacity

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

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

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

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

This text has shadow with #DDCCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCCBD on black background.


Color preview on white background

This text has color #DDCCBD on white background.



Black color preview on #DDCCBD background

This text has black color on #DDCCBD background.


White color preview on #DDCCBD background

This text has white color on #DDCCBD background.