COLOR #D157AC

HEX: #D157AC
RGB: (209,87,172)

Color info

#D157AC contains mainly red and blue colors. Web safe color of #D157AC is #CC6699 (or #C69).

RGB color model

#D157AC color RGB value is (209,87,172).

  • red value is 209;
  • green value is 87;
  • blue value is 172.
RGB:
(209,87,172)
(82%,34%,67%)

RGB channels and saturation

R 209 of 255 = 82%
G 87 of 255 = 34%
B 172 of 255 = 67%

209
87
172

R + G + B ~ 61%. #D157AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 87 + 172 = 468 (100%)
R 209 of 468 ~ 44.66%
G 87 of 468 ~ 18.59%
B 172 of 468 ~ 36.75%

%44.66
%18.59
%36.75

CMYK color model

#D157AC color CMYK value is (0,58,18,18).

  • cyan value is 0.00%
  • magenta value is 58.37%
  • yellow value is 17.70%
  • key color value is 18.04%
CMYK:
(0,58,18,18)
C0M58Y18K18 
(0%,58%,18%,18%)
(0.00/0.58/0.18/0.18)	

CMYK percentages

%0
%58.37
%17.7
%18.04

Codes

Color #D157AC in popluar color models

D157AC
RGB20987172
HSL318°57.01%58.04%
HSB/HSV318°58.37%81.96%
CMYK0.00%58.37%17.70%
18.04%

Color #D157AC in popluar number systems.

HEXD157AC
Decimal20987172
Binary11010001101011110101100
Octal321127254

Shades and tints

Shades of #D157AC

#D157AC
(209,87,172)
#BE509D
(190,80,157)
#AB498E
(171,73,142)
#98427F
(152,66,127)
#853B70
(133,59,112)
#723461
(114,52,97)
#5F2D52
(95,45,82)
#4C2643
(76,38,67)
#391F34
(57,31,52)
#261825
(38,24,37)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #D157AC

#D157AC
(209,87,172)
#D566B3
(213,102,179)
#D975BA
(217,117,186)
#DD84C1
(221,132,193)
#E193C8
(225,147,200)
#E5A2CF
(229,162,207)
#E9B1D6
(233,177,214)
#EDC0DD
(237,192,221)
#F1CFE4
(241,207,228)
#F5DEEB
(245,222,235)
#F9EDF2
(249,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D157AC color. Also use rgb(209,87,172) instead hex code.

Text Font Color

.myTextColor { color: #D157AC; }

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

This text font color is #D157AC.


Background Color

.myBgColor { background-color: #D157AC; }

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

This div background color is #D157AC.


Border color

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

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

This div border color is #D157AC.


Opacity

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

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

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

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

This text has shadow with #D157AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D157AC on black background.


Color preview on white background

This text has color #D157AC on white background.



Black color preview on #D157AC background

This text has black color on #D157AC background.


White color preview on #D157AC background

This text has white color on #D157AC background.