COLOR #C47DA4

HEX: #C47DA4
RGB: (196,125,164)

Renk bilgisi

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

RGB renk modeli

#C47DA4 color RGB value is (196,125,164).

  • kırmız ton 196;
  • yeşil ton 125;
  • mavi ton 164.
RGB:
(196,125,164)
(77%,49%,64%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 125 of 255 = 49%
B 164 of 255 = 64%

196
125
164

R + G + B ~ 63%. #C47DA4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 125 + 164 = 485 (100%)
R 196 of 485 ~ 40.41%
G 125 of 485 ~ 25.77%
B 164 of 485 ~ 33.81%

%40.41
%25.77
%33.81

CMYK RENK MODELİ

#C47DA4 rengi CMYK tonu (0,36,16,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.22%
  • sarı tonu 16.33%
  • ana renk tonu 23.14%
CMYK:
(0,36,16,23)
C0M36Y16K23 
(0%,36%,16%,23%)
(0.00/0.36/0.16/0.23)	

CMYK yüzdeleri

%0
%36.22
%16.33
%23.14

Codes

Color #C47DA4 in popluar color models

C47DA4
RGB196125164
HSL327°37.57%62.94%
HSB/HSV327°36.22%76.86%
CMYK0.00%36.22%16.33%
23.14%

Color #C47DA4 in popluar number systems.

HEXC47DA4
Decimal196125164
Binary11000100111110110100100
Octal304175244

Shades and tints

Shades of #C47DA4

#C47DA4
(196,125,164)
#B37296
(179,114,150)
#A26788
(162,103,136)
#915C7A
(145,92,122)
#80516C
(128,81,108)
#6F465E
(111,70,94)
#5E3B50
(94,59,80)
#4D3042
(77,48,66)
#3C2534
(60,37,52)
#2B1A26
(43,26,38)
#1A0F18
(26,15,24)
#000000
(0,0,0)

Tints of #C47DA4

#C47DA4
(196,125,164)
#C988AC
(201,136,172)
#CE93B4
(206,147,180)
#D39EBC
(211,158,188)
#D8A9C4
(216,169,196)
#DDB4CC
(221,180,204)
#E2BFD4
(226,191,212)
#E7CADC
(231,202,220)
#ECD5E4
(236,213,228)
#F1E0EC
(241,224,236)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47DA4 color. Also use rgb(196,125,164) instead hex code.

Text Font Color

.myTextColor { color: #C47DA4; }

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

This text font color is #C47DA4.


Background Color

.myBgColor { background-color: #C47DA4; }

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

This div background color is #C47DA4.


Border color

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

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

This div border color is #C47DA4.


Opacity

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

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

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

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

This text has shadow with #C47DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47DA4 on black background.


Color preview on white background

This text has color #C47DA4 on white background.



Black color preview on #C47DA4 background

This text has black color on #C47DA4 background.


White color preview on #C47DA4 background

This text has white color on #C47DA4 background.