COLOR #D196DC

HEX: #D196DC
RGB: (209,150,220)

Color info

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

RGB color model

#D196DC color RGB value is (209,150,220).

  • red value is 209;
  • green value is 150;
  • blue value is 220.
RGB:
(209,150,220)
(82%,59%,86%)

RGB channels and saturation

R 209 of 255 = 82%
G 150 of 255 = 59%
B 220 of 255 = 86%

209
150
220

R + G + B ~ 76%. #D196DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 150 + 220 = 579 (100%)
R 209 of 579 ~ 36.1%
G 150 of 579 ~ 25.91%
B 220 of 579 ~ 38%

%36.1
%25.91
%38

CMYK color model

#D196DC color CMYK value is (5,32,0,14).

  • cyan value is 5.00%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(5,32,0,14)
C5M32Y0K14 
(5%,32%,0%,14%)
(0.05/0.32/0.00/0.14)	

CMYK percentages

%5
%31.82
%0
%13.73

Codes

Color #D196DC in popluar color models

D196DC
RGB209150220
HSL291°50.00%72.55%
HSB/HSV291°31.82%86.27%
CMYK5.00%31.82%0.00%
13.73%

Color #D196DC in popluar number systems.

HEXD196DC
Decimal209150220
Binary110100011001011011011100
Octal321226334

Shades and tints

Shades of #D196DC

#D196DC
(209,150,220)
#BE89C8
(190,137,200)
#AB7CB4
(171,124,180)
#986FA0
(152,111,160)
#85628C
(133,98,140)
#725578
(114,85,120)
#5F4864
(95,72,100)
#4C3B50
(76,59,80)
#392E3C
(57,46,60)
#262128
(38,33,40)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #D196DC

#D196DC
(209,150,220)
#D59FDF
(213,159,223)
#D9A8E2
(217,168,226)
#DDB1E5
(221,177,229)
#E1BAE8
(225,186,232)
#E5C3EB
(229,195,235)
#E9CCEE
(233,204,238)
#EDD5F1
(237,213,241)
#F1DEF4
(241,222,244)
#F5E7F7
(245,231,247)
#F9F0FA
(249,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D196DC color. Also use rgb(209,150,220) instead hex code.

Text Font Color

.myTextColor { color: #D196DC; }

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

This text font color is #D196DC.


Background Color

.myBgColor { background-color: #D196DC; }

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

This div background color is #D196DC.


Border color

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

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

This div border color is #D196DC.


Opacity

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

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

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

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

This text has shadow with #D196DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D196DC on black background.


Color preview on white background

This text has color #D196DC on white background.



Black color preview on #D196DC background

This text has black color on #D196DC background.


White color preview on #D196DC background

This text has white color on #D196DC background.