COLOR #C6A5B4

HEX: #C6A5B4
RGB: (198,165,180)

Renk bilgisi

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

RGB renk modeli

#C6A5B4 color RGB value is (198,165,180).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 165 of 255 = 65%
B 180 of 255 = 71%

198
165
180

R + G + B ~ 71%. #C6A5B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 165 + 180 = 543 (100%)
R 198 of 543 ~ 36.46%
G 165 of 543 ~ 30.39%
B 180 of 543 ~ 33.15%

%36.46
%30.39
%33.15

CMYK RENK MODELİ

#C6A5B4 rengi CMYK tonu (0,17,9,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.67%
  • sarı tonu 9.09%
  • ana renk tonu 22.35%
CMYK:
(0,17,9,22)
C0M17Y9K22 
(0%,17%,9%,22%)
(0.00/0.17/0.09/0.22)	

CMYK yüzdeleri

%0
%16.67
%9.09
%22.35

Codes

Color #C6A5B4 in popluar color models

C6A5B4
RGB198165180
HSL333°22.45%71.18%
HSB/HSV333°16.67%77.65%
CMYK0.00%16.67%9.09%
22.35%

Color #C6A5B4 in popluar number systems.

HEXC6A5B4
Decimal198165180
Binary110001101010010110110100
Octal306245264

Shades and tints

Shades of #C6A5B4

#C6A5B4
(198,165,180)
#B496A4
(180,150,164)
#A28794
(162,135,148)
#907884
(144,120,132)
#7E6974
(126,105,116)
#6C5A64
(108,90,100)
#5A4B54
(90,75,84)
#483C44
(72,60,68)
#362D34
(54,45,52)
#241E24
(36,30,36)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #C6A5B4

#C6A5B4
(198,165,180)
#CBADBA
(203,173,186)
#D0B5C0
(208,181,192)
#D5BDC6
(213,189,198)
#DAC5CC
(218,197,204)
#DFCDD2
(223,205,210)
#E4D5D8
(228,213,216)
#E9DDDE
(233,221,222)
#EEE5E4
(238,229,228)
#F3EDEA
(243,237,234)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A5B4; }

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

This text font color is #C6A5B4.


Background Color

.myBgColor { background-color: #C6A5B4; }

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

This div background color is #C6A5B4.


Border color

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

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

This div border color is #C6A5B4.


Opacity

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

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

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

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

This text has shadow with #C6A5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A5B4 on black background.


Color preview on white background

This text has color #C6A5B4 on white background.



Black color preview on #C6A5B4 background

This text has black color on #C6A5B4 background.


White color preview on #C6A5B4 background

This text has white color on #C6A5B4 background.