COLOR #C47EA7

HEX: #C47EA7
RGB: (196,126,167)

Color info

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

RGB color model

#C47EA7 color RGB value is (196,126,167).

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

RGB channels and saturation

R 196 of 255 = 77%
G 126 of 255 = 49%
B 167 of 255 = 65%

196
126
167

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

Portions of RGB colors in percentages

R + G + B =
196 + 126 + 167 = 489 (100%)
R 196 of 489 ~ 40.08%
G 126 of 489 ~ 25.77%
B 167 of 489 ~ 34.15%

%40.08
%25.77
%34.15

CMYK color model

#C47EA7 color CMYK value is (0,36,15,23).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 14.80%
  • key color value is 23.14%
CMYK:
(0,36,15,23)
C0M36Y15K23 
(0%,36%,15%,23%)
(0.00/0.36/0.15/0.23)	

CMYK percentages

%0
%35.71
%14.8
%23.14

Codes

Color #C47EA7 in popluar color models

C47EA7
RGB196126167
HSL325°37.23%63.14%
HSB/HSV325°35.71%76.86%
CMYK0.00%35.71%14.80%
23.14%

Color #C47EA7 in popluar number systems.

HEXC47EA7
Decimal196126167
Binary11000100111111010100111
Octal304176247

Shades and tints

Shades of #C47EA7

#C47EA7
(196,126,167)
#B37398
(179,115,152)
#A26889
(162,104,137)
#915D7A
(145,93,122)
#80526B
(128,82,107)
#6F475C
(111,71,92)
#5E3C4D
(94,60,77)
#4D313E
(77,49,62)
#3C262F
(60,38,47)
#2B1B20
(43,27,32)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #C47EA7

#C47EA7
(196,126,167)
#C989AF
(201,137,175)
#CE94B7
(206,148,183)
#D39FBF
(211,159,191)
#D8AAC7
(216,170,199)
#DDB5CF
(221,181,207)
#E2C0D7
(226,192,215)
#E7CBDF
(231,203,223)
#ECD6E7
(236,214,231)
#F1E1EF
(241,225,239)
#F6ECF7
(246,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47EA7; }

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

This text font color is #C47EA7.


Background Color

.myBgColor { background-color: #C47EA7; }

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

This div background color is #C47EA7.


Border color

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

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

This div border color is #C47EA7.


Opacity

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

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

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

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

This text has shadow with #C47EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47EA7 on black background.


Color preview on white background

This text has color #C47EA7 on white background.



Black color preview on #C47EA7 background

This text has black color on #C47EA7 background.


White color preview on #C47EA7 background

This text has white color on #C47EA7 background.