COLOR #DDA4BE

HEX: #DDA4BE
RGB: (221,164,190)

Color info

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

RGB color model

#DDA4BE color RGB value is (221,164,190).

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

RGB channels and saturation

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

221
164
190

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

Portions of RGB colors in percentages

R + G + B =
221 + 164 + 190 = 575 (100%)
R 221 of 575 ~ 38.43%
G 164 of 575 ~ 28.52%
B 190 of 575 ~ 33.04%

%38.43
%28.52
%33.04

CMYK color model

#DDA4BE color CMYK value is (0,26,14,13).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 14.03%
  • key color value is 13.33%
CMYK:
(0,26,14,13)
C0M26Y14K13 
(0%,26%,14%,13%)
(0.00/0.26/0.14/0.13)	

CMYK percentages

%0
%25.79
%14.03
%13.33

Codes

Color #DDA4BE in popluar color models

DDA4BE
RGB221164190
HSL333°45.60%75.49%
HSB/HSV333°25.79%86.67%
CMYK0.00%25.79%14.03%
13.33%

Color #DDA4BE in popluar number systems.

HEXDDA4BE
Decimal221164190
Binary110111011010010010111110
Octal335244276

Shades and tints

Shades of #DDA4BE

#DDA4BE
(221,164,190)
#C996AD
(201,150,173)
#B5889C
(181,136,156)
#A17A8B
(161,122,139)
#8D6C7A
(141,108,122)
#795E69
(121,94,105)
#655058
(101,80,88)
#514247
(81,66,71)
#3D3436
(61,52,54)
#292625
(41,38,37)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #DDA4BE

#DDA4BE
(221,164,190)
#E0ACC3
(224,172,195)
#E3B4C8
(227,180,200)
#E6BCCD
(230,188,205)
#E9C4D2
(233,196,210)
#ECCCD7
(236,204,215)
#EFD4DC
(239,212,220)
#F2DCE1
(242,220,225)
#F5E4E6
(245,228,230)
#F8ECEB
(248,236,235)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA4BE; }

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

This text font color is #DDA4BE.


Background Color

.myBgColor { background-color: #DDA4BE; }

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

This div background color is #DDA4BE.


Border color

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

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

This div border color is #DDA4BE.


Opacity

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

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

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

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

This text has shadow with #DDA4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA4BE on black background.


Color preview on white background

This text has color #DDA4BE on white background.



Black color preview on #DDA4BE background

This text has black color on #DDA4BE background.


White color preview on #DDA4BE background

This text has white color on #DDA4BE background.