COLOR #D28E94

HEX: #D28E94
RGB: (210,142,148)

Color info

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

RGB color model

#D28E94 color RGB value is (210,142,148).

  • red value is 210;
  • green value is 142;
  • blue value is 148.
RGB:
(210,142,148)
(82%,56%,58%)

RGB channels and saturation

R 210 of 255 = 82%
G 142 of 255 = 56%
B 148 of 255 = 58%

210
142
148

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

Portions of RGB colors in percentages

R + G + B =
210 + 142 + 148 = 500 (100%)
R 210 of 500 ~ 42%
G 142 of 500 ~ 28.4%
B 148 of 500 ~ 29.6%

%42
%28.4
%29.6

CMYK color model

#D28E94 color CMYK value is (0,32,30,18).

  • cyan value is 0.00%
  • magenta value is 32.38%
  • yellow value is 29.52%
  • key color value is 17.65%
CMYK:
(0,32,30,18)
C0M32Y30K18 
(0%,32%,30%,18%)
(0.00/0.32/0.30/0.18)	

CMYK percentages

%0
%32.38
%29.52
%17.65

Codes

Color #D28E94 in popluar color models

D28E94
RGB210142148
HSL355°43.04%69.02%
HSB/HSV355°32.38%82.35%
CMYK0.00%32.38%29.52%
17.65%

Color #D28E94 in popluar number systems.

HEXD28E94
Decimal210142148
Binary110100101000111010010100
Octal322216224

Shades and tints

Shades of #D28E94

#D28E94
(210,142,148)
#BF8287
(191,130,135)
#AC767A
(172,118,122)
#996A6D
(153,106,109)
#865E60
(134,94,96)
#735253
(115,82,83)
#604646
(96,70,70)
#4D3A39
(77,58,57)
#3A2E2C
(58,46,44)
#27221F
(39,34,31)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #D28E94

#D28E94
(210,142,148)
#D6989D
(214,152,157)
#DAA2A6
(218,162,166)
#DEACAF
(222,172,175)
#E2B6B8
(226,182,184)
#E6C0C1
(230,192,193)
#EACACA
(234,202,202)
#EED4D3
(238,212,211)
#F2DEDC
(242,222,220)
#F6E8E5
(246,232,229)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D28E94 color. Also use rgb(210,142,148) instead hex code.

Text Font Color

.myTextColor { color: #D28E94; }

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

This text font color is #D28E94.


Background Color

.myBgColor { background-color: #D28E94; }

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

This div background color is #D28E94.


Border color

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

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

This div border color is #D28E94.


Opacity

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

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

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

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

This text has shadow with #D28E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28E94 on black background.


Color preview on white background

This text has color #D28E94 on white background.



Black color preview on #D28E94 background

This text has black color on #D28E94 background.


White color preview on #D28E94 background

This text has white color on #D28E94 background.