COLOR #D397B4

HEX: #D397B4
RGB: (211,151,180)

Color info

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

RGB color model

#D397B4 color RGB value is (211,151,180).

  • red value is 211;
  • green value is 151;
  • blue value is 180.
RGB:
(211,151,180)
(83%,59%,71%)

RGB channels and saturation

R 211 of 255 = 83%
G 151 of 255 = 59%
B 180 of 255 = 71%

211
151
180

R + G + B ~ 71%. #D397B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 151 + 180 = 542 (100%)
R 211 of 542 ~ 38.93%
G 151 of 542 ~ 27.86%
B 180 of 542 ~ 33.21%

%38.93
%27.86
%33.21

CMYK color model

#D397B4 color CMYK value is (0,28,15,17).

  • cyan value is 0.00%
  • magenta value is 28.44%
  • yellow value is 14.69%
  • key color value is 17.25%
CMYK:
(0,28,15,17)
C0M28Y15K17 
(0%,28%,15%,17%)
(0.00/0.28/0.15/0.17)	

CMYK percentages

%0
%28.44
%14.69
%17.25

Codes

Color #D397B4 in popluar color models

D397B4
RGB211151180
HSL331°40.54%70.98%
HSB/HSV331°28.44%82.75%
CMYK0.00%28.44%14.69%
17.25%

Color #D397B4 in popluar number systems.

HEXD397B4
Decimal211151180
Binary110100111001011110110100
Octal323227264

Shades and tints

Shades of #D397B4

#D397B4
(211,151,180)
#C08AA4
(192,138,164)
#AD7D94
(173,125,148)
#9A7084
(154,112,132)
#876374
(135,99,116)
#745664
(116,86,100)
#614954
(97,73,84)
#4E3C44
(78,60,68)
#3B2F34
(59,47,52)
#282224
(40,34,36)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #D397B4

#D397B4
(211,151,180)
#D7A0BA
(215,160,186)
#DBA9C0
(219,169,192)
#DFB2C6
(223,178,198)
#E3BBCC
(227,187,204)
#E7C4D2
(231,196,210)
#EBCDD8
(235,205,216)
#EFD6DE
(239,214,222)
#F3DFE4
(243,223,228)
#F7E8EA
(247,232,234)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D397B4 color. Also use rgb(211,151,180) instead hex code.

Text Font Color

.myTextColor { color: #D397B4; }

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

This text font color is #D397B4.


Background Color

.myBgColor { background-color: #D397B4; }

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

This div background color is #D397B4.


Border color

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

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

This div border color is #D397B4.


Opacity

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

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

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

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

This text has shadow with #D397B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D397B4 on black background.


Color preview on white background

This text has color #D397B4 on white background.



Black color preview on #D397B4 background

This text has black color on #D397B4 background.


White color preview on #D397B4 background

This text has white color on #D397B4 background.