COLOR #DB957B

HEX: #DB957B
RGB: (219,149,123)

Color info

#DB957B contains mainly red color. Web safe color of #DB957B is #CC9966 (or #C96).

RGB color model

#DB957B color RGB value is (219,149,123).

  • red value is 219;
  • green value is 149;
  • blue value is 123.
RGB:
(219,149,123)
(86%,58%,48%)

RGB channels and saturation

R 219 of 255 = 86%
G 149 of 255 = 58%
B 123 of 255 = 48%

219
149
123

R + G + B ~ 64%. #DB957B is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 149 + 123 = 491 (100%)
R 219 of 491 ~ 44.6%
G 149 of 491 ~ 30.35%
B 123 of 491 ~ 25.05%

%44.6
%30.35
%25.05

CMYK color model

#DB957B color CMYK value is (0,32,44,14).

  • cyan value is 0.00%
  • magenta value is 31.96%
  • yellow value is 43.84%
  • key color value is 14.12%
CMYK:
(0,32,44,14)
C0M32Y44K14 
(0%,32%,44%,14%)
(0.00/0.32/0.44/0.14)	

CMYK percentages

%0
%31.96
%43.84
%14.12

Codes

Color #DB957B in popluar color models

DB957B
RGB219149123
HSL16°57.14%67.06%
HSB/HSV16°43.84%85.88%
CMYK0.00%31.96%43.84%
14.12%

Color #DB957B in popluar number systems.

HEXDB957B
Decimal219149123
Binary11011011100101011111011
Octal333225173

Shades and tints

Shades of #DB957B

#DB957B
(219,149,123)
#C88870
(200,136,112)
#B57B65
(181,123,101)
#A26E5A
(162,110,90)
#8F614F
(143,97,79)
#7C5444
(124,84,68)
#694739
(105,71,57)
#563A2E
(86,58,46)
#432D23
(67,45,35)
#302018
(48,32,24)
#1D130D
(29,19,13)
#000000
(0,0,0)

Tints of #DB957B

#DB957B
(219,149,123)
#DE9E87
(222,158,135)
#E1A793
(225,167,147)
#E4B09F
(228,176,159)
#E7B9AB
(231,185,171)
#EAC2B7
(234,194,183)
#EDCBC3
(237,203,195)
#F0D4CF
(240,212,207)
#F3DDDB
(243,221,219)
#F6E6E7
(246,230,231)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB957B color. Also use rgb(219,149,123) instead hex code.

Text Font Color

.myTextColor { color: #DB957B; }

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

This text font color is #DB957B.


Background Color

.myBgColor { background-color: #DB957B; }

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

This div background color is #DB957B.


Border color

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

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

This div border color is #DB957B.


Opacity

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

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

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

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

This text has shadow with #DB957B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB957B on black background.


Color preview on white background

This text has color #DB957B on white background.



Black color preview on #DB957B background

This text has black color on #DB957B background.


White color preview on #DB957B background

This text has white color on #DB957B background.