COLOR #DB82AE

HEX: #DB82AE RGB: (219,130,174)

Color info

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

RGB color model

#DB82AE color RGB value is (219,130,174).

RGB: (219,130,174) (86%, 51%, 68%)

RGB channels and saturation

R 219 of 255 = 86%
G 130 of 255 = 51%
B 174 of 255 = 68%

219
130
174

R + G + B ~ 68%. #DB82AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 130 + 174 = 523 (100%)
R 219 of 523 ~ 41.87%
G 130 of 523 ~ 24.86%
B 174 of 523 ~ 33.27'%

%41.87
%24.86
%33.27

CMYK color model

#DB82AE color CMYK value is (0,41,21,14).

  • cyan value is 0.00%
  • magenta value is 40.64%
  • yellow value is 20.55%
  • key color value is 14.12%

CMYK: (0,41,21,14)
C0M41Y21K14 (0%, 41%, 21%, 14%)
(0.00 / 0.41 / 0.21 / 0.14)

CMYK percentages

%0
%40.64
%20.55
%14.12

Codes

Color #DB82AE in popluar color models

DB 82 AE
RGB 219 130 174
HSL 330° 55.28% 68.43%
HSB/HSV 330° 40.64% 85.88%
CMYK 0.00% 40.64% 20.55%
14.12%

Color #DB82AE in popluar number systems.

HEX DB 82 AE
Decimal 219 130 174
Binary 11011011 10000010 10101110
Octal 333 202 256

Shades and tints

Shades of #DB82AE

#DB82AE
(219,130,174)
#C8779F
(200,119,159)
#B56C90
(181,108,144)
#A26181
(162,97,129)
#8F5672
(143,86,114)
#7C4B63
(124,75,99)
#694054
(105,64,84)
#563545
(86,53,69)
#432A36
(67,42,54)
#301F27
(48,31,39)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #DB82AE

#DB82AE
(219,130,174)
#DE8DB5
(222,141,181)
#E198BC
(225,152,188)
#E4A3C3
(228,163,195)
#E7AECA
(231,174,202)
#EAB9D1
(234,185,209)
#EDC4D8
(237,196,216)
#F0CFDF
(240,207,223)
#F3DAE6
(243,218,230)
#F6E5ED
(246,229,237)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB82AE color. Also use rgb(219,130,174) instead hex code.

Text Font Color

.myTextColor { color: #DB82AE; }

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

This text font color is #DB82AE.

Background Color

.myBgColor { background-color: #DB82AE; }

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

This div background color is #DB82AE.

Border color

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

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

This div border color is #DB82AE.

Opacity

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

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

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

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

This text has shadow with #DB82AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB82AE.

Preview

Color preview on black background

This text has color #DB82AE on black background.


Color preview on white background

This text has color #DB82AE on white background.


Black color preview on #DB82AE background

This text has black color on #DB82AE background.


White color preview on #DB82AE background

This text has white color on #DB82AE background.


Related colors

Complementary color

Complementary color for #hex is #247D51.


I love getcolorcode.com

Triadic colors

1 #AEDB82 and #82AEDB with #DB82AE are triadic colors.

2 #AE82DB and #82DBAE with #DB82AE are triadic colors.