COLOR #D48EB4

HEX: #D48EB4
RGB: (212,142,180)

Color info

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

RGB color model

#D48EB4 color RGB value is (212,142,180).

  • red value is 212;
  • green value is 142;
  • blue value is 180.
RGB:
(212,142,180)
(83%,56%,71%)

RGB channels and saturation

R 212 of 255 = 83%
G 142 of 255 = 56%
B 180 of 255 = 71%

212
142
180

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

Portions of RGB colors in percentages

R + G + B =
212 + 142 + 180 = 534 (100%)
R 212 of 534 ~ 39.7%
G 142 of 534 ~ 26.59%
B 180 of 534 ~ 33.71%

%39.7
%26.59
%33.71

CMYK color model

#D48EB4 color CMYK value is (0,33,15,17).

  • cyan value is 0.00%
  • magenta value is 33.02%
  • yellow value is 15.09%
  • key color value is 16.86%
CMYK:
(0,33,15,17)
C0M33Y15K17 
(0%,33%,15%,17%)
(0.00/0.33/0.15/0.17)	

CMYK percentages

%0
%33.02
%15.09
%16.86

Codes

Color #D48EB4 in popluar color models

D48EB4
RGB212142180
HSL327°44.87%69.41%
HSB/HSV327°33.02%83.14%
CMYK0.00%33.02%15.09%
16.86%

Color #D48EB4 in popluar number systems.

HEXD48EB4
Decimal212142180
Binary110101001000111010110100
Octal324216264

Shades and tints

Shades of #D48EB4

#D48EB4
(212,142,180)
#C182A4
(193,130,164)
#AE7694
(174,118,148)
#9B6A84
(155,106,132)
#885E74
(136,94,116)
#755264
(117,82,100)
#624654
(98,70,84)
#4F3A44
(79,58,68)
#3C2E34
(60,46,52)
#292224
(41,34,36)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #D48EB4

#D48EB4
(212,142,180)
#D798BA
(215,152,186)
#DAA2C0
(218,162,192)
#DDACC6
(221,172,198)
#E0B6CC
(224,182,204)
#E3C0D2
(227,192,210)
#E6CAD8
(230,202,216)
#E9D4DE
(233,212,222)
#ECDEE4
(236,222,228)
#EFE8EA
(239,232,234)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48EB4 color. Also use rgb(212,142,180) instead hex code.

Text Font Color

.myTextColor { color: #D48EB4; }

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

This text font color is #D48EB4.


Background Color

.myBgColor { background-color: #D48EB4; }

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

This div background color is #D48EB4.


Border color

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

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

This div border color is #D48EB4.


Opacity

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

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

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

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

This text has shadow with #D48EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48EB4 on black background.


Color preview on white background

This text has color #D48EB4 on white background.



Black color preview on #D48EB4 background

This text has black color on #D48EB4 background.


White color preview on #D48EB4 background

This text has white color on #D48EB4 background.