COLOR #D395AC

HEX: #D395AC
RGB: (211,149,172)

Color info

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

RGB color model

#D395AC color RGB value is (211,149,172).

  • red value is 211;
  • green value is 149;
  • blue value is 172.
RGB:
(211,149,172)
(83%,58%,67%)

RGB channels and saturation

R 211 of 255 = 83%
G 149 of 255 = 58%
B 172 of 255 = 67%

211
149
172

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

Portions of RGB colors in percentages

R + G + B =
211 + 149 + 172 = 532 (100%)
R 211 of 532 ~ 39.66%
G 149 of 532 ~ 28.01%
B 172 of 532 ~ 32.33%

%39.66
%28.01
%32.33

CMYK color model

#D395AC color CMYK value is (0,29,18,17).

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 18.48%
  • key color value is 17.25%
CMYK:
(0,29,18,17)
C0M29Y18K17 
(0%,29%,18%,17%)
(0.00/0.29/0.18/0.17)	

CMYK percentages

%0
%29.38
%18.48
%17.25

Codes

Color #D395AC in popluar color models

D395AC
RGB211149172
HSL338°41.33%70.59%
HSB/HSV338°29.38%82.75%
CMYK0.00%29.38%18.48%
17.25%

Color #D395AC in popluar number systems.

HEXD395AC
Decimal211149172
Binary110100111001010110101100
Octal323225254

Shades and tints

Shades of #D395AC

#D395AC
(211,149,172)
#C0889D
(192,136,157)
#AD7B8E
(173,123,142)
#9A6E7F
(154,110,127)
#876170
(135,97,112)
#745461
(116,84,97)
#614752
(97,71,82)
#4E3A43
(78,58,67)
#3B2D34
(59,45,52)
#282025
(40,32,37)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #D395AC

#D395AC
(211,149,172)
#D79EB3
(215,158,179)
#DBA7BA
(219,167,186)
#DFB0C1
(223,176,193)
#E3B9C8
(227,185,200)
#E7C2CF
(231,194,207)
#EBCBD6
(235,203,214)
#EFD4DD
(239,212,221)
#F3DDE4
(243,221,228)
#F7E6EB
(247,230,235)
#FBEFF2
(251,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D395AC color. Also use rgb(211,149,172) instead hex code.

Text Font Color

.myTextColor { color: #D395AC; }

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

This text font color is #D395AC.


Background Color

.myBgColor { background-color: #D395AC; }

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

This div background color is #D395AC.


Border color

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

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

This div border color is #D395AC.


Opacity

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

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

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

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

This text has shadow with #D395AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D395AC on black background.


Color preview on white background

This text has color #D395AC on white background.



Black color preview on #D395AC background

This text has black color on #D395AC background.


White color preview on #D395AC background

This text has white color on #D395AC background.