COLOR #C47FA3

HEX: #C47FA3
RGB: (196,127,163)

Renk bilgisi

#C47FA3 contains mainly red and blue colors. #C47FA3 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C47FA3 color RGB value is (196,127,163).

  • kırmız ton 196;
  • yeşil ton 127;
  • mavi ton 163.
RGB:
(196,127,163)
(77%,50%,64%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 127 of 255 = 50%
B 163 of 255 = 64%

196
127
163

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 127 + 163 = 486 (100%)
R 196 of 486 ~ 40.33%
G 127 of 486 ~ 26.13%
B 163 of 486 ~ 33.54%

%40.33
%26.13
%33.54

CMYK RENK MODELİ

#C47FA3 rengi CMYK tonu (0,35,17,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.20%
  • sarı tonu 16.84%
  • ana renk tonu 23.14%
CMYK:
(0,35,17,23)
C0M35Y17K23 
(0%,35%,17%,23%)
(0.00/0.35/0.17/0.23)	

CMYK yüzdeleri

%0
%35.2
%16.84
%23.14

Codes

Color #C47FA3 in popluar color models

C47FA3
RGB196127163
HSL329°36.90%63.33%
HSB/HSV329°35.20%76.86%
CMYK0.00%35.20%16.84%
23.14%

Color #C47FA3 in popluar number systems.

HEXC47FA3
Decimal196127163
Binary11000100111111110100011
Octal304177243

Shades and tints

Shades of #C47FA3

#C47FA3
(196,127,163)
#B37495
(179,116,149)
#A26987
(162,105,135)
#915E79
(145,94,121)
#80536B
(128,83,107)
#6F485D
(111,72,93)
#5E3D4F
(94,61,79)
#4D3241
(77,50,65)
#3C2733
(60,39,51)
#2B1C25
(43,28,37)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #C47FA3

#C47FA3
(196,127,163)
#C98AAB
(201,138,171)
#CE95B3
(206,149,179)
#D3A0BB
(211,160,187)
#D8ABC3
(216,171,195)
#DDB6CB
(221,182,203)
#E2C1D3
(226,193,211)
#E7CCDB
(231,204,219)
#ECD7E3
(236,215,227)
#F1E2EB
(241,226,235)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47FA3 color. Also use rgb(196,127,163) instead hex code.

Text Font Color

.myTextColor { color: #C47FA3; }

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

This text font color is #C47FA3.


Background Color

.myBgColor { background-color: #C47FA3; }

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

This div background color is #C47FA3.


Border color

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

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

This div border color is #C47FA3.


Opacity

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

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

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

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

This text has shadow with #C47FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47FA3 on black background.


Color preview on white background

This text has color #C47FA3 on white background.



Black color preview on #C47FA3 background

This text has black color on #C47FA3 background.


White color preview on #C47FA3 background

This text has white color on #C47FA3 background.