COLOR #DB9CA4

HEX: #DB9CA4 RGB: (219,156,164)

Color info

#DB9CA4 contains mainly red and blue colors. Web safe color of #DB9CA4 is #CC9999 (or #C99).

RGB color model

#DB9CA4 color RGB value is (219,156,164).

RGB: (219,156,164) (86%, 61%, 64%)

RGB channels and saturation

R 219 of 255 = 86%
G 156 of 255 = 61%
B 164 of 255 = 64%

219
156
164

R + G + B ~ 70%. #DB9CA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 156 + 164 = 539 (100%)
R 219 of 539 ~ 40.63%
G 156 of 539 ~ 28.94%
B 164 of 539 ~ 30.43'%

%40.63
%28.94
%30.43

CMYK color model

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

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

CMYK: (0,29,25,14)
C0M29Y25K14 (0%, 29%, 25%, 14%)
(0.00 / 0.29 / 0.25 / 0.14)

CMYK percentages

%0
%28.77
%25.11
%14.12

Codes

Color #DB9CA4 in popluar color models

DB 9C A4
RGB 219 156 164
HSL 352° 46.67% 73.53%
HSB/HSV 352° 28.77% 85.88%
CMYK 0.00% 28.77% 25.11%
14.12%

Color #DB9CA4 in popluar number systems.

HEX DB 9C A4
Decimal 219 156 164
Binary 11011011 10011100 10100100
Octal 333 234 244

Shades and tints

Shades of #DB9CA4

#DB9CA4
(219,156,164)
#C88E96
(200,142,150)
#B58088
(181,128,136)
#A2727A
(162,114,122)
#8F646C
(143,100,108)
#7C565E
(124,86,94)
#694850
(105,72,80)
#563A42
(86,58,66)
#432C34
(67,44,52)
#301E26
(48,30,38)
#1D1018
(29,16,24)
#000000
(0,0,0)

Tints of #DB9CA4

#DB9CA4
(219,156,164)
#DEA5AC
(222,165,172)
#E1AEB4
(225,174,180)
#E4B7BC
(228,183,188)
#E7C0C4
(231,192,196)
#EAC9CC
(234,201,204)
#EDD2D4
(237,210,212)
#F0DBDC
(240,219,220)
#F3E4E4
(243,228,228)
#F6EDEC
(246,237,236)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9CA4; }

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

This text font color is #DB9CA4.

Background Color

.myBgColor { background-color: #DB9CA4; }

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

This div background color is #DB9CA4.

Border color

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

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

This div border color is #DB9CA4.

Opacity

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

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

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

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

This text has shadow with #DB9CA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9CA4.

Preview

Color preview on black background

This text has color #DB9CA4 on black background.


Color preview on white background

This text has color #DB9CA4 on white background.


Black color preview on #DB9CA4 background

This text has black color on #DB9CA4 background.


White color preview on #DB9CA4 background

This text has white color on #DB9CA4 background.


Related colors

Complementary color

Complementary color for #hex is #24635B.


I love getcolorcode.com

Triadic colors

1 #A4DB9C and #9CA4DB with #DB9CA4 are triadic colors.

2 #A49CDB and #9CDBA4 with #DB9CA4 are triadic colors.