COLOR #C6ACC6

HEX: #C6ACC6
RGB: (198,172,198)

Renk bilgisi

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

RGB renk modeli

#C6ACC6 color RGB value is (198,172,198).

  • kırmız ton 198;
  • yeşil ton 172;
  • mavi ton 198.
RGB:
(198,172,198)
(78%,67%,78%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 172 of 255 = 67%
B 198 of 255 = 78%

198
172
198

R + G + B ~ 74%. #C6ACC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 172 + 198 = 568 (100%)
R 198 of 568 ~ 34.86%
G 172 of 568 ~ 30.28%
B 198 of 568 ~ 34.86%

%34.86
%30.28
%34.86

CMYK RENK MODELİ

#C6ACC6 rengi CMYK tonu (0,13,0,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.13%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(0,13,0,22)
C0M13Y0K22 
(0%,13%,0%,22%)
(0.00/0.13/0.00/0.22)	

CMYK yüzdeleri

%0
%13.13
%0
%22.35

Codes

Color #C6ACC6 in popluar color models

C6ACC6
RGB198172198
HSL300°18.57%72.55%
HSB/HSV300°13.13%77.65%
CMYK0.00%13.13%0.00%
22.35%

Color #C6ACC6 in popluar number systems.

HEXC6ACC6
Decimal198172198
Binary110001101010110011000110
Octal306254306

Shades and tints

Shades of #C6ACC6

#C6ACC6
(198,172,198)
#B49DB4
(180,157,180)
#A28EA2
(162,142,162)
#907F90
(144,127,144)
#7E707E
(126,112,126)
#6C616C
(108,97,108)
#5A525A
(90,82,90)
#484348
(72,67,72)
#363436
(54,52,54)
#242524
(36,37,36)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #C6ACC6

#C6ACC6
(198,172,198)
#CBB3CB
(203,179,203)
#D0BAD0
(208,186,208)
#D5C1D5
(213,193,213)
#DAC8DA
(218,200,218)
#DFCFDF
(223,207,223)
#E4D6E4
(228,214,228)
#E9DDE9
(233,221,233)
#EEE4EE
(238,228,238)
#F3EBF3
(243,235,243)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ACC6; }

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

This text font color is #C6ACC6.


Background Color

.myBgColor { background-color: #C6ACC6; }

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

This div background color is #C6ACC6.


Border color

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

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

This div border color is #C6ACC6.


Opacity

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

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

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

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

This text has shadow with #C6ACC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ACC6 on black background.


Color preview on white background

This text has color #C6ACC6 on white background.



Black color preview on #C6ACC6 background

This text has black color on #C6ACC6 background.


White color preview on #C6ACC6 background

This text has white color on #C6ACC6 background.