COLOR #D7889B

HEX: #D7889B
RGB: (215,136,155)

Color info

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

RGB color model

#D7889B color RGB value is (215,136,155).

  • red value is 215;
  • green value is 136;
  • blue value is 155.
RGB:
(215,136,155)
(84%,53%,61%)

RGB channels and saturation

R 215 of 255 = 84%
G 136 of 255 = 53%
B 155 of 255 = 61%

215
136
155

R + G + B ~ 66%. #D7889B is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 136 + 155 = 506 (100%)
R 215 of 506 ~ 42.49%
G 136 of 506 ~ 26.88%
B 155 of 506 ~ 30.63%

%42.49
%26.88
%30.63

CMYK color model

#D7889B color CMYK value is (0,37,28,16).

  • cyan value is 0.00%
  • magenta value is 36.74%
  • yellow value is 27.91%
  • key color value is 15.69%
CMYK:
(0,37,28,16)
C0M37Y28K16 
(0%,37%,28%,16%)
(0.00/0.37/0.28/0.16)	

CMYK percentages

%0
%36.74
%27.91
%15.69

Codes

Color #D7889B in popluar color models

D7889B
RGB215136155
HSL346°49.69%68.82%
HSB/HSV346°36.74%84.31%
CMYK0.00%36.74%27.91%
15.69%

Color #D7889B in popluar number systems.

HEXD7889B
Decimal215136155
Binary110101111000100010011011
Octal327210233

Shades and tints

Shades of #D7889B

#D7889B
(215,136,155)
#C47C8D
(196,124,141)
#B1707F
(177,112,127)
#9E6471
(158,100,113)
#8B5863
(139,88,99)
#784C55
(120,76,85)
#654047
(101,64,71)
#523439
(82,52,57)
#3F282B
(63,40,43)
#2C1C1D
(44,28,29)
#19100F
(25,16,15)
#000000
(0,0,0)

Tints of #D7889B

#D7889B
(215,136,155)
#DA92A4
(218,146,164)
#DD9CAD
(221,156,173)
#E0A6B6
(224,166,182)
#E3B0BF
(227,176,191)
#E6BAC8
(230,186,200)
#E9C4D1
(233,196,209)
#ECCEDA
(236,206,218)
#EFD8E3
(239,216,227)
#F2E2EC
(242,226,236)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7889B color. Also use rgb(215,136,155) instead hex code.

Text Font Color

.myTextColor { color: #D7889B; }

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

This text font color is #D7889B.


Background Color

.myBgColor { background-color: #D7889B; }

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

This div background color is #D7889B.


Border color

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

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

This div border color is #D7889B.


Opacity

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

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

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

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

This text has shadow with #D7889B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7889B on black background.


Color preview on white background

This text has color #D7889B on white background.



Black color preview on #D7889B background

This text has black color on #D7889B background.


White color preview on #D7889B background

This text has white color on #D7889B background.