COLOR #CD7EA7

HEX: #CD7EA7
RGB: (205,126,167)

Color info

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

RGB color model

#CD7EA7 color RGB value is (205,126,167).

  • red value is 205;
  • green value is 126;
  • blue value is 167.
RGB:
(205,126,167)
(80%,49%,65%)

RGB channels and saturation

R 205 of 255 = 80%
G 126 of 255 = 49%
B 167 of 255 = 65%

205
126
167

R + G + B ~ 65%. #CD7EA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 126 + 167 = 498 (100%)
R 205 of 498 ~ 41.16%
G 126 of 498 ~ 25.3%
B 167 of 498 ~ 33.53%

%41.16
%25.3
%33.53

CMYK color model

#CD7EA7 color CMYK value is (0,39,19,20).

  • cyan value is 0.00%
  • magenta value is 38.54%
  • yellow value is 18.54%
  • key color value is 19.61%
CMYK:
(0,39,19,20)
C0M39Y19K20 
(0%,39%,19%,20%)
(0.00/0.39/0.19/0.20)	

CMYK percentages

%0
%38.54
%18.54
%19.61

Codes

Color #CD7EA7 in popluar color models

CD7EA7
RGB205126167
HSL329°44.13%64.90%
HSB/HSV329°38.54%80.39%
CMYK0.00%38.54%18.54%
19.61%

Color #CD7EA7 in popluar number systems.

HEXCD7EA7
Decimal205126167
Binary11001101111111010100111
Octal315176247

Shades and tints

Shades of #CD7EA7

#CD7EA7
(205,126,167)
#BB7398
(187,115,152)
#A96889
(169,104,137)
#975D7A
(151,93,122)
#85526B
(133,82,107)
#73475C
(115,71,92)
#613C4D
(97,60,77)
#4F313E
(79,49,62)
#3D262F
(61,38,47)
#2B1B20
(43,27,32)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #CD7EA7

#CD7EA7
(205,126,167)
#D189AF
(209,137,175)
#D594B7
(213,148,183)
#D99FBF
(217,159,191)
#DDAAC7
(221,170,199)
#E1B5CF
(225,181,207)
#E5C0D7
(229,192,215)
#E9CBDF
(233,203,223)
#EDD6E7
(237,214,231)
#F1E1EF
(241,225,239)
#F5ECF7
(245,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD7EA7 color. Also use rgb(205,126,167) instead hex code.

Text Font Color

.myTextColor { color: #CD7EA7; }

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

This text font color is #CD7EA7.


Background Color

.myBgColor { background-color: #CD7EA7; }

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

This div background color is #CD7EA7.


Border color

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

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

This div border color is #CD7EA7.


Opacity

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

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

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

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

This text has shadow with #CD7EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD7EA7 on black background.


Color preview on white background

This text has color #CD7EA7 on white background.



Black color preview on #CD7EA7 background

This text has black color on #CD7EA7 background.


White color preview on #CD7EA7 background

This text has white color on #CD7EA7 background.