COLOR #D296A2

HEX: #D296A2 RGB: (210,150,162)

Color info

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

RGB color model

#D296A2 color RGB value is (210,150,162).

RGB: (210,150,162) (82%, 59%, 64%)

RGB channels and saturation

R 210 of 255 = 82%
G 150 of 255 = 59%
B 162 of 255 = 64%

210
150
162

R + G + B ~ 68%. #D296A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 150 + 162 = 522 (100%)
R 210 of 522 ~ 40.23%
G 150 of 522 ~ 28.74%
B 162 of 522 ~ 31.03'%

%40.23
%28.74
%31.03

CMYK color model

#D296A2 color CMYK value is (0,29,23,18).

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

CMYK: (0,29,23,18)
C0M29Y23K18 (0%, 29%, 23%, 18%)
(0.00 / 0.29 / 0.23 / 0.18)

CMYK percentages

%0
%28.57
%22.86
%17.65

Codes

Color #D296A2 in popluar color models

D2 96 A2
RGB 210 150 162
HSL 348° 40.00% 70.59%
HSB/HSV 348° 28.57% 82.35%
CMYK 0.00% 28.57% 22.86%
17.65%

Color #D296A2 in popluar number systems.

HEX D2 96 A2
Decimal 210 150 162
Binary 11010010 10010110 10100010
Octal 322 226 242

Shades and tints

Shades of #D296A2

#D296A2
(210,150,162)
#BF8994
(191,137,148)
#AC7C86
(172,124,134)
#996F78
(153,111,120)
#86626A
(134,98,106)
#73555C
(115,85,92)
#60484E
(96,72,78)
#4D3B40
(77,59,64)
#3A2E32
(58,46,50)
#272124
(39,33,36)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #D296A2

#D296A2
(210,150,162)
#D69FAA
(214,159,170)
#DAA8B2
(218,168,178)
#DEB1BA
(222,177,186)
#E2BAC2
(226,186,194)
#E6C3CA
(230,195,202)
#EACCD2
(234,204,210)
#EED5DA
(238,213,218)
#F2DEE2
(242,222,226)
#F6E7EA
(246,231,234)
#FAF0F2
(250,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D296A2; }

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

This text font color is #D296A2.

Background Color

.myBgColor { background-color: #D296A2; }

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

This div background color is #D296A2.

Border color

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

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

This div border color is #D296A2.

Opacity

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

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

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

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

This text has shadow with #D296A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D296A2.

Preview

Color preview on black background

This text has color #D296A2 on black background.


Color preview on white background

This text has color #D296A2 on white background.


Black color preview on #D296A2 background

This text has black color on #D296A2 background.


White color preview on #D296A2 background

This text has white color on #D296A2 background.


Related colors

Complementary color

Complementary color for #hex is #2D695D.


I love getcolorcode.com

Triadic colors

1 #A2D296 and #96A2D2 with #D296A2 are triadic colors.

2 #A296D2 and #96D2A2 with #D296A2 are triadic colors.