COLOR #DBA3C1

HEX: #DBA3C1
RGB: (219,163,193)

Color info

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

RGB color model

#DBA3C1 color RGB value is (219,163,193).

  • red value is 219;
  • green value is 163;
  • blue value is 193.
RGB:
(219,163,193)
(86%,64%,76%)

RGB channels and saturation

R 219 of 255 = 86%
G 163 of 255 = 64%
B 193 of 255 = 76%

219
163
193

R + G + B ~ 75%. #DBA3C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 163 + 193 = 575 (100%)
R 219 of 575 ~ 38.09%
G 163 of 575 ~ 28.35%
B 193 of 575 ~ 33.57%

%38.09
%28.35
%33.57

CMYK color model

#DBA3C1 color CMYK value is (0,26,12,14).

  • cyan value is 0.00%
  • magenta value is 25.57%
  • yellow value is 11.87%
  • key color value is 14.12%
CMYK:
(0,26,12,14)
C0M26Y12K14 
(0%,26%,12%,14%)
(0.00/0.26/0.12/0.14)	

CMYK percentages

%0
%25.57
%11.87
%14.12

Codes

Color #DBA3C1 in popluar color models

DBA3C1
RGB219163193
HSL328°43.75%74.90%
HSB/HSV328°25.57%85.88%
CMYK0.00%25.57%11.87%
14.12%

Color #DBA3C1 in popluar number systems.

HEXDBA3C1
Decimal219163193
Binary110110111010001111000001
Octal333243301

Shades and tints

Shades of #DBA3C1

#DBA3C1
(219,163,193)
#C895B0
(200,149,176)
#B5879F
(181,135,159)
#A2798E
(162,121,142)
#8F6B7D
(143,107,125)
#7C5D6C
(124,93,108)
#694F5B
(105,79,91)
#56414A
(86,65,74)
#433339
(67,51,57)
#302528
(48,37,40)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #DBA3C1

#DBA3C1
(219,163,193)
#DEABC6
(222,171,198)
#E1B3CB
(225,179,203)
#E4BBD0
(228,187,208)
#E7C3D5
(231,195,213)
#EACBDA
(234,203,218)
#EDD3DF
(237,211,223)
#F0DBE4
(240,219,228)
#F3E3E9
(243,227,233)
#F6EBEE
(246,235,238)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA3C1 color. Also use rgb(219,163,193) instead hex code.

Text Font Color

.myTextColor { color: #DBA3C1; }

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

This text font color is #DBA3C1.


Background Color

.myBgColor { background-color: #DBA3C1; }

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

This div background color is #DBA3C1.


Border color

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

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

This div border color is #DBA3C1.


Opacity

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

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

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

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

This text has shadow with #DBA3C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA3C1 on black background.


Color preview on white background

This text has color #DBA3C1 on white background.



Black color preview on #DBA3C1 background

This text has black color on #DBA3C1 background.


White color preview on #DBA3C1 background

This text has white color on #DBA3C1 background.