COLOR #C46DAE

HEX: #C46DAE
RGB: (196,109,174)

Renk bilgisi

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

RGB renk modeli

#C46DAE color RGB value is (196,109,174).

  • kırmız ton 196;
  • yeşil ton 109;
  • mavi ton 174.
RGB:
(196,109,174)
(77%,43%,68%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 109 of 255 = 43%
B 174 of 255 = 68%

196
109
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 109 + 174 = 479 (100%)
R 196 of 479 ~ 40.92%
G 109 of 479 ~ 22.76%
B 174 of 479 ~ 36.33%

%40.92
%22.76
%36.33

CMYK RENK MODELİ

#C46DAE rengi CMYK tonu (0,44,11,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.39%
  • sarı tonu 11.22%
  • ana renk tonu 23.14%
CMYK:
(0,44,11,23)
C0M44Y11K23 
(0%,44%,11%,23%)
(0.00/0.44/0.11/0.23)	

CMYK yüzdeleri

%0
%44.39
%11.22
%23.14

Codes

Color #C46DAE in popluar color models

C46DAE
RGB196109174
HSL315°42.44%59.80%
HSB/HSV315°44.39%76.86%
CMYK0.00%44.39%11.22%
23.14%

Color #C46DAE in popluar number systems.

HEXC46DAE
Decimal196109174
Binary11000100110110110101110
Octal304155256

Shades and tints

Shades of #C46DAE

#C46DAE
(196,109,174)
#B3649F
(179,100,159)
#A25B90
(162,91,144)
#915281
(145,82,129)
#804972
(128,73,114)
#6F4063
(111,64,99)
#5E3754
(94,55,84)
#4D2E45
(77,46,69)
#3C2536
(60,37,54)
#2B1C27
(43,28,39)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #C46DAE

#C46DAE
(196,109,174)
#C97AB5
(201,122,181)
#CE87BC
(206,135,188)
#D394C3
(211,148,195)
#D8A1CA
(216,161,202)
#DDAED1
(221,174,209)
#E2BBD8
(226,187,216)
#E7C8DF
(231,200,223)
#ECD5E6
(236,213,230)
#F1E2ED
(241,226,237)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46DAE color. Also use rgb(196,109,174) instead hex code.

Text Font Color

.myTextColor { color: #C46DAE; }

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

This text font color is #C46DAE.


Background Color

.myBgColor { background-color: #C46DAE; }

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

This div background color is #C46DAE.


Border color

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

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

This div border color is #C46DAE.


Opacity

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

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

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

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

This text has shadow with #C46DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46DAE on black background.


Color preview on white background

This text has color #C46DAE on white background.



Black color preview on #C46DAE background

This text has black color on #C46DAE background.


White color preview on #C46DAE background

This text has white color on #C46DAE background.