COLOR #DBAFA8

HEX: #DBAFA8 RGB: (219,175,168)

Color info

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

RGB color model

#DBAFA8 color RGB value is (219,175,168).

RGB: (219,175,168) (86%, 69%, 66%)

RGB channels and saturation

R 219 of 255 = 86%
G 175 of 255 = 69%
B 168 of 255 = 66%

219
175
168

R + G + B ~ 74%. #DBAFA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 175 + 168 = 562 (100%)
R 219 of 562 ~ 38.97%
G 175 of 562 ~ 31.14%
B 168 of 562 ~ 29.89'%

%38.97
%31.14
%29.89

CMYK color model

#DBAFA8 color CMYK value is (0,20,23,14).

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

CMYK: (0,20,23,14)
C0M20Y23K14 (0%, 20%, 23%, 14%)
(0.00 / 0.20 / 0.23 / 0.14)

CMYK percentages

%0
%20.09
%23.29
%14.12

Codes

Color #DBAFA8 in popluar color models

DB AF A8
RGB 219 175 168
HSL 41.46% 75.88%
HSB/HSV 23.29% 85.88%
CMYK 0.00% 20.09% 23.29%
14.12%

Color #DBAFA8 in popluar number systems.

HEX DB AF A8
Decimal 219 175 168
Binary 11011011 10101111 10101000
Octal 333 257 250

Shades and tints

Shades of #DBAFA8

#DBAFA8
(219,175,168)
#C8A099
(200,160,153)
#B5918A
(181,145,138)
#A2827B
(162,130,123)
#8F736C
(143,115,108)
#7C645D
(124,100,93)
#69554E
(105,85,78)
#56463F
(86,70,63)
#433730
(67,55,48)
#302821
(48,40,33)
#1D1912
(29,25,18)
#000000
(0,0,0)

Tints of #DBAFA8

#DBAFA8
(219,175,168)
#DEB6AF
(222,182,175)
#E1BDB6
(225,189,182)
#E4C4BD
(228,196,189)
#E7CBC4
(231,203,196)
#EAD2CB
(234,210,203)
#EDD9D2
(237,217,210)
#F0E0D9
(240,224,217)
#F3E7E0
(243,231,224)
#F6EEE7
(246,238,231)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBAFA8; }

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

This text font color is #DBAFA8.

Background Color

.myBgColor { background-color: #DBAFA8; }

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

This div background color is #DBAFA8.

Border color

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

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

This div border color is #DBAFA8.

Opacity

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

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

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

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

This text has shadow with #DBAFA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAFA8.

Preview

Color preview on black background

This text has color #DBAFA8 on black background.


Color preview on white background

This text has color #DBAFA8 on white background.


Black color preview on #DBAFA8 background

This text has black color on #DBAFA8 background.


White color preview on #DBAFA8 background

This text has white color on #DBAFA8 background.


Related colors

Complementary color

Complementary color for #hex is #245057.


I love getcolorcode.com

Triadic colors

1 #A8DBAF and #AFA8DB with #DBAFA8 are triadic colors.

2 #A8AFDB and #AFDBA8 with #DBAFA8 are triadic colors.