COLOR #DB7C8A

HEX: #DB7C8A
RGB: (219,124,138)

Color info

#DB7C8A contains mainly red color. Web safe color of #DB7C8A is #CC6699 (or #C69).

RGB color model

#DB7C8A color RGB value is (219,124,138).

  • red value is 219;
  • green value is 124;
  • blue value is 138.
RGB:
(219,124,138)
(86%,49%,54%)

RGB channels and saturation

R 219 of 255 = 86%
G 124 of 255 = 49%
B 138 of 255 = 54%

219
124
138

R + G + B ~ 63%. #DB7C8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 124 + 138 = 481 (100%)
R 219 of 481 ~ 45.53%
G 124 of 481 ~ 25.78%
B 138 of 481 ~ 28.69%

%45.53
%25.78
%28.69

CMYK color model

#DB7C8A color CMYK value is (0,43,37,14).

  • cyan value is 0.00%
  • magenta value is 43.38%
  • yellow value is 36.99%
  • key color value is 14.12%
CMYK:
(0,43,37,14)
C0M43Y37K14 
(0%,43%,37%,14%)
(0.00/0.43/0.37/0.14)	

CMYK percentages

%0
%43.38
%36.99
%14.12

Codes

Color #DB7C8A in popluar color models

DB7C8A
RGB219124138
HSL351°56.89%67.25%
HSB/HSV351°43.38%85.88%
CMYK0.00%43.38%36.99%
14.12%

Color #DB7C8A in popluar number systems.

HEXDB7C8A
Decimal219124138
Binary11011011111110010001010
Octal333174212

Shades and tints

Shades of #DB7C8A

#DB7C8A
(219,124,138)
#C8717E
(200,113,126)
#B56672
(181,102,114)
#A25B66
(162,91,102)
#8F505A
(143,80,90)
#7C454E
(124,69,78)
#693A42
(105,58,66)
#562F36
(86,47,54)
#43242A
(67,36,42)
#30191E
(48,25,30)
#1D0E12
(29,14,18)
#000000
(0,0,0)

Tints of #DB7C8A

#DB7C8A
(219,124,138)
#DE8794
(222,135,148)
#E1929E
(225,146,158)
#E49DA8
(228,157,168)
#E7A8B2
(231,168,178)
#EAB3BC
(234,179,188)
#EDBEC6
(237,190,198)
#F0C9D0
(240,201,208)
#F3D4DA
(243,212,218)
#F6DFE4
(246,223,228)
#F9EAEE
(249,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB7C8A color. Also use rgb(219,124,138) instead hex code.

Text Font Color

.myTextColor { color: #DB7C8A; }

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

This text font color is #DB7C8A.


Background Color

.myBgColor { background-color: #DB7C8A; }

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

This div background color is #DB7C8A.


Border color

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

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

This div border color is #DB7C8A.


Opacity

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

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

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

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

This text has shadow with #DB7C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7C8A on black background.


Color preview on white background

This text has color #DB7C8A on white background.



Black color preview on #DB7C8A background

This text has black color on #DB7C8A background.


White color preview on #DB7C8A background

This text has white color on #DB7C8A background.