COLOR #D69A80

HEX: #D69A80 RGB: (214,154,128)

Color info

#D69A80 contains mainly red color. Web safe color of #D69A80 is #CC9966 (or #C96).

RGB color model

#D69A80 color RGB value is (214,154,128).

RGB: (214,154,128) (84%, 60%, 50%)

RGB channels and saturation

R 214 of 255 = 84%
G 154 of 255 = 60%
B 128 of 255 = 50%

214
154
128

R + G + B ~ 65%. #D69A80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 154 + 128 = 496 (100%)
R 214 of 496 ~ 43.15%
G 154 of 496 ~ 31.05%
B 128 of 496 ~ 25.81'%

%43.15
%31.05
%25.81

CMYK color model

#D69A80 color CMYK value is (0,28,40,16).

  • cyan value is 0.00%
  • magenta value is 28.04%
  • yellow value is 40.19%
  • key color value is 16.08%

CMYK: (0,28,40,16)
C0M28Y40K16 (0%, 28%, 40%, 16%)
(0.00 / 0.28 / 0.40 / 0.16)

CMYK percentages

%0
%28.04
%40.19
%16.08

Codes

Color #D69A80 in popluar color models

D6 9A 80
RGB 214 154 128
HSL 18° 51.19% 67.06%
HSB/HSV 18° 40.19% 83.92%
CMYK 0.00% 28.04% 40.19%
16.08%

Color #D69A80 in popluar number systems.

HEX D6 9A 80
Decimal 214 154 128
Binary 11010110 10011010 10000000
Octal 326 232 200

Shades and tints

Shades of #D69A80

#D69A80
(214,154,128)
#C38C75
(195,140,117)
#B07E6A
(176,126,106)
#9D705F
(157,112,95)
#8A6254
(138,98,84)
#775449
(119,84,73)
#64463E
(100,70,62)
#513833
(81,56,51)
#3E2A28
(62,42,40)
#2B1C1D
(43,28,29)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #D69A80

#D69A80
(214,154,128)
#D9A38B
(217,163,139)
#DCAC96
(220,172,150)
#DFB5A1
(223,181,161)
#E2BEAC
(226,190,172)
#E5C7B7
(229,199,183)
#E8D0C2
(232,208,194)
#EBD9CD
(235,217,205)
#EEE2D8
(238,226,216)
#F1EBE3
(241,235,227)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69A80 color. Also use rgb(214,154,128) instead hex code.

Text Font Color

.myTextColor { color: #D69A80; }

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

This text font color is #D69A80.

Background Color

.myBgColor { background-color: #D69A80; }

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

This div background color is #D69A80.

Border color

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

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

This div border color is #D69A80.

Opacity

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

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

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

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

This text has shadow with #D69A80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D69A80.

Preview

Color preview on black background

This text has color #D69A80 on black background.


Color preview on white background

This text has color #D69A80 on white background.


Black color preview on #D69A80 background

This text has black color on #D69A80 background.


White color preview on #D69A80 background

This text has white color on #D69A80 background.


Related colors

Complementary color

Complementary color for #hex is #29657F.


I love getcolorcode.com

Triadic colors

1 #80D69A and #9A80D6 with #D69A80 are triadic colors.

2 #809AD6 and #9AD680 with #D69A80 are triadic colors.