COLOR #D28AB4

HEX: #D28AB4
RGB: (210,138,180)

Color info

#D28AB4 contains mainly red and blue colors. Web safe color of #D28AB4 is #CC99CC (or #C9C).

RGB color model

#D28AB4 color RGB value is (210,138,180).

  • red value is 210;
  • green value is 138;
  • blue value is 180.
RGB:
(210,138,180)
(82%,54%,71%)

RGB channels and saturation

R 210 of 255 = 82%
G 138 of 255 = 54%
B 180 of 255 = 71%

210
138
180

R + G + B ~ 69%. #D28AB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 138 + 180 = 528 (100%)
R 210 of 528 ~ 39.77%
G 138 of 528 ~ 26.14%
B 180 of 528 ~ 34.09%

%39.77
%26.14
%34.09

CMYK color model

#D28AB4 color CMYK value is (0,34,14,18).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 14.29%
  • key color value is 17.65%
CMYK:
(0,34,14,18)
C0M34Y14K18 
(0%,34%,14%,18%)
(0.00/0.34/0.14/0.18)	

CMYK percentages

%0
%34.29
%14.29
%17.65

Codes

Color #D28AB4 in popluar color models

D28AB4
RGB210138180
HSL325°44.44%68.24%
HSB/HSV325°34.29%82.35%
CMYK0.00%34.29%14.29%
17.65%

Color #D28AB4 in popluar number systems.

HEXD28AB4
Decimal210138180
Binary110100101000101010110100
Octal322212264

Shades and tints

Shades of #D28AB4

#D28AB4
(210,138,180)
#BF7EA4
(191,126,164)
#AC7294
(172,114,148)
#996684
(153,102,132)
#865A74
(134,90,116)
#734E64
(115,78,100)
#604254
(96,66,84)
#4D3644
(77,54,68)
#3A2A34
(58,42,52)
#271E24
(39,30,36)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #D28AB4

#D28AB4
(210,138,180)
#D694BA
(214,148,186)
#DA9EC0
(218,158,192)
#DEA8C6
(222,168,198)
#E2B2CC
(226,178,204)
#E6BCD2
(230,188,210)
#EAC6D8
(234,198,216)
#EED0DE
(238,208,222)
#F2DAE4
(242,218,228)
#F6E4EA
(246,228,234)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D28AB4 color. Also use rgb(210,138,180) instead hex code.

Text Font Color

.myTextColor { color: #D28AB4; }

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

This text font color is #D28AB4.


Background Color

.myBgColor { background-color: #D28AB4; }

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

This div background color is #D28AB4.


Border color

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

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

This div border color is #D28AB4.


Opacity

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

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

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

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

This text has shadow with #D28AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28AB4 on black background.


Color preview on white background

This text has color #D28AB4 on white background.



Black color preview on #D28AB4 background

This text has black color on #D28AB4 background.


White color preview on #D28AB4 background

This text has white color on #D28AB4 background.