COLOR #DBA2C7

HEX: #DBA2C7 RGB: (219,162,199)

Color info

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

RGB color model

#DBA2C7 color RGB value is (219,162,199).

RGB: (219,162,199) (86%, 64%, 78%)

RGB channels and saturation

R 219 of 255 = 86%
G 162 of 255 = 64%
B 199 of 255 = 78%

219
162
199

R + G + B ~ 76%. #DBA2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 162 + 199 = 580 (100%)
R 219 of 580 ~ 37.76%
G 162 of 580 ~ 27.93%
B 199 of 580 ~ 34.31'%

%37.76
%27.93
%34.31

CMYK color model

#DBA2C7 color CMYK value is (0,26,9,14).

  • cyan value is 0.00%
  • magenta value is 26.03%
  • yellow value is 9.13%
  • key color value is 14.12%

CMYK: (0,26,9,14)
C0M26Y9K14 (0%, 26%, 9%, 14%)
(0.00 / 0.26 / 0.09 / 0.14)

CMYK percentages

%0
%26.03
%9.13
%14.12

Codes

Color #DBA2C7 in popluar color models

DB A2 C7
RGB 219 162 199
HSL 321° 44.19% 74.71%
HSB/HSV 321° 26.03% 85.88%
CMYK 0.00% 26.03% 9.13%
14.12%

Color #DBA2C7 in popluar number systems.

HEX DB A2 C7
Decimal 219 162 199
Binary 11011011 10100010 11000111
Octal 333 242 307

Shades and tints

Shades of #DBA2C7

#DBA2C7
(219,162,199)
#C894B5
(200,148,181)
#B586A3
(181,134,163)
#A27891
(162,120,145)
#8F6A7F
(143,106,127)
#7C5C6D
(124,92,109)
#694E5B
(105,78,91)
#564049
(86,64,73)
#433237
(67,50,55)
#302425
(48,36,37)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #DBA2C7

#DBA2C7
(219,162,199)
#DEAACC
(222,170,204)
#E1B2D1
(225,178,209)
#E4BAD6
(228,186,214)
#E7C2DB
(231,194,219)
#EACAE0
(234,202,224)
#EDD2E5
(237,210,229)
#F0DAEA
(240,218,234)
#F3E2EF
(243,226,239)
#F6EAF4
(246,234,244)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA2C7 color. Also use rgb(219,162,199) instead hex code.

Text Font Color

.myTextColor { color: #DBA2C7; }

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

This text font color is #DBA2C7.

Background Color

.myBgColor { background-color: #DBA2C7; }

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

This div background color is #DBA2C7.

Border color

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

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

This div border color is #DBA2C7.

Opacity

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

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

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

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

This text has shadow with #DBA2C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA2C7.

Preview

Color preview on black background

This text has color #DBA2C7 on black background.


Color preview on white background

This text has color #DBA2C7 on white background.


Black color preview on #DBA2C7 background

This text has black color on #DBA2C7 background.


White color preview on #DBA2C7 background

This text has white color on #DBA2C7 background.


Related colors

Complementary color

Complementary color for #hex is #245D38.


I love getcolorcode.com

Triadic colors

1 #C7DBA2 and #A2C7DB with #DBA2C7 are triadic colors.

2 #C7A2DB and #A2DBC7 with #DBA2C7 are triadic colors.