COLOR #D2889E

HEX: #D2889E
RGB: (210,136,158)

Color info

#D2889E contains mainly red and blue colors. Web safe color of #D2889E is #CC9999 (or #C99).

RGB color model

#D2889E color RGB value is (210,136,158).

  • red value is 210;
  • green value is 136;
  • blue value is 158.
RGB:
(210,136,158)
(82%,53%,62%)

RGB channels and saturation

R 210 of 255 = 82%
G 136 of 255 = 53%
B 158 of 255 = 62%

210
136
158

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

Portions of RGB colors in percentages

R + G + B =
210 + 136 + 158 = 504 (100%)
R 210 of 504 ~ 41.67%
G 136 of 504 ~ 26.98%
B 158 of 504 ~ 31.35%

%41.67
%26.98
%31.35

CMYK color model

#D2889E color CMYK value is (0,35,25,18).

  • cyan value is 0.00%
  • magenta value is 35.24%
  • yellow value is 24.76%
  • key color value is 17.65%
CMYK:
(0,35,25,18)
C0M35Y25K18 
(0%,35%,25%,18%)
(0.00/0.35/0.25/0.18)	

CMYK percentages

%0
%35.24
%24.76
%17.65

Codes

Color #D2889E in popluar color models

D2889E
RGB210136158
HSL342°45.12%67.84%
HSB/HSV342°35.24%82.35%
CMYK0.00%35.24%24.76%
17.65%

Color #D2889E in popluar number systems.

HEXD2889E
Decimal210136158
Binary110100101000100010011110
Octal322210236

Shades and tints

Shades of #D2889E

#D2889E
(210,136,158)
#BF7C90
(191,124,144)
#AC7082
(172,112,130)
#996474
(153,100,116)
#865866
(134,88,102)
#734C58
(115,76,88)
#60404A
(96,64,74)
#4D343C
(77,52,60)
#3A282E
(58,40,46)
#271C20
(39,28,32)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #D2889E

#D2889E
(210,136,158)
#D692A6
(214,146,166)
#DA9CAE
(218,156,174)
#DEA6B6
(222,166,182)
#E2B0BE
(226,176,190)
#E6BAC6
(230,186,198)
#EAC4CE
(234,196,206)
#EECED6
(238,206,214)
#F2D8DE
(242,216,222)
#F6E2E6
(246,226,230)
#FAECEE
(250,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2889E color. Also use rgb(210,136,158) instead hex code.

Text Font Color

.myTextColor { color: #D2889E; }

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

This text font color is #D2889E.


Background Color

.myBgColor { background-color: #D2889E; }

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

This div background color is #D2889E.


Border color

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

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

This div border color is #D2889E.


Opacity

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

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

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

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

This text has shadow with #D2889E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2889E on black background.


Color preview on white background

This text has color #D2889E on white background.



Black color preview on #D2889E background

This text has black color on #D2889E background.


White color preview on #D2889E background

This text has white color on #D2889E background.