COLOR #DBA7C6

HEX: #DBA7C6
RGB: (219,167,198)

Color info

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

RGB color model

#DBA7C6 color RGB value is (219,167,198).

  • red value is 219;
  • green value is 167;
  • blue value is 198.
RGB:
(219,167,198)
(86%,65%,78%)

RGB channels and saturation

R 219 of 255 = 86%
G 167 of 255 = 65%
B 198 of 255 = 78%

219
167
198

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

Portions of RGB colors in percentages

R + G + B =
219 + 167 + 198 = 584 (100%)
R 219 of 584 ~ 37.5%
G 167 of 584 ~ 28.6%
B 198 of 584 ~ 33.9%

%37.5
%28.6
%33.9

CMYK color model

#DBA7C6 color CMYK value is (0,24,10,14).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 9.59%
  • key color value is 14.12%
CMYK:
(0,24,10,14)
C0M24Y10K14 
(0%,24%,10%,14%)
(0.00/0.24/0.10/0.14)	

CMYK percentages

%0
%23.74
%9.59
%14.12

Codes

Color #DBA7C6 in popluar color models

DBA7C6
RGB219167198
HSL324°41.94%75.69%
HSB/HSV324°23.74%85.88%
CMYK0.00%23.74%9.59%
14.12%

Color #DBA7C6 in popluar number systems.

HEXDBA7C6
Decimal219167198
Binary110110111010011111000110
Octal333247306

Shades and tints

Shades of #DBA7C6

#DBA7C6
(219,167,198)
#C898B4
(200,152,180)
#B589A2
(181,137,162)
#A27A90
(162,122,144)
#8F6B7E
(143,107,126)
#7C5C6C
(124,92,108)
#694D5A
(105,77,90)
#563E48
(86,62,72)
#432F36
(67,47,54)
#302024
(48,32,36)
#1D1112
(29,17,18)
#000000
(0,0,0)

Tints of #DBA7C6

#DBA7C6
(219,167,198)
#DEAFCB
(222,175,203)
#E1B7D0
(225,183,208)
#E4BFD5
(228,191,213)
#E7C7DA
(231,199,218)
#EACFDF
(234,207,223)
#EDD7E4
(237,215,228)
#F0DFE9
(240,223,233)
#F3E7EE
(243,231,238)
#F6EFF3
(246,239,243)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA7C6 color. Also use rgb(219,167,198) instead hex code.

Text Font Color

.myTextColor { color: #DBA7C6; }

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

This text font color is #DBA7C6.


Background Color

.myBgColor { background-color: #DBA7C6; }

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

This div background color is #DBA7C6.


Border color

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

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

This div border color is #DBA7C6.


Opacity

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

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

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

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

This text has shadow with #DBA7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA7C6 on black background.


Color preview on white background

This text has color #DBA7C6 on white background.



Black color preview on #DBA7C6 background

This text has black color on #DBA7C6 background.


White color preview on #DBA7C6 background

This text has white color on #DBA7C6 background.