COLOR #D28BBB

HEX: #D28BBB
RGB: (210,139,187)

Color info

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

RGB color model

#D28BBB color RGB value is (210,139,187).

  • red value is 210;
  • green value is 139;
  • blue value is 187.
RGB:
(210,139,187)
(82%,55%,73%)

RGB channels and saturation

R 210 of 255 = 82%
G 139 of 255 = 55%
B 187 of 255 = 73%

210
139
187

R + G + B ~ 70%. #D28BBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 139 + 187 = 536 (100%)
R 210 of 536 ~ 39.18%
G 139 of 536 ~ 25.93%
B 187 of 536 ~ 34.89%

%39.18
%25.93
%34.89

CMYK color model

#D28BBB color CMYK value is (0,34,11,18).

  • cyan value is 0.00%
  • magenta value is 33.81%
  • yellow value is 10.95%
  • key color value is 17.65%
CMYK:
(0,34,11,18)
C0M34Y11K18 
(0%,34%,11%,18%)
(0.00/0.34/0.11/0.18)	

CMYK percentages

%0
%33.81
%10.95
%17.65

Codes

Color #D28BBB in popluar color models

D28BBB
RGB210139187
HSL319°44.10%68.43%
HSB/HSV319°33.81%82.35%
CMYK0.00%33.81%10.95%
17.65%

Color #D28BBB in popluar number systems.

HEXD28BBB
Decimal210139187
Binary110100101000101110111011
Octal322213273

Shades and tints

Shades of #D28BBB

#D28BBB
(210,139,187)
#BF7FAA
(191,127,170)
#AC7399
(172,115,153)
#996788
(153,103,136)
#865B77
(134,91,119)
#734F66
(115,79,102)
#604355
(96,67,85)
#4D3744
(77,55,68)
#3A2B33
(58,43,51)
#271F22
(39,31,34)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #D28BBB

#D28BBB
(210,139,187)
#D695C1
(214,149,193)
#DA9FC7
(218,159,199)
#DEA9CD
(222,169,205)
#E2B3D3
(226,179,211)
#E6BDD9
(230,189,217)
#EAC7DF
(234,199,223)
#EED1E5
(238,209,229)
#F2DBEB
(242,219,235)
#F6E5F1
(246,229,241)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D28BBB color. Also use rgb(210,139,187) instead hex code.

Text Font Color

.myTextColor { color: #D28BBB; }

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

This text font color is #D28BBB.


Background Color

.myBgColor { background-color: #D28BBB; }

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

This div background color is #D28BBB.


Border color

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

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

This div border color is #D28BBB.


Opacity

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

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

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

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

This text has shadow with #D28BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28BBB on black background.


Color preview on white background

This text has color #D28BBB on white background.



Black color preview on #D28BBB background

This text has black color on #D28BBB background.


White color preview on #D28BBB background

This text has white color on #D28BBB background.