COLOR #DBAFB5

HEX: #DBAFB5 RGB: (219,175,181)

Color info

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

RGB color model

#DBAFB5 color RGB value is (219,175,181).

RGB: (219,175,181) (86%, 69%, 71%)

RGB channels and saturation

R 219 of 255 = 86%
G 175 of 255 = 69%
B 181 of 255 = 71%

219
175
181

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

Portions of RGB colors in percentages

R + G + B = 219 + 175 + 181 = 575 (100%)
R 219 of 575 ~ 38.09%
G 175 of 575 ~ 30.43%
B 181 of 575 ~ 31.48'%

%38.09
%30.43
%31.48

CMYK color model

#DBAFB5 color CMYK value is (0,20,17,14).

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

CMYK: (0,20,17,14)
C0M20Y17K14 (0%, 20%, 17%, 14%)
(0.00 / 0.20 / 0.17 / 0.14)

CMYK percentages

%0
%20.09
%17.35
%14.12

Codes

Color #DBAFB5 in popluar color models

DB AF B5
RGB 219 175 181
HSL 352° 37.93% 77.25%
HSB/HSV 352° 20.09% 85.88%
CMYK 0.00% 20.09% 17.35%
14.12%

Color #DBAFB5 in popluar number systems.

HEX DB AF B5
Decimal 219 175 181
Binary 11011011 10101111 10110101
Octal 333 257 265

Shades and tints

Shades of #DBAFB5

#DBAFB5
(219,175,181)
#C8A0A5
(200,160,165)
#B59195
(181,145,149)
#A28285
(162,130,133)
#8F7375
(143,115,117)
#7C6465
(124,100,101)
#695555
(105,85,85)
#564645
(86,70,69)
#433735
(67,55,53)
#302825
(48,40,37)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #DBAFB5

#DBAFB5
(219,175,181)
#DEB6BB
(222,182,187)
#E1BDC1
(225,189,193)
#E4C4C7
(228,196,199)
#E7CBCD
(231,203,205)
#EAD2D3
(234,210,211)
#EDD9D9
(237,217,217)
#F0E0DF
(240,224,223)
#F3E7E5
(243,231,229)
#F6EEEB
(246,238,235)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBAFB5; }

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

This text font color is #DBAFB5.

Background Color

.myBgColor { background-color: #DBAFB5; }

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

This div background color is #DBAFB5.

Border color

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

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

This div border color is #DBAFB5.

Opacity

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

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

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

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

This text has shadow with #DBAFB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAFB5.

Preview

Color preview on black background

This text has color #DBAFB5 on black background.


Color preview on white background

This text has color #DBAFB5 on white background.


Black color preview on #DBAFB5 background

This text has black color on #DBAFB5 background.


White color preview on #DBAFB5 background

This text has white color on #DBAFB5 background.


Related colors

Complementary color

Complementary color for #hex is #24504A.


I love getcolorcode.com

Triadic colors

1 #B5DBAF and #AFB5DB with #DBAFB5 are triadic colors.

2 #B5AFDB and #AFDBB5 with #DBAFB5 are triadic colors.