COLOR #DBA4BD

HEX: #DBA4BD RGB: (219,164,189)

Color info

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

RGB color model

#DBA4BD color RGB value is (219,164,189).

RGB: (219,164,189) (86%, 64%, 74%)

RGB channels and saturation

R 219 of 255 = 86%
G 164 of 255 = 64%
B 189 of 255 = 74%

219
164
189

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

Portions of RGB colors in percentages

R + G + B = 219 + 164 + 189 = 572 (100%)
R 219 of 572 ~ 38.29%
G 164 of 572 ~ 28.67%
B 189 of 572 ~ 33.04'%

%38.29
%28.67
%33.04

CMYK color model

#DBA4BD color CMYK value is (0,25,14,14).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 13.70%
  • key color value is 14.12%

CMYK: (0,25,14,14)
C0M25Y14K14 (0%, 25%, 14%, 14%)
(0.00 / 0.25 / 0.14 / 0.14)

CMYK percentages

%0
%25.11
%13.7
%14.12

Codes

Color #DBA4BD in popluar color models

DB A4 BD
RGB 219 164 189
HSL 333° 43.31% 75.10%
HSB/HSV 333° 25.11% 85.88%
CMYK 0.00% 25.11% 13.70%
14.12%

Color #DBA4BD in popluar number systems.

HEX DB A4 BD
Decimal 219 164 189
Binary 11011011 10100100 10111101
Octal 333 244 275

Shades and tints

Shades of #DBA4BD

#DBA4BD
(219,164,189)
#C896AC
(200,150,172)
#B5889B
(181,136,155)
#A27A8A
(162,122,138)
#8F6C79
(143,108,121)
#7C5E68
(124,94,104)
#695057
(105,80,87)
#564246
(86,66,70)
#433435
(67,52,53)
#302624
(48,38,36)
#1D1813
(29,24,19)
#000000
(0,0,0)

Tints of #DBA4BD

#DBA4BD
(219,164,189)
#DEACC3
(222,172,195)
#E1B4C9
(225,180,201)
#E4BCCF
(228,188,207)
#E7C4D5
(231,196,213)
#EACCDB
(234,204,219)
#EDD4E1
(237,212,225)
#F0DCE7
(240,220,231)
#F3E4ED
(243,228,237)
#F6ECF3
(246,236,243)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA4BD color. Also use rgb(219,164,189) instead hex code.

Text Font Color

.myTextColor { color: #DBA4BD; }

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

This text font color is #DBA4BD.

Background Color

.myBgColor { background-color: #DBA4BD; }

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

This div background color is #DBA4BD.

Border color

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

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

This div border color is #DBA4BD.

Opacity

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

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

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

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

This text has shadow with #DBA4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA4BD.

Preview

Color preview on black background

This text has color #DBA4BD on black background.


Color preview on white background

This text has color #DBA4BD on white background.


Black color preview on #DBA4BD background

This text has black color on #DBA4BD background.


White color preview on #DBA4BD background

This text has white color on #DBA4BD background.


Related colors

Complementary color

Complementary color for #hex is #245B42.


I love getcolorcode.com

Triadic colors

1 #BDDBA4 and #A4BDDB with #DBA4BD are triadic colors.

2 #BDA4DB and #A4DBBD with #DBA4BD are triadic colors.