COLOR #DB898E

HEX: #DB898E
RGB: (219,137,142)

Color info

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

RGB color model

#DB898E color RGB value is (219,137,142).

  • red value is 219;
  • green value is 137;
  • blue value is 142.
RGB:
(219,137,142)
(86%,54%,56%)

RGB channels and saturation

R 219 of 255 = 86%
G 137 of 255 = 54%
B 142 of 255 = 56%

219
137
142

R + G + B ~ 65%. #DB898E is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 137 + 142 = 498 (100%)
R 219 of 498 ~ 43.98%
G 137 of 498 ~ 27.51%
B 142 of 498 ~ 28.51%

%43.98
%27.51
%28.51

CMYK color model

#DB898E color CMYK value is (0,37,35,14).

  • cyan value is 0.00%
  • magenta value is 37.44%
  • yellow value is 35.16%
  • key color value is 14.12%
CMYK:
(0,37,35,14)
C0M37Y35K14 
(0%,37%,35%,14%)
(0.00/0.37/0.35/0.14)	

CMYK percentages

%0
%37.44
%35.16
%14.12

Codes

Color #DB898E in popluar color models

DB898E
RGB219137142
HSL356°53.25%69.80%
HSB/HSV356°37.44%85.88%
CMYK0.00%37.44%35.16%
14.12%

Color #DB898E in popluar number systems.

HEXDB898E
Decimal219137142
Binary110110111000100110001110
Octal333211216

Shades and tints

Shades of #DB898E

#DB898E
(219,137,142)
#C87D82
(200,125,130)
#B57176
(181,113,118)
#A2656A
(162,101,106)
#8F595E
(143,89,94)
#7C4D52
(124,77,82)
#694146
(105,65,70)
#56353A
(86,53,58)
#43292E
(67,41,46)
#301D22
(48,29,34)
#1D1116
(29,17,22)
#000000
(0,0,0)

Tints of #DB898E

#DB898E
(219,137,142)
#DE9398
(222,147,152)
#E19DA2
(225,157,162)
#E4A7AC
(228,167,172)
#E7B1B6
(231,177,182)
#EABBC0
(234,187,192)
#EDC5CA
(237,197,202)
#F0CFD4
(240,207,212)
#F3D9DE
(243,217,222)
#F6E3E8
(246,227,232)
#F9EDF2
(249,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB898E color. Also use rgb(219,137,142) instead hex code.

Text Font Color

.myTextColor { color: #DB898E; }

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

This text font color is #DB898E.


Background Color

.myBgColor { background-color: #DB898E; }

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

This div background color is #DB898E.


Border color

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

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

This div border color is #DB898E.


Opacity

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

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

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

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

This text has shadow with #DB898E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB898E on black background.


Color preview on white background

This text has color #DB898E on white background.



Black color preview on #DB898E background

This text has black color on #DB898E background.


White color preview on #DB898E background

This text has white color on #DB898E background.