COLOR #CD76A8

HEX: #CD76A8
RGB: (205,118,168)

Color info

#CD76A8 contains mainly red and blue colors. Web safe color of #CD76A8 is #CC6699 (or #C69).

RGB color model

#CD76A8 color RGB value is (205,118,168).

  • red value is 205;
  • green value is 118;
  • blue value is 168.
RGB:
(205,118,168)
(80%,46%,66%)

RGB channels and saturation

R 205 of 255 = 80%
G 118 of 255 = 46%
B 168 of 255 = 66%

205
118
168

R + G + B ~ 64%. #CD76A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 118 + 168 = 491 (100%)
R 205 of 491 ~ 41.75%
G 118 of 491 ~ 24.03%
B 168 of 491 ~ 34.22%

%41.75
%24.03
%34.22

CMYK color model

#CD76A8 color CMYK value is (0,42,18,20).

  • cyan value is 0.00%
  • magenta value is 42.44%
  • yellow value is 18.05%
  • key color value is 19.61%
CMYK:
(0,42,18,20)
C0M42Y18K20 
(0%,42%,18%,20%)
(0.00/0.42/0.18/0.20)	

CMYK percentages

%0
%42.44
%18.05
%19.61

Codes

Color #CD76A8 in popluar color models

CD76A8
RGB205118168
HSL326°46.52%63.33%
HSB/HSV326°42.44%80.39%
CMYK0.00%42.44%18.05%
19.61%

Color #CD76A8 in popluar number systems.

HEXCD76A8
Decimal205118168
Binary11001101111011010101000
Octal315166250

Shades and tints

Shades of #CD76A8

#CD76A8
(205,118,168)
#BB6C99
(187,108,153)
#A9628A
(169,98,138)
#97587B
(151,88,123)
#854E6C
(133,78,108)
#73445D
(115,68,93)
#613A4E
(97,58,78)
#4F303F
(79,48,63)
#3D2630
(61,38,48)
#2B1C21
(43,28,33)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #CD76A8

#CD76A8
(205,118,168)
#D182AF
(209,130,175)
#D58EB6
(213,142,182)
#D99ABD
(217,154,189)
#DDA6C4
(221,166,196)
#E1B2CB
(225,178,203)
#E5BED2
(229,190,210)
#E9CAD9
(233,202,217)
#EDD6E0
(237,214,224)
#F1E2E7
(241,226,231)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD76A8 color. Also use rgb(205,118,168) instead hex code.

Text Font Color

.myTextColor { color: #CD76A8; }

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

This text font color is #CD76A8.


Background Color

.myBgColor { background-color: #CD76A8; }

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

This div background color is #CD76A8.


Border color

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

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

This div border color is #CD76A8.


Opacity

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

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

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

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

This text has shadow with #CD76A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD76A8 on black background.


Color preview on white background

This text has color #CD76A8 on white background.



Black color preview on #CD76A8 background

This text has black color on #CD76A8 background.


White color preview on #CD76A8 background

This text has white color on #CD76A8 background.