COLOR #C47EAB

HEX: #C47EAB RGB: (196,126,171)

Color info

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

RGB color model

#C47EAB color RGB value is (196,126,171).

RGB: (196,126,171) (77%, 49%, 67%)

RGB channels and saturation

R 196 of 255 = 77%
G 126 of 255 = 49%
B 171 of 255 = 67%

196
126
171

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

Portions of RGB colors in percentages

R + G + B = 196 + 126 + 171 = 493 (100%)
R 196 of 493 ~ 39.76%
G 126 of 493 ~ 25.56%
B 171 of 493 ~ 34.69'%

%39.76
%25.56
%34.69

CMYK color model

#C47EAB color CMYK value is (0,36,13,23).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 12.76%
  • key color value is 23.14%
CMYK: (0,36,13,23) C0M36Y13K23 (0%,36%,13%,23%) (0.00/0.36/0.13/0.23) 

CMYK percentages

%0
%35.71
%12.76
%23.14

Codes

Color #C47EAB in popluar color models

C4 7E AB
RGB 196 126 171
HSL 321° 37.23% 63.14%
HSB/HSV 321° 35.71% 76.86%
CMYK 0.00% 35.71% 12.76%
23.14%

Color #C47EAB in popluar number systems.

HEX C4 7E AB
Decimal 196 126 171
Binary 11000100 1111110 10101011
Octal 304 176 253

Shades and tints

Shades of #C47EAB

#C47EAB
(196,126,171)
#B3739C
(179,115,156)
#A2688D
(162,104,141)
#915D7E
(145,93,126)
#80526F
(128,82,111)
#6F4760
(111,71,96)
#5E3C51
(94,60,81)
#4D3142
(77,49,66)
#3C2633
(60,38,51)
#2B1B24
(43,27,36)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #C47EAB

#C47EAB
(196,126,171)
#C989B2
(201,137,178)
#CE94B9
(206,148,185)
#D39FC0
(211,159,192)
#D8AAC7
(216,170,199)
#DDB5CE
(221,181,206)
#E2C0D5
(226,192,213)
#E7CBDC
(231,203,220)
#ECD6E3
(236,214,227)
#F1E1EA
(241,225,234)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47EAB; }

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

This text font color is #C47EAB.

Background Color

.myBgColor { background-color: #C47EAB; }

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

This div background color is #C47EAB.

Border color

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

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

This div border color is #C47EAB.

Opacity

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

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

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

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

This text has shadow with #C47EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47EAB.

Preview

Color preview on black background

This text has color #C47EAB on black background.


Color preview on white background

This text has color #C47EAB on white background.


Black color preview on #C47EAB background

This text has black color on #C47EAB background.


White color preview on #C47EAB background

This text has white color on #C47EAB background.


Related colors

Complementary color

Complementary color for #hex is #3B8154.


I love getcolorcode.com

Triadic colors

1 #ABC47E and #7EABC4 with #C47EAB are triadic colors.

2 #AB7EC4 and #7EC4AB with #C47EAB are triadic colors.