COLOR #D396A3

HEX: #D396A3
RGB: (211,150,163)

Color info

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

RGB color model

#D396A3 color RGB value is (211,150,163).

  • red value is 211;
  • green value is 150;
  • blue value is 163.
RGB:
(211,150,163)
(83%,59%,64%)

RGB channels and saturation

R 211 of 255 = 83%
G 150 of 255 = 59%
B 163 of 255 = 64%

211
150
163

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

Portions of RGB colors in percentages

R + G + B =
211 + 150 + 163 = 524 (100%)
R 211 of 524 ~ 40.27%
G 150 of 524 ~ 28.63%
B 163 of 524 ~ 31.11%

%40.27
%28.63
%31.11

CMYK color model

#D396A3 color CMYK value is (0,29,23,17).

  • cyan value is 0.00%
  • magenta value is 28.91%
  • yellow value is 22.75%
  • key color value is 17.25%
CMYK:
(0,29,23,17)
C0M29Y23K17 
(0%,29%,23%,17%)
(0.00/0.29/0.23/0.17)	

CMYK percentages

%0
%28.91
%22.75
%17.25

Codes

Color #D396A3 in popluar color models

D396A3
RGB211150163
HSL347°40.94%70.78%
HSB/HSV347°28.91%82.75%
CMYK0.00%28.91%22.75%
17.25%

Color #D396A3 in popluar number systems.

HEXD396A3
Decimal211150163
Binary110100111001011010100011
Octal323226243

Shades and tints

Shades of #D396A3

#D396A3
(211,150,163)
#C08995
(192,137,149)
#AD7C87
(173,124,135)
#9A6F79
(154,111,121)
#87626B
(135,98,107)
#74555D
(116,85,93)
#61484F
(97,72,79)
#4E3B41
(78,59,65)
#3B2E33
(59,46,51)
#282125
(40,33,37)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #D396A3

#D396A3
(211,150,163)
#D79FAB
(215,159,171)
#DBA8B3
(219,168,179)
#DFB1BB
(223,177,187)
#E3BAC3
(227,186,195)
#E7C3CB
(231,195,203)
#EBCCD3
(235,204,211)
#EFD5DB
(239,213,219)
#F3DEE3
(243,222,227)
#F7E7EB
(247,231,235)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D396A3 color. Also use rgb(211,150,163) instead hex code.

Text Font Color

.myTextColor { color: #D396A3; }

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

This text font color is #D396A3.


Background Color

.myBgColor { background-color: #D396A3; }

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

This div background color is #D396A3.


Border color

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

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

This div border color is #D396A3.


Opacity

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

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

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

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

This text has shadow with #D396A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D396A3 on black background.


Color preview on white background

This text has color #D396A3 on white background.



Black color preview on #D396A3 background

This text has black color on #D396A3 background.


White color preview on #D396A3 background

This text has white color on #D396A3 background.