COLOR #D296AA

HEX: #D296AA RGB: (210,150,170)

Color info

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

RGB color model

#D296AA color RGB value is (210,150,170).

RGB: (210,150,170) (82%, 59%, 67%)

RGB channels and saturation

R 210 of 255 = 82%
G 150 of 255 = 59%
B 170 of 255 = 67%

210
150
170

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

Portions of RGB colors in percentages

R + G + B = 210 + 150 + 170 = 530 (100%)
R 210 of 530 ~ 39.62%
G 150 of 530 ~ 28.3%
B 170 of 530 ~ 32.08'%

%39.62
%28.3
%32.08

CMYK color model

#D296AA color CMYK value is (0,29,19,18).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 19.05%
  • key color value is 17.65%

CMYK: (0,29,19,18)
C0M29Y19K18 (0%, 29%, 19%, 18%)
(0.00 / 0.29 / 0.19 / 0.18)

CMYK percentages

%0
%28.57
%19.05
%17.65

Codes

Color #D296AA in popluar color models

D2 96 AA
RGB 210 150 170
HSL 340° 40.00% 70.59%
HSB/HSV 340° 28.57% 82.35%
CMYK 0.00% 28.57% 19.05%
17.65%

Color #D296AA in popluar number systems.

HEX D2 96 AA
Decimal 210 150 170
Binary 11010010 10010110 10101010
Octal 322 226 252

Shades and tints

Shades of #D296AA

#D296AA
(210,150,170)
#BF899B
(191,137,155)
#AC7C8C
(172,124,140)
#996F7D
(153,111,125)
#86626E
(134,98,110)
#73555F
(115,85,95)
#604850
(96,72,80)
#4D3B41
(77,59,65)
#3A2E32
(58,46,50)
#272123
(39,33,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #D296AA

#D296AA
(210,150,170)
#D69FB1
(214,159,177)
#DAA8B8
(218,168,184)
#DEB1BF
(222,177,191)
#E2BAC6
(226,186,198)
#E6C3CD
(230,195,205)
#EACCD4
(234,204,212)
#EED5DB
(238,213,219)
#F2DEE2
(242,222,226)
#F6E7E9
(246,231,233)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D296AA color. Also use rgb(210,150,170) instead hex code.

Text Font Color

.myTextColor { color: #D296AA; }

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

This text font color is #D296AA.

Background Color

.myBgColor { background-color: #D296AA; }

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

This div background color is #D296AA.

Border color

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

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

This div border color is #D296AA.

Opacity

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

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

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

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

This text has shadow with #D296AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D296AA.

Preview

Color preview on black background

This text has color #D296AA on black background.


Color preview on white background

This text has color #D296AA on white background.


Black color preview on #D296AA background

This text has black color on #D296AA background.


White color preview on #D296AA background

This text has white color on #D296AA background.


Related colors

Complementary color

Complementary color for #hex is #2D6955.


I love getcolorcode.com

Triadic colors

1 #AAD296 and #96AAD2 with #D296AA are triadic colors.

2 #AA96D2 and #96D2AA with #D296AA are triadic colors.