COLOR #D48FAC

HEX: #D48FAC
RGB: (212,143,172)

Color info

#D48FAC contains mainly red and blue colors. Web safe color of #D48FAC is #CC9999 (or #C99).

RGB color model

#D48FAC color RGB value is (212,143,172).

  • red value is 212;
  • green value is 143;
  • blue value is 172.
RGB:
(212,143,172)
(83%,56%,67%)

RGB channels and saturation

R 212 of 255 = 83%
G 143 of 255 = 56%
B 172 of 255 = 67%

212
143
172

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

Portions of RGB colors in percentages

R + G + B =
212 + 143 + 172 = 527 (100%)
R 212 of 527 ~ 40.23%
G 143 of 527 ~ 27.13%
B 172 of 527 ~ 32.64%

%40.23
%27.13
%32.64

CMYK color model

#D48FAC color CMYK value is (0,33,19,17).

  • cyan value is 0.00%
  • magenta value is 32.55%
  • yellow value is 18.87%
  • key color value is 16.86%
CMYK:
(0,33,19,17)
C0M33Y19K17 
(0%,33%,19%,17%)
(0.00/0.33/0.19/0.17)	

CMYK percentages

%0
%32.55
%18.87
%16.86

Codes

Color #D48FAC in popluar color models

D48FAC
RGB212143172
HSL335°44.52%69.61%
HSB/HSV335°32.55%83.14%
CMYK0.00%32.55%18.87%
16.86%

Color #D48FAC in popluar number systems.

HEXD48FAC
Decimal212143172
Binary110101001000111110101100
Octal324217254

Shades and tints

Shades of #D48FAC

#D48FAC
(212,143,172)
#C1829D
(193,130,157)
#AE758E
(174,117,142)
#9B687F
(155,104,127)
#885B70
(136,91,112)
#754E61
(117,78,97)
#624152
(98,65,82)
#4F3443
(79,52,67)
#3C2734
(60,39,52)
#291A25
(41,26,37)
#160D16
(22,13,22)
#000000
(0,0,0)

Tints of #D48FAC

#D48FAC
(212,143,172)
#D799B3
(215,153,179)
#DAA3BA
(218,163,186)
#DDADC1
(221,173,193)
#E0B7C8
(224,183,200)
#E3C1CF
(227,193,207)
#E6CBD6
(230,203,214)
#E9D5DD
(233,213,221)
#ECDFE4
(236,223,228)
#EFE9EB
(239,233,235)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48FAC color. Also use rgb(212,143,172) instead hex code.

Text Font Color

.myTextColor { color: #D48FAC; }

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

This text font color is #D48FAC.


Background Color

.myBgColor { background-color: #D48FAC; }

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

This div background color is #D48FAC.


Border color

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

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

This div border color is #D48FAC.


Opacity

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

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

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

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

This text has shadow with #D48FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48FAC on black background.


Color preview on white background

This text has color #D48FAC on white background.



Black color preview on #D48FAC background

This text has black color on #D48FAC background.


White color preview on #D48FAC background

This text has white color on #D48FAC background.