COLOR #DDBBBB

HEX: #DDBBBB RGB: (221,187,187)

Color info

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

RGB color model

#DDBBBB color RGB value is (221,187,187).

RGB: (221,187,187) (87%, 73%, 73%)

RGB channels and saturation

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

221
187
187

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

Portions of RGB colors in percentages

R + G + B = 221 + 187 + 187 = 595 (100%)
R 221 of 595 ~ 37.14%
G 187 of 595 ~ 31.43%
B 187 of 595 ~ 31.43'%

%37.14
%31.43
%31.43

CMYK color model

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

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

CMYK percentages

%0
%15.38
%15.38
%13.33

Codes

Color #DDBBBB in popluar color models

DD BB BB
RGB 221 187 187
HSL 33.33% 80.00%
HSB/HSV 15.38% 86.67%
CMYK 0.00% 15.38% 15.38%
13.33%

Color #DDBBBB in popluar number systems.

HEX DD BB BB
Decimal 221 187 187
Binary 11011101 10111011 10111011
Octal 335 273 273

Shades and tints

Shades of #DDBBBB

#DDBBBB
(221,187,187)
#C9AAAA
(201,170,170)
#B59999
(181,153,153)
#A18888
(161,136,136)
#8D7777
(141,119,119)
#796666
(121,102,102)
#655555
(101,85,85)
#514444
(81,68,68)
#3D3333
(61,51,51)
#292222
(41,34,34)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #DDBBBB

#DDBBBB
(221,187,187)
#E0C1C1
(224,193,193)
#E3C7C7
(227,199,199)
#E6CDCD
(230,205,205)
#E9D3D3
(233,211,211)
#ECD9D9
(236,217,217)
#EFDFDF
(239,223,223)
#F2E5E5
(242,229,229)
#F5EBEB
(245,235,235)
#F8F1F1
(248,241,241)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBBBB; }

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

This text font color is #DDBBBB.

Background Color

.myBgColor { background-color: #DDBBBB; }

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

This div background color is #DDBBBB.

Border color

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

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

This div border color is #DDBBBB.

Opacity

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

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

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

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

This text has shadow with #DDBBBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBBBB.

Preview

Color preview on black background

This text has color #DDBBBB on black background.


Color preview on white background

This text has color #DDBBBB on white background.


Black color preview on #DDBBBB background

This text has black color on #DDBBBB background.


White color preview on #DDBBBB background

This text has white color on #DDBBBB background.


Related colors

Complementary color

Complementary color for #hex is #224444.


I love getcolorcode.com