COLOR #D496CC

HEX: #D496CC
RGB: (212,150,204)

Color info

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

RGB color model

#D496CC color RGB value is (212,150,204).

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

RGB channels and saturation

R 212 of 255 = 83%
G 150 of 255 = 59%
B 204 of 255 = 80%

212
150
204

R + G + B ~ 74%. #D496CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 150 + 204 = 566 (100%)
R 212 of 566 ~ 37.46%
G 150 of 566 ~ 26.5%
B 204 of 566 ~ 36.04%

%37.46
%26.5
%36.04

CMYK color model

#D496CC color CMYK value is (0,29,4,17).

  • cyan value is 0.00%
  • magenta value is 29.25%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(0,29,4,17)
C0M29Y4K17 
(0%,29%,4%,17%)
(0.00/0.29/0.04/0.17)	

CMYK percentages

%0
%29.25
%3.77
%16.86

Codes

Color #D496CC in popluar color models

D496CC
RGB212150204
HSL308°41.89%70.98%
HSB/HSV308°29.25%83.14%
CMYK0.00%29.25%3.77%
16.86%

Color #D496CC in popluar number systems.

HEXD496CC
Decimal212150204
Binary110101001001011011001100
Octal324226314

Shades and tints

Shades of #D496CC

#D496CC
(212,150,204)
#C189BA
(193,137,186)
#AE7CA8
(174,124,168)
#9B6F96
(155,111,150)
#886284
(136,98,132)
#755572
(117,85,114)
#624860
(98,72,96)
#4F3B4E
(79,59,78)
#3C2E3C
(60,46,60)
#29212A
(41,33,42)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #D496CC

#D496CC
(212,150,204)
#D79FD0
(215,159,208)
#DAA8D4
(218,168,212)
#DDB1D8
(221,177,216)
#E0BADC
(224,186,220)
#E3C3E0
(227,195,224)
#E6CCE4
(230,204,228)
#E9D5E8
(233,213,232)
#ECDEEC
(236,222,236)
#EFE7F0
(239,231,240)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D496CC; }

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

This text font color is #D496CC.


Background Color

.myBgColor { background-color: #D496CC; }

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

This div background color is #D496CC.


Border color

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

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

This div border color is #D496CC.


Opacity

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

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

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

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

This text has shadow with #D496CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D496CC on black background.


Color preview on white background

This text has color #D496CC on white background.



Black color preview on #D496CC background

This text has black color on #D496CC background.


White color preview on #D496CC background

This text has white color on #D496CC background.