COLOR #D396B0

HEX: #D396B0 RGB: (211,150,176)

Color info

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

RGB color model

#D396B0 color RGB value is (211,150,176).

RGB: (211,150,176) (83%, 59%, 69%)

RGB channels and saturation

R 211 of 255 = 83%
G 150 of 255 = 59%
B 176 of 255 = 69%

211
150
176

R + G + B ~ 70%. #D396B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 150 + 176 = 537 (100%)
R 211 of 537 ~ 39.29%
G 150 of 537 ~ 27.93%
B 176 of 537 ~ 32.77'%

%39.29
%27.93
%32.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.91%
  • yellow value is 16.59%
  • key color value is 17.25%

CMYK: (0,29,17,17)
C0M29Y17K17 (0%, 29%, 17%, 17%)
(0.00 / 0.29 / 0.17 / 0.17)

CMYK percentages

%0
%28.91
%16.59
%17.25

Codes

Color #D396B0 in popluar color models

D3 96 B0
RGB 211 150 176
HSL 334° 40.94% 70.78%
HSB/HSV 334° 28.91% 82.75%
CMYK 0.00% 28.91% 16.59%
17.25%

Color #D396B0 in popluar number systems.

HEX D3 96 B0
Decimal 211 150 176
Binary 11010011 10010110 10110000
Octal 323 226 260

Shades and tints

Shades of #D396B0

#D396B0
(211,150,176)
#C089A0
(192,137,160)
#AD7C90
(173,124,144)
#9A6F80
(154,111,128)
#876270
(135,98,112)
#745560
(116,85,96)
#614850
(97,72,80)
#4E3B40
(78,59,64)
#3B2E30
(59,46,48)
#282120
(40,33,32)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #D396B0

#D396B0
(211,150,176)
#D79FB7
(215,159,183)
#DBA8BE
(219,168,190)
#DFB1C5
(223,177,197)
#E3BACC
(227,186,204)
#E7C3D3
(231,195,211)
#EBCCDA
(235,204,218)
#EFD5E1
(239,213,225)
#F3DEE8
(243,222,232)
#F7E7EF
(247,231,239)
#FBF0F6
(251,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D396B0; }

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

This text font color is #D396B0.

Background Color

.myBgColor { background-color: #D396B0; }

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

This div background color is #D396B0.

Border color

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

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

This div border color is #D396B0.

Opacity

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

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

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

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

This text has shadow with #D396B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D396B0.

Preview

Color preview on black background

This text has color #D396B0 on black background.


Color preview on white background

This text has color #D396B0 on white background.


Black color preview on #D396B0 background

This text has black color on #D396B0 background.


White color preview on #D396B0 background

This text has white color on #D396B0 background.


Related colors

Complementary color

Complementary color for #hex is #2C694F.


I love getcolorcode.com

Triadic colors

1 #B0D396 and #96B0D3 with #D396B0 are triadic colors.

2 #B096D3 and #96D3B0 with #D396B0 are triadic colors.