COLOR #C6A5CE

HEX: #C6A5CE
RGB: (198,165,206)

Renk bilgisi

#C6A5CE contains red, green and blue colors in about the same proportion. #C6A5CE ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C6A5CE color RGB value is (198,165,206).

  • kırmız ton 198;
  • yeşil ton 165;
  • mavi ton 206.
RGB:
(198,165,206)
(78%,65%,81%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 165 of 255 = 65%
B 206 of 255 = 81%

198
165
206

R + G + B ~ 75%. #C6A5CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 165 + 206 = 569 (100%)
R 198 of 569 ~ 34.8%
G 165 of 569 ~ 29%
B 206 of 569 ~ 36.2%

%34.8
%29
%36.2

CMYK RENK MODELİ

#C6A5CE rengi CMYK tonu (4,20,0,19).

  • camgöbeği tonu 3.88%
  • eflatun tonu 19.90%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(4,20,0,19)
C4M20Y0K19 
(4%,20%,0%,19%)
(0.04/0.20/0.00/0.19)	

CMYK yüzdeleri

%3.88
%19.9
%0
%19.22

Codes

Color #C6A5CE in popluar color models

C6A5CE
RGB198165206
HSL288°29.50%72.75%
HSB/HSV288°19.90%80.78%
CMYK3.88%19.90%0.00%
19.22%

Color #C6A5CE in popluar number systems.

HEXC6A5CE
Decimal198165206
Binary110001101010010111001110
Octal306245316

Shades and tints

Shades of #C6A5CE

#C6A5CE
(198,165,206)
#B496BC
(180,150,188)
#A287AA
(162,135,170)
#907898
(144,120,152)
#7E6986
(126,105,134)
#6C5A74
(108,90,116)
#5A4B62
(90,75,98)
#483C50
(72,60,80)
#362D3E
(54,45,62)
#241E2C
(36,30,44)
#120F1A
(18,15,26)
#000000
(0,0,0)

Tints of #C6A5CE

#C6A5CE
(198,165,206)
#CBADD2
(203,173,210)
#D0B5D6
(208,181,214)
#D5BDDA
(213,189,218)
#DAC5DE
(218,197,222)
#DFCDE2
(223,205,226)
#E4D5E6
(228,213,230)
#E9DDEA
(233,221,234)
#EEE5EE
(238,229,238)
#F3EDF2
(243,237,242)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A5CE color. Also use rgb(198,165,206) instead hex code.

Text Font Color

.myTextColor { color: #C6A5CE; }

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

This text font color is #C6A5CE.


Background Color

.myBgColor { background-color: #C6A5CE; }

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

This div background color is #C6A5CE.


Border color

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

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

This div border color is #C6A5CE.


Opacity

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

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

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

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

This text has shadow with #C6A5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A5CE on black background.


Color preview on white background

This text has color #C6A5CE on white background.



Black color preview on #C6A5CE background

This text has black color on #C6A5CE background.


White color preview on #C6A5CE background

This text has white color on #C6A5CE background.