COLOR #DDA2BE

HEX: #DDA2BE
RGB: (221,162,190)

Color info

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

RGB color model

#DDA2BE color RGB value is (221,162,190).

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

RGB channels and saturation

R 221 of 255 = 87%
G 162 of 255 = 64%
B 190 of 255 = 75%

221
162
190

R + G + B ~ 75%. #DDA2BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 162 + 190 = 573 (100%)
R 221 of 573 ~ 38.57%
G 162 of 573 ~ 28.27%
B 190 of 573 ~ 33.16%

%38.57
%28.27
%33.16

CMYK color model

#DDA2BE color CMYK value is (0,27,14,13).

  • cyan value is 0.00%
  • magenta value is 26.70%
  • yellow value is 14.03%
  • key color value is 13.33%
CMYK:
(0,27,14,13)
C0M27Y14K13 
(0%,27%,14%,13%)
(0.00/0.27/0.14/0.13)	

CMYK percentages

%0
%26.7
%14.03
%13.33

Codes

Color #DDA2BE in popluar color models

DDA2BE
RGB221162190
HSL332°46.46%75.10%
HSB/HSV332°26.70%86.67%
CMYK0.00%26.70%14.03%
13.33%

Color #DDA2BE in popluar number systems.

HEXDDA2BE
Decimal221162190
Binary110111011010001010111110
Octal335242276

Shades and tints

Shades of #DDA2BE

#DDA2BE
(221,162,190)
#C994AD
(201,148,173)
#B5869C
(181,134,156)
#A1788B
(161,120,139)
#8D6A7A
(141,106,122)
#795C69
(121,92,105)
#654E58
(101,78,88)
#514047
(81,64,71)
#3D3236
(61,50,54)
#292425
(41,36,37)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #DDA2BE

#DDA2BE
(221,162,190)
#E0AAC3
(224,170,195)
#E3B2C8
(227,178,200)
#E6BACD
(230,186,205)
#E9C2D2
(233,194,210)
#ECCAD7
(236,202,215)
#EFD2DC
(239,210,220)
#F2DAE1
(242,218,225)
#F5E2E6
(245,226,230)
#F8EAEB
(248,234,235)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA2BE; }

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

This text font color is #DDA2BE.


Background Color

.myBgColor { background-color: #DDA2BE; }

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

This div background color is #DDA2BE.


Border color

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

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

This div border color is #DDA2BE.


Opacity

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

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

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

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

This text has shadow with #DDA2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA2BE on black background.


Color preview on white background

This text has color #DDA2BE on white background.



Black color preview on #DDA2BE background

This text has black color on #DDA2BE background.


White color preview on #DDA2BE background

This text has white color on #DDA2BE background.