COLOR #D796CC

HEX: #D796CC RGB: (215,150,204)

Color info

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

RGB color model

#D796CC color RGB value is (215,150,204).

RGB: (215,150,204) (84%, 59%, 80%)

RGB channels and saturation

R 215 of 255 = 84%
G 150 of 255 = 59%
B 204 of 255 = 80%

215
150
204

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

Portions of RGB colors in percentages

R + G + B = 215 + 150 + 204 = 569 (100%)
R 215 of 569 ~ 37.79%
G 150 of 569 ~ 26.36%
B 204 of 569 ~ 35.85'%

%37.79
%26.36
%35.85

CMYK color model

#D796CC color CMYK value is (0,30,5,16).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 5.12%
  • key color value is 15.69%

CMYK: (0,30,5,16)
C0M30Y5K16 (0%, 30%, 5%, 16%)
(0.00 / 0.30 / 0.05 / 0.16)

CMYK percentages

%0
%30.23
%5.12
%15.69

Codes

Color #D796CC in popluar color models

D7 96 CC
RGB 215 150 204
HSL 310° 44.83% 71.57%
HSB/HSV 310° 30.23% 84.31%
CMYK 0.00% 30.23% 5.12%
15.69%

Color #D796CC in popluar number systems.

HEX D7 96 CC
Decimal 215 150 204
Binary 11010111 10010110 11001100
Octal 327 226 314

Shades and tints

Shades of #D796CC

#D796CC
(215,150,204)
#C489BA
(196,137,186)
#B17CA8
(177,124,168)
#9E6F96
(158,111,150)
#8B6284
(139,98,132)
#785572
(120,85,114)
#654860
(101,72,96)
#523B4E
(82,59,78)
#3F2E3C
(63,46,60)
#2C212A
(44,33,42)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #D796CC

#D796CC
(215,150,204)
#DA9FD0
(218,159,208)
#DDA8D4
(221,168,212)
#E0B1D8
(224,177,216)
#E3BADC
(227,186,220)
#E6C3E0
(230,195,224)
#E9CCE4
(233,204,228)
#ECD5E8
(236,213,232)
#EFDEEC
(239,222,236)
#F2E7F0
(242,231,240)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D796CC; }

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

This text font color is #D796CC.

Background Color

.myBgColor { background-color: #D796CC; }

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

This div background color is #D796CC.

Border color

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

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

This div border color is #D796CC.

Opacity

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

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

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

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

This text has shadow with #D796CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D796CC.

Preview

Color preview on black background

This text has color #D796CC on black background.


Color preview on white background

This text has color #D796CC on white background.


Black color preview on #D796CC background

This text has black color on #D796CC background.


White color preview on #D796CC background

This text has white color on #D796CC background.


Related colors

Complementary color

Complementary color for #hex is #286933.


I love getcolorcode.com

Triadic colors

1 #CCD796 and #96CCD7 with #D796CC are triadic colors.

2 #CC96D7 and #96D7CC with #D796CC are triadic colors.