COLOR #D496B8

HEX: #D496B8
RGB: (212,150,184)

Color info

#D496B8 contains mainly red and blue colors. Web safe color of #D496B8 is #CC99CC (or #C9C).

RGB color model

#D496B8 color RGB value is (212,150,184).

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

RGB channels and saturation

R 212 of 255 = 83%
G 150 of 255 = 59%
B 184 of 255 = 72%

212
150
184

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

Portions of RGB colors in percentages

R + G + B =
212 + 150 + 184 = 546 (100%)
R 212 of 546 ~ 38.83%
G 150 of 546 ~ 27.47%
B 184 of 546 ~ 33.7%

%38.83
%27.47
%33.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.25%
  • yellow value is 13.21%
  • key color value is 16.86%
CMYK:
(0,29,13,17)
C0M29Y13K17 
(0%,29%,13%,17%)
(0.00/0.29/0.13/0.17)	

CMYK percentages

%0
%29.25
%13.21
%16.86

Codes

Color #D496B8 in popluar color models

D496B8
RGB212150184
HSL327°41.89%70.98%
HSB/HSV327°29.25%83.14%
CMYK0.00%29.25%13.21%
16.86%

Color #D496B8 in popluar number systems.

HEXD496B8
Decimal212150184
Binary110101001001011010111000
Octal324226270

Shades and tints

Shades of #D496B8

#D496B8
(212,150,184)
#C189A8
(193,137,168)
#AE7C98
(174,124,152)
#9B6F88
(155,111,136)
#886278
(136,98,120)
#755568
(117,85,104)
#624858
(98,72,88)
#4F3B48
(79,59,72)
#3C2E38
(60,46,56)
#292128
(41,33,40)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #D496B8

#D496B8
(212,150,184)
#D79FBE
(215,159,190)
#DAA8C4
(218,168,196)
#DDB1CA
(221,177,202)
#E0BAD0
(224,186,208)
#E3C3D6
(227,195,214)
#E6CCDC
(230,204,220)
#E9D5E2
(233,213,226)
#ECDEE8
(236,222,232)
#EFE7EE
(239,231,238)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D496B8; }

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

This text font color is #D496B8.


Background Color

.myBgColor { background-color: #D496B8; }

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

This div background color is #D496B8.


Border color

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

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

This div border color is #D496B8.


Opacity

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

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

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

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

This text has shadow with #D496B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D496B8 on black background.


Color preview on white background

This text has color #D496B8 on white background.



Black color preview on #D496B8 background

This text has black color on #D496B8 background.


White color preview on #D496B8 background

This text has white color on #D496B8 background.