COLOR #C47DA6

HEX: #C47DA6
RGB: (196,125,166)

Renk bilgisi

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

RGB renk modeli

#C47DA6 color RGB value is (196,125,166).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 125 of 255 = 49%
B 166 of 255 = 65%

196
125
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 125 + 166 = 487 (100%)
R 196 of 487 ~ 40.25%
G 125 of 487 ~ 25.67%
B 166 of 487 ~ 34.09%

%40.25
%25.67
%34.09

CMYK RENK MODELİ

#C47DA6 rengi CMYK tonu (0,36,15,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.22%
  • sarı tonu 15.31%
  • ana renk tonu 23.14%
CMYK:
(0,36,15,23)
C0M36Y15K23 
(0%,36%,15%,23%)
(0.00/0.36/0.15/0.23)	

CMYK yüzdeleri

%0
%36.22
%15.31
%23.14

Codes

Color #C47DA6 in popluar color models

C47DA6
RGB196125166
HSL325°37.57%62.94%
HSB/HSV325°36.22%76.86%
CMYK0.00%36.22%15.31%
23.14%

Color #C47DA6 in popluar number systems.

HEXC47DA6
Decimal196125166
Binary11000100111110110100110
Octal304175246

Shades and tints

Shades of #C47DA6

#C47DA6
(196,125,166)
#B37297
(179,114,151)
#A26788
(162,103,136)
#915C79
(145,92,121)
#80516A
(128,81,106)
#6F465B
(111,70,91)
#5E3B4C
(94,59,76)
#4D303D
(77,48,61)
#3C252E
(60,37,46)
#2B1A1F
(43,26,31)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #C47DA6

#C47DA6
(196,125,166)
#C988AE
(201,136,174)
#CE93B6
(206,147,182)
#D39EBE
(211,158,190)
#D8A9C6
(216,169,198)
#DDB4CE
(221,180,206)
#E2BFD6
(226,191,214)
#E7CADE
(231,202,222)
#ECD5E6
(236,213,230)
#F1E0EE
(241,224,238)
#F6EBF6
(246,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47DA6; }

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

This text font color is #C47DA6.


Background Color

.myBgColor { background-color: #C47DA6; }

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

This div background color is #C47DA6.


Border color

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

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

This div border color is #C47DA6.


Opacity

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

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

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

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

This text has shadow with #C47DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47DA6 on black background.


Color preview on white background

This text has color #C47DA6 on white background.



Black color preview on #C47DA6 background

This text has black color on #C47DA6 background.


White color preview on #C47DA6 background

This text has white color on #C47DA6 background.