COLOR #D48BCE

HEX: #D48BCE
RGB: (212,139,206)

Color info

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

RGB color model

#D48BCE color RGB value is (212,139,206).

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

RGB channels and saturation

R 212 of 255 = 83%
G 139 of 255 = 55%
B 206 of 255 = 81%

212
139
206

R + G + B ~ 73%. #D48BCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 139 + 206 = 557 (100%)
R 212 of 557 ~ 38.06%
G 139 of 557 ~ 24.96%
B 206 of 557 ~ 36.98%

%38.06
%24.96
%36.98

CMYK color model

#D48BCE color CMYK value is (0,34,3,17).

  • cyan value is 0.00%
  • magenta value is 34.43%
  • yellow value is 2.83%
  • key color value is 16.86%
CMYK:
(0,34,3,17)
C0M34Y3K17 
(0%,34%,3%,17%)
(0.00/0.34/0.03/0.17)	

CMYK percentages

%0
%34.43
%2.83
%16.86

Codes

Color #D48BCE in popluar color models

D48BCE
RGB212139206
HSL305°45.91%68.82%
HSB/HSV305°34.43%83.14%
CMYK0.00%34.43%2.83%
16.86%

Color #D48BCE in popluar number systems.

HEXD48BCE
Decimal212139206
Binary110101001000101111001110
Octal324213316

Shades and tints

Shades of #D48BCE

#D48BCE
(212,139,206)
#C17FBC
(193,127,188)
#AE73AA
(174,115,170)
#9B6798
(155,103,152)
#885B86
(136,91,134)
#754F74
(117,79,116)
#624362
(98,67,98)
#4F3750
(79,55,80)
#3C2B3E
(60,43,62)
#291F2C
(41,31,44)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #D48BCE

#D48BCE
(212,139,206)
#D795D2
(215,149,210)
#DA9FD6
(218,159,214)
#DDA9DA
(221,169,218)
#E0B3DE
(224,179,222)
#E3BDE2
(227,189,226)
#E6C7E6
(230,199,230)
#E9D1EA
(233,209,234)
#ECDBEE
(236,219,238)
#EFE5F2
(239,229,242)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D48BCE; }

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

This text font color is #D48BCE.


Background Color

.myBgColor { background-color: #D48BCE; }

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

This div background color is #D48BCE.


Border color

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

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

This div border color is #D48BCE.


Opacity

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

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

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

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

This text has shadow with #D48BCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48BCE on black background.


Color preview on white background

This text has color #D48BCE on white background.



Black color preview on #D48BCE background

This text has black color on #D48BCE background.


White color preview on #D48BCE background

This text has white color on #D48BCE background.