COLOR #DDBBB8

HEX: #DDBBB8
RGB: (221,187,184)

Color info

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

RGB color model

#DDBBB8 color RGB value is (221,187,184).

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

RGB channels and saturation

R 221 of 255 = 87%
G 187 of 255 = 73%
B 184 of 255 = 72%

221
187
184

R + G + B ~ 77%. #DDBBB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 187 + 184 = 592 (100%)
R 221 of 592 ~ 37.33%
G 187 of 592 ~ 31.59%
B 184 of 592 ~ 31.08%

%37.33
%31.59
%31.08

CMYK color model

#DDBBB8 color CMYK value is (0,15,17,13).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 16.74%
  • key color value is 13.33%
CMYK:
(0,15,17,13)
C0M15Y17K13 
(0%,15%,17%,13%)
(0.00/0.15/0.17/0.13)	

CMYK percentages

%0
%15.38
%16.74
%13.33

Codes

Color #DDBBB8 in popluar color models

DDBBB8
RGB221187184
HSL35.24%79.41%
HSB/HSV16.74%86.67%
CMYK0.00%15.38%16.74%
13.33%

Color #DDBBB8 in popluar number systems.

HEXDDBBB8
Decimal221187184
Binary110111011011101110111000
Octal335273270

Shades and tints

Shades of #DDBBB8

#DDBBB8
(221,187,184)
#C9AAA8
(201,170,168)
#B59998
(181,153,152)
#A18888
(161,136,136)
#8D7778
(141,119,120)
#796668
(121,102,104)
#655558
(101,85,88)
#514448
(81,68,72)
#3D3338
(61,51,56)
#292228
(41,34,40)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #DDBBB8

#DDBBB8
(221,187,184)
#E0C1BE
(224,193,190)
#E3C7C4
(227,199,196)
#E6CDCA
(230,205,202)
#E9D3D0
(233,211,208)
#ECD9D6
(236,217,214)
#EFDFDC
(239,223,220)
#F2E5E2
(242,229,226)
#F5EBE8
(245,235,232)
#F8F1EE
(248,241,238)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBBB8; }

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

This text font color is #DDBBB8.


Background Color

.myBgColor { background-color: #DDBBB8; }

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

This div background color is #DDBBB8.


Border color

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

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

This div border color is #DDBBB8.


Opacity

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

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

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

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

This text has shadow with #DDBBB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBBB8 on black background.


Color preview on white background

This text has color #DDBBB8 on white background.



Black color preview on #DDBBB8 background

This text has black color on #DDBBB8 background.


White color preview on #DDBBB8 background

This text has white color on #DDBBB8 background.