COLOR #DDBBBF

HEX: #DDBBBF
RGB: (221,187,191)

Color info

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

RGB color model

#DDBBBF color RGB value is (221,187,191).

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

RGB channels and saturation

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

221
187
191

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

Portions of RGB colors in percentages

R + G + B =
221 + 187 + 191 = 599 (100%)
R 221 of 599 ~ 36.89%
G 187 of 599 ~ 31.22%
B 191 of 599 ~ 31.89%

%36.89
%31.22
%31.89

CMYK color model

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

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

CMYK percentages

%0
%15.38
%13.57
%13.33

Codes

Color #DDBBBF in popluar color models

DDBBBF
RGB221187191
HSL353°33.33%80.00%
HSB/HSV353°15.38%86.67%
CMYK0.00%15.38%13.57%
13.33%

Color #DDBBBF in popluar number systems.

HEXDDBBBF
Decimal221187191
Binary110111011011101110111111
Octal335273277

Shades and tints

Shades of #DDBBBF

#DDBBBF
(221,187,191)
#C9AAAE
(201,170,174)
#B5999D
(181,153,157)
#A1888C
(161,136,140)
#8D777B
(141,119,123)
#79666A
(121,102,106)
#655559
(101,85,89)
#514448
(81,68,72)
#3D3337
(61,51,55)
#292226
(41,34,38)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #DDBBBF

#DDBBBF
(221,187,191)
#E0C1C4
(224,193,196)
#E3C7C9
(227,199,201)
#E6CDCE
(230,205,206)
#E9D3D3
(233,211,211)
#ECD9D8
(236,217,216)
#EFDFDD
(239,223,221)
#F2E5E2
(242,229,226)
#F5EBE7
(245,235,231)
#F8F1EC
(248,241,236)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBBBF; }

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

This text font color is #DDBBBF.


Background Color

.myBgColor { background-color: #DDBBBF; }

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

This div background color is #DDBBBF.


Border color

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

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

This div border color is #DDBBBF.


Opacity

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

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

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

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

This text has shadow with #DDBBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBBBF on black background.


Color preview on white background

This text has color #DDBBBF on white background.



Black color preview on #DDBBBF background

This text has black color on #DDBBBF background.


White color preview on #DDBBBF background

This text has white color on #DDBBBF background.