COLOR #DBA1A8

HEX: #DBA1A8 RGB: (219,161,168)

Color info

#DBA1A8 contains red, green and blue colors in about the same proportion. Web safe color of #DBA1A8 is #CC9999 (or #C99).

RGB color model

#DBA1A8 color RGB value is (219,161,168).

RGB: (219,161,168) (86%, 63%, 66%)

RGB channels and saturation

R 219 of 255 = 86%
G 161 of 255 = 63%
B 168 of 255 = 66%

219
161
168

R + G + B ~ 72%. #DBA1A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 161 + 168 = 548 (100%)
R 219 of 548 ~ 39.96%
G 161 of 548 ~ 29.38%
B 168 of 548 ~ 30.66'%

%39.96
%29.38
%30.66

CMYK color model

#DBA1A8 color CMYK value is (0,26,23,14).

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

CMYK: (0,26,23,14)
C0M26Y23K14 (0%, 26%, 23%, 14%)
(0.00 / 0.26 / 0.23 / 0.14)

CMYK percentages

%0
%26.48
%23.29
%14.12

Codes

Color #DBA1A8 in popluar color models

DB A1 A8
RGB 219 161 168
HSL 353° 44.62% 74.51%
HSB/HSV 353° 26.48% 85.88%
CMYK 0.00% 26.48% 23.29%
14.12%

Color #DBA1A8 in popluar number systems.

HEX DB A1 A8
Decimal 219 161 168
Binary 11011011 10100001 10101000
Octal 333 241 250

Shades and tints

Shades of #DBA1A8

#DBA1A8
(219,161,168)
#C89399
(200,147,153)
#B5858A
(181,133,138)
#A2777B
(162,119,123)
#8F696C
(143,105,108)
#7C5B5D
(124,91,93)
#694D4E
(105,77,78)
#563F3F
(86,63,63)
#433130
(67,49,48)
#302321
(48,35,33)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #DBA1A8

#DBA1A8
(219,161,168)
#DEA9AF
(222,169,175)
#E1B1B6
(225,177,182)
#E4B9BD
(228,185,189)
#E7C1C4
(231,193,196)
#EAC9CB
(234,201,203)
#EDD1D2
(237,209,210)
#F0D9D9
(240,217,217)
#F3E1E0
(243,225,224)
#F6E9E7
(246,233,231)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA1A8; }

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

This text font color is #DBA1A8.

Background Color

.myBgColor { background-color: #DBA1A8; }

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

This div background color is #DBA1A8.

Border color

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

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

This div border color is #DBA1A8.

Opacity

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

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

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

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

This text has shadow with #DBA1A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA1A8.

Preview

Color preview on black background

This text has color #DBA1A8 on black background.


Color preview on white background

This text has color #DBA1A8 on white background.


Black color preview on #DBA1A8 background

This text has black color on #DBA1A8 background.


White color preview on #DBA1A8 background

This text has white color on #DBA1A8 background.


Related colors

Complementary color

Complementary color for #hex is #245E57.


I love getcolorcode.com

Triadic colors

1 #A8DBA1 and #A1A8DB with #DBA1A8 are triadic colors.

2 #A8A1DB and #A1DBA8 with #DBA1A8 are triadic colors.