COLOR #DBA8C3

HEX: #DBA8C3 RGB: (219,168,195)

Color info

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

RGB color model

#DBA8C3 color RGB value is (219,168,195).

RGB: (219,168,195) (86%, 66%, 76%)

RGB channels and saturation

R 219 of 255 = 86%
G 168 of 255 = 66%
B 195 of 255 = 76%

219
168
195

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

Portions of RGB colors in percentages

R + G + B = 219 + 168 + 195 = 582 (100%)
R 219 of 582 ~ 37.63%
G 168 of 582 ~ 28.87%
B 195 of 582 ~ 33.51'%

%37.63
%28.87
%33.51

CMYK color model

#DBA8C3 color CMYK value is (0,23,11,14).

  • cyan value is 0.00%
  • magenta value is 23.29%
  • yellow value is 10.96%
  • key color value is 14.12%

CMYK: (0,23,11,14)
C0M23Y11K14 (0%, 23%, 11%, 14%)
(0.00 / 0.23 / 0.11 / 0.14)

CMYK percentages

%0
%23.29
%10.96
%14.12

Codes

Color #DBA8C3 in popluar color models

DB A8 C3
RGB 219 168 195
HSL 328° 41.46% 75.88%
HSB/HSV 328° 23.29% 85.88%
CMYK 0.00% 23.29% 10.96%
14.12%

Color #DBA8C3 in popluar number systems.

HEX DB A8 C3
Decimal 219 168 195
Binary 11011011 10101000 11000011
Octal 333 250 303

Shades and tints

Shades of #DBA8C3

#DBA8C3
(219,168,195)
#C899B2
(200,153,178)
#B58AA1
(181,138,161)
#A27B90
(162,123,144)
#8F6C7F
(143,108,127)
#7C5D6E
(124,93,110)
#694E5D
(105,78,93)
#563F4C
(86,63,76)
#43303B
(67,48,59)
#30212A
(48,33,42)
#1D1219
(29,18,25)
#000000
(0,0,0)

Tints of #DBA8C3

#DBA8C3
(219,168,195)
#DEAFC8
(222,175,200)
#E1B6CD
(225,182,205)
#E4BDD2
(228,189,210)
#E7C4D7
(231,196,215)
#EACBDC
(234,203,220)
#EDD2E1
(237,210,225)
#F0D9E6
(240,217,230)
#F3E0EB
(243,224,235)
#F6E7F0
(246,231,240)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA8C3 color. Also use rgb(219,168,195) instead hex code.

Text Font Color

.myTextColor { color: #DBA8C3; }

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

This text font color is #DBA8C3.

Background Color

.myBgColor { background-color: #DBA8C3; }

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

This div background color is #DBA8C3.

Border color

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

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

This div border color is #DBA8C3.

Opacity

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

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

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

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

This text has shadow with #DBA8C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA8C3.

Preview

Color preview on black background

This text has color #DBA8C3 on black background.


Color preview on white background

This text has color #DBA8C3 on white background.


Black color preview on #DBA8C3 background

This text has black color on #DBA8C3 background.


White color preview on #DBA8C3 background

This text has white color on #DBA8C3 background.


Related colors

Complementary color

Complementary color for #hex is #24573C.


I love getcolorcode.com

Triadic colors

1 #C3DBA8 and #A8C3DB with #DBA8C3 are triadic colors.

2 #C3A8DB and #A8DBC3 with #DBA8C3 are triadic colors.