COLOR #D496AB

HEX: #D496AB RGB: (212,150,171)

Color info

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

RGB color model

#D496AB color RGB value is (212,150,171).

RGB: (212,150,171) (83%, 59%, 67%)

RGB channels and saturation

R 212 of 255 = 83%
G 150 of 255 = 59%
B 171 of 255 = 67%

212
150
171

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

Portions of RGB colors in percentages

R + G + B = 212 + 150 + 171 = 533 (100%)
R 212 of 533 ~ 39.77%
G 150 of 533 ~ 28.14%
B 171 of 533 ~ 32.08'%

%39.77
%28.14
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.25%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK: (0,29,19,17) C0M29Y19K17 (0%,29%,19%,17%) (0.00/0.29/0.19/0.17) 

CMYK percentages

%0
%29.25
%19.34
%16.86

Codes

Color #D496AB in popluar color models

D4 96 AB
RGB 212 150 171
HSL 340° 41.89% 70.98%
HSB/HSV 340° 29.25% 83.14%
CMYK 0.00% 29.25% 19.34%
16.86%

Color #D496AB in popluar number systems.

HEX D4 96 AB
Decimal 212 150 171
Binary 11010100 10010110 10101011
Octal 324 226 253

Shades and tints

Shades of #D496AB

#D496AB
(212,150,171)
#C1899C
(193,137,156)
#AE7C8D
(174,124,141)
#9B6F7E
(155,111,126)
#88626F
(136,98,111)
#755560
(117,85,96)
#624851
(98,72,81)
#4F3B42
(79,59,66)
#3C2E33
(60,46,51)
#292124
(41,33,36)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #D496AB

#D496AB
(212,150,171)
#D79FB2
(215,159,178)
#DAA8B9
(218,168,185)
#DDB1C0
(221,177,192)
#E0BAC7
(224,186,199)
#E3C3CE
(227,195,206)
#E6CCD5
(230,204,213)
#E9D5DC
(233,213,220)
#ECDEE3
(236,222,227)
#EFE7EA
(239,231,234)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D496AB color. Also use rgb(212,150,171) instead hex code.

Text Font Color

.myTextColor { color: #D496AB; }

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

This text font color is #D496AB.

Background Color

.myBgColor { background-color: #D496AB; }

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

This div background color is #D496AB.

Border color

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

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

This div border color is #D496AB.

Opacity

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

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

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

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

This text has shadow with #D496AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D496AB.

Preview

Color preview on black background

This text has color #D496AB on black background.


Color preview on white background

This text has color #D496AB on white background.


Black color preview on #D496AB background

This text has black color on #D496AB background.


White color preview on #D496AB background

This text has white color on #D496AB background.


Related colors

Complementary color

Complementary color for #hex is #2B6954.


I love getcolorcode.com

Triadic colors

1 #ABD496 and #96ABD4 with #D496AB are triadic colors.

2 #AB96D4 and #96D4AB with #D496AB are triadic colors.