COLOR #D48BC8

HEX: #D48BC8
RGB: (212,139,200)

Color info

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

RGB color model

#D48BC8 color RGB value is (212,139,200).

  • red value is 212;
  • green value is 139;
  • blue value is 200.
RGB:
(212,139,200)
(83%,55%,78%)

RGB channels and saturation

R 212 of 255 = 83%
G 139 of 255 = 55%
B 200 of 255 = 78%

212
139
200

R + G + B ~ 72%. #D48BC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 139 + 200 = 551 (100%)
R 212 of 551 ~ 38.48%
G 139 of 551 ~ 25.23%
B 200 of 551 ~ 36.3%

%38.48
%25.23
%36.3

CMYK color model

#D48BC8 color CMYK value is (0,34,6,17).

  • cyan value is 0.00%
  • magenta value is 34.43%
  • yellow value is 5.66%
  • key color value is 16.86%
CMYK:
(0,34,6,17)
C0M34Y6K17 
(0%,34%,6%,17%)
(0.00/0.34/0.06/0.17)	

CMYK percentages

%0
%34.43
%5.66
%16.86

Codes

Color #D48BC8 in popluar color models

D48BC8
RGB212139200
HSL310°45.91%68.82%
HSB/HSV310°34.43%83.14%
CMYK0.00%34.43%5.66%
16.86%

Color #D48BC8 in popluar number systems.

HEXD48BC8
Decimal212139200
Binary110101001000101111001000
Octal324213310

Shades and tints

Shades of #D48BC8

#D48BC8
(212,139,200)
#C17FB6
(193,127,182)
#AE73A4
(174,115,164)
#9B6792
(155,103,146)
#885B80
(136,91,128)
#754F6E
(117,79,110)
#62435C
(98,67,92)
#4F374A
(79,55,74)
#3C2B38
(60,43,56)
#291F26
(41,31,38)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #D48BC8

#D48BC8
(212,139,200)
#D795CD
(215,149,205)
#DA9FD2
(218,159,210)
#DDA9D7
(221,169,215)
#E0B3DC
(224,179,220)
#E3BDE1
(227,189,225)
#E6C7E6
(230,199,230)
#E9D1EB
(233,209,235)
#ECDBF0
(236,219,240)
#EFE5F5
(239,229,245)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48BC8 color. Also use rgb(212,139,200) instead hex code.

Text Font Color

.myTextColor { color: #D48BC8; }

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

This text font color is #D48BC8.


Background Color

.myBgColor { background-color: #D48BC8; }

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

This div background color is #D48BC8.


Border color

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

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

This div border color is #D48BC8.


Opacity

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

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

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

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

This text has shadow with #D48BC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48BC8 on black background.


Color preview on white background

This text has color #D48BC8 on white background.



Black color preview on #D48BC8 background

This text has black color on #D48BC8 background.


White color preview on #D48BC8 background

This text has white color on #D48BC8 background.