COLOR #DDB1BE

HEX: #DDB1BE
RGB: (221,177,190)

Color info

#DDB1BE contains red, green and blue colors in about the same proportion. Web safe color of #DDB1BE is #CC99CC (or #C9C).

RGB color model

#DDB1BE color RGB value is (221,177,190).

  • red value is 221;
  • green value is 177;
  • blue value is 190.
RGB:
(221,177,190)
(87%,69%,75%)

RGB channels and saturation

R 221 of 255 = 87%
G 177 of 255 = 69%
B 190 of 255 = 75%

221
177
190

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

Portions of RGB colors in percentages

R + G + B =
221 + 177 + 190 = 588 (100%)
R 221 of 588 ~ 37.59%
G 177 of 588 ~ 30.1%
B 190 of 588 ~ 32.31%

%37.59
%30.1
%32.31

CMYK color model

#DDB1BE color CMYK value is (0,20,14,13).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 14.03%
  • key color value is 13.33%
CMYK:
(0,20,14,13)
C0M20Y14K13 
(0%,20%,14%,13%)
(0.00/0.20/0.14/0.13)	

CMYK percentages

%0
%19.91
%14.03
%13.33

Codes

Color #DDB1BE in popluar color models

DDB1BE
RGB221177190
HSL342°39.29%78.04%
HSB/HSV342°19.91%86.67%
CMYK0.00%19.91%14.03%
13.33%

Color #DDB1BE in popluar number systems.

HEXDDB1BE
Decimal221177190
Binary110111011011000110111110
Octal335261276

Shades and tints

Shades of #DDB1BE

#DDB1BE
(221,177,190)
#C9A1AD
(201,161,173)
#B5919C
(181,145,156)
#A1818B
(161,129,139)
#8D717A
(141,113,122)
#796169
(121,97,105)
#655158
(101,81,88)
#514147
(81,65,71)
#3D3136
(61,49,54)
#292125
(41,33,37)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #DDB1BE

#DDB1BE
(221,177,190)
#E0B8C3
(224,184,195)
#E3BFC8
(227,191,200)
#E6C6CD
(230,198,205)
#E9CDD2
(233,205,210)
#ECD4D7
(236,212,215)
#EFDBDC
(239,219,220)
#F2E2E1
(242,226,225)
#F5E9E6
(245,233,230)
#F8F0EB
(248,240,235)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB1BE; }

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

This text font color is #DDB1BE.


Background Color

.myBgColor { background-color: #DDB1BE; }

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

This div background color is #DDB1BE.


Border color

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

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

This div border color is #DDB1BE.


Opacity

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

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

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

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

This text has shadow with #DDB1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB1BE on black background.


Color preview on white background

This text has color #DDB1BE on white background.



Black color preview on #DDB1BE background

This text has black color on #DDB1BE background.


White color preview on #DDB1BE background

This text has white color on #DDB1BE background.