COLOR #D69DAA

HEX: #D69DAA RGB: (214,157,170)

Color info

#D69DAA contains red, green and blue colors in about the same proportion. Web safe color of #D69DAA is #CC9999 (or #C99).

RGB color model

#D69DAA color RGB value is (214,157,170).

RGB: (214,157,170) (84%, 62%, 67%)

RGB channels and saturation

R 214 of 255 = 84%
G 157 of 255 = 62%
B 170 of 255 = 67%

214
157
170

R + G + B ~ 71%. #D69DAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 157 + 170 = 541 (100%)
R 214 of 541 ~ 39.56%
G 157 of 541 ~ 29.02%
B 170 of 541 ~ 31.42'%

%39.56
%29.02
%31.42

CMYK color model

#D69DAA color CMYK value is (0,27,21,16).

  • cyan value is 0.00%
  • magenta value is 26.64%
  • yellow value is 20.56%
  • key color value is 16.08%

CMYK: (0,27,21,16)
C0M27Y21K16 (0%, 27%, 21%, 16%)
(0.00 / 0.27 / 0.21 / 0.16)

CMYK percentages

%0
%26.64
%20.56
%16.08

Codes

Color #D69DAA in popluar color models

D6 9D AA
RGB 214 157 170
HSL 346° 41.01% 72.75%
HSB/HSV 346° 26.64% 83.92%
CMYK 0.00% 26.64% 20.56%
16.08%

Color #D69DAA in popluar number systems.

HEX D6 9D AA
Decimal 214 157 170
Binary 11010110 10011101 10101010
Octal 326 235 252

Shades and tints

Shades of #D69DAA

#D69DAA
(214,157,170)
#C38F9B
(195,143,155)
#B0818C
(176,129,140)
#9D737D
(157,115,125)
#8A656E
(138,101,110)
#77575F
(119,87,95)
#644950
(100,73,80)
#513B41
(81,59,65)
#3E2D32
(62,45,50)
#2B1F23
(43,31,35)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #D69DAA

#D69DAA
(214,157,170)
#D9A5B1
(217,165,177)
#DCADB8
(220,173,184)
#DFB5BF
(223,181,191)
#E2BDC6
(226,189,198)
#E5C5CD
(229,197,205)
#E8CDD4
(232,205,212)
#EBD5DB
(235,213,219)
#EEDDE2
(238,221,226)
#F1E5E9
(241,229,233)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69DAA color. Also use rgb(214,157,170) instead hex code.

Text Font Color

.myTextColor { color: #D69DAA; }

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

This text font color is #D69DAA.

Background Color

.myBgColor { background-color: #D69DAA; }

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

This div background color is #D69DAA.

Border color

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

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

This div border color is #D69DAA.

Opacity

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

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

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

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

This text has shadow with #D69DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D69DAA.

Preview

Color preview on black background

This text has color #D69DAA on black background.


Color preview on white background

This text has color #D69DAA on white background.


Black color preview on #D69DAA background

This text has black color on #D69DAA background.


White color preview on #D69DAA background

This text has white color on #D69DAA background.


Related colors

Complementary color

Complementary color for #hex is #296255.


I love getcolorcode.com

Triadic colors

1 #AAD69D and #9DAAD6 with #D69DAA are triadic colors.

2 #AA9DD6 and #9DD6AA with #D69DAA are triadic colors.