COLOR #D496B3

HEX: #D496B3
RGB: (212,150,179)

Color info

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

RGB color model

#D496B3 color RGB value is (212,150,179).

  • red value is 212;
  • green value is 150;
  • blue value is 179.
RGB:
(212,150,179)
(83%,59%,70%)

RGB channels and saturation

R 212 of 255 = 83%
G 150 of 255 = 59%
B 179 of 255 = 70%

212
150
179

R + G + B ~ 71%. #D496B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 150 + 179 = 541 (100%)
R 212 of 541 ~ 39.19%
G 150 of 541 ~ 27.73%
B 179 of 541 ~ 33.09%

%39.19
%27.73
%33.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.25%
  • yellow value is 15.57%
  • key color value is 16.86%
CMYK:
(0,29,16,17)
C0M29Y16K17 
(0%,29%,16%,17%)
(0.00/0.29/0.16/0.17)	

CMYK percentages

%0
%29.25
%15.57
%16.86

Codes

Color #D496B3 in popluar color models

D496B3
RGB212150179
HSL332°41.89%70.98%
HSB/HSV332°29.25%83.14%
CMYK0.00%29.25%15.57%
16.86%

Color #D496B3 in popluar number systems.

HEXD496B3
Decimal212150179
Binary110101001001011010110011
Octal324226263

Shades and tints

Shades of #D496B3

#D496B3
(212,150,179)
#C189A3
(193,137,163)
#AE7C93
(174,124,147)
#9B6F83
(155,111,131)
#886273
(136,98,115)
#755563
(117,85,99)
#624853
(98,72,83)
#4F3B43
(79,59,67)
#3C2E33
(60,46,51)
#292123
(41,33,35)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #D496B3

#D496B3
(212,150,179)
#D79FB9
(215,159,185)
#DAA8BF
(218,168,191)
#DDB1C5
(221,177,197)
#E0BACB
(224,186,203)
#E3C3D1
(227,195,209)
#E6CCD7
(230,204,215)
#E9D5DD
(233,213,221)
#ECDEE3
(236,222,227)
#EFE7E9
(239,231,233)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D496B3; }

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

This text font color is #D496B3.


Background Color

.myBgColor { background-color: #D496B3; }

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

This div background color is #D496B3.


Border color

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

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

This div border color is #D496B3.


Opacity

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

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

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

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

This text has shadow with #D496B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D496B3 on black background.


Color preview on white background

This text has color #D496B3 on white background.



Black color preview on #D496B3 background

This text has black color on #D496B3 background.


White color preview on #D496B3 background

This text has white color on #D496B3 background.