COLOR #D5829A

HEX: #D5829A RGB: (213,130,154)

Color info

#D5829A contains mainly red and blue colors. Web safe color of #D5829A is #CC9999 (or #C99).

RGB color model

#D5829A color RGB value is (213,130,154).

RGB: (213,130,154) (84%, 51%, 60%)

RGB channels and saturation

R 213 of 255 = 84%
G 130 of 255 = 51%
B 154 of 255 = 60%

213
130
154

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

Portions of RGB colors in percentages

R + G + B = 213 + 130 + 154 = 497 (100%)
R 213 of 497 ~ 42.86%
G 130 of 497 ~ 26.16%
B 154 of 497 ~ 30.99'%

%42.86
%26.16
%30.99

CMYK color model

#D5829A color CMYK value is (0,39,28,16).

  • cyan value is 0.00%
  • magenta value is 38.97%
  • yellow value is 27.70%
  • key color value is 16.47%
CMYK: (0,39,28,16) C0M39Y28K16 (0%,39%,28%,16%) (0.00/0.39/0.28/0.16) 

CMYK percentages

%0
%38.97
%27.7
%16.47

Codes

Color #D5829A in popluar color models

D5 82 9A
RGB 213 130 154
HSL 343° 49.70% 67.25%
HSB/HSV 343° 38.97% 83.53%
CMYK 0.00% 38.97% 27.70%
16.47%

Color #D5829A in popluar number systems.

HEX D5 82 9A
Decimal 213 130 154
Binary 11010101 10000010 10011010
Octal 325 202 232

Shades and tints

Shades of #D5829A

#D5829A
(213,130,154)
#C2778C
(194,119,140)
#AF6C7E
(175,108,126)
#9C6170
(156,97,112)
#895662
(137,86,98)
#764B54
(118,75,84)
#634046
(99,64,70)
#503538
(80,53,56)
#3D2A2A
(61,42,42)
#2A1F1C
(42,31,28)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #D5829A

#D5829A
(213,130,154)
#D88DA3
(216,141,163)
#DB98AC
(219,152,172)
#DEA3B5
(222,163,181)
#E1AEBE
(225,174,190)
#E4B9C7
(228,185,199)
#E7C4D0
(231,196,208)
#EACFD9
(234,207,217)
#EDDAE2
(237,218,226)
#F0E5EB
(240,229,235)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5829A color. Also use rgb(213,130,154) instead hex code.

Text Font Color

.myTextColor { color: #D5829A; }

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

This text font color is #D5829A.

Background Color

.myBgColor { background-color: #D5829A; }

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

This div background color is #D5829A.

Border color

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

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

This div border color is #D5829A.

Opacity

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

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

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

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

This text has shadow with #D5829A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5829A.

Preview

Color preview on black background

This text has color #D5829A on black background.


Color preview on white background

This text has color #D5829A on white background.


Black color preview on #D5829A background

This text has black color on #D5829A background.


White color preview on #D5829A background

This text has white color on #D5829A background.


Related colors

Complementary color

Complementary color for #hex is #2A7D65.


I love getcolorcode.com

Triadic colors

1 #9AD582 and #829AD5 with #D5829A are triadic colors.

2 #9A82D5 and #82D59A with #D5829A are triadic colors.