COLOR #DB939C

HEX: #DB939C
RGB: (219,147,156)

Color info

#DB939C contains mainly red color. Web safe color of #DB939C is #CC9999 (or #C99).

RGB color model

#DB939C color RGB value is (219,147,156).

  • red value is 219;
  • green value is 147;
  • blue value is 156.
RGB:
(219,147,156)
(86%,58%,61%)

RGB channels and saturation

R 219 of 255 = 86%
G 147 of 255 = 58%
B 156 of 255 = 61%

219
147
156

R + G + B ~ 68%. #DB939C is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 147 + 156 = 522 (100%)
R 219 of 522 ~ 41.95%
G 147 of 522 ~ 28.16%
B 156 of 522 ~ 29.89%

%41.95
%28.16
%29.89

CMYK color model

#DB939C color CMYK value is (0,33,29,14).

  • cyan value is 0.00%
  • magenta value is 32.88%
  • yellow value is 28.77%
  • key color value is 14.12%
CMYK:
(0,33,29,14)
C0M33Y29K14 
(0%,33%,29%,14%)
(0.00/0.33/0.29/0.14)	

CMYK percentages

%0
%32.88
%28.77
%14.12

Codes

Color #DB939C in popluar color models

DB939C
RGB219147156
HSL353°50.00%71.76%
HSB/HSV353°32.88%85.88%
CMYK0.00%32.88%28.77%
14.12%

Color #DB939C in popluar number systems.

HEXDB939C
Decimal219147156
Binary110110111001001110011100
Octal333223234

Shades and tints

Shades of #DB939C

#DB939C
(219,147,156)
#C8868E
(200,134,142)
#B57980
(181,121,128)
#A26C72
(162,108,114)
#8F5F64
(143,95,100)
#7C5256
(124,82,86)
#694548
(105,69,72)
#56383A
(86,56,58)
#432B2C
(67,43,44)
#301E1E
(48,30,30)
#1D1110
(29,17,16)
#000000
(0,0,0)

Tints of #DB939C

#DB939C
(219,147,156)
#DE9CA5
(222,156,165)
#E1A5AE
(225,165,174)
#E4AEB7
(228,174,183)
#E7B7C0
(231,183,192)
#EAC0C9
(234,192,201)
#EDC9D2
(237,201,210)
#F0D2DB
(240,210,219)
#F3DBE4
(243,219,228)
#F6E4ED
(246,228,237)
#F9EDF6
(249,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB939C; }

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

This text font color is #DB939C.


Background Color

.myBgColor { background-color: #DB939C; }

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

This div background color is #DB939C.


Border color

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

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

This div border color is #DB939C.


Opacity

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

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

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

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

This text has shadow with #DB939C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB939C on black background.


Color preview on white background

This text has color #DB939C on white background.



Black color preview on #DB939C background

This text has black color on #DB939C background.


White color preview on #DB939C background

This text has white color on #DB939C background.