COLOR #C6ABD9

HEX: #C6ABD9
RGB: (198,171,217)

Renk bilgisi

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

RGB renk modeli

#C6ABD9 color RGB value is (198,171,217).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 171 of 255 = 67%
B 217 of 255 = 85%

198
171
217

R + G + B ~ 77%. #C6ABD9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 171 + 217 = 586 (100%)
R 198 of 586 ~ 33.79%
G 171 of 586 ~ 29.18%
B 217 of 586 ~ 37.03%

%33.79
%29.18
%37.03

CMYK RENK MODELİ

#C6ABD9 rengi CMYK tonu (9,21,0,15).

  • camgöbeği tonu 8.76%
  • eflatun tonu 21.20%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(9,21,0,15)
C9M21Y0K15 
(9%,21%,0%,15%)
(0.09/0.21/0.00/0.15)	

CMYK yüzdeleri

%8.76
%21.2
%0
%14.9

Codes

Color #C6ABD9 in popluar color models

C6ABD9
RGB198171217
HSL275°37.70%76.08%
HSB/HSV275°21.20%85.10%
CMYK8.76%21.20%0.00%
14.90%

Color #C6ABD9 in popluar number systems.

HEXC6ABD9
Decimal198171217
Binary110001101010101111011001
Octal306253331

Shades and tints

Shades of #C6ABD9

#C6ABD9
(198,171,217)
#B49CC6
(180,156,198)
#A28DB3
(162,141,179)
#907EA0
(144,126,160)
#7E6F8D
(126,111,141)
#6C607A
(108,96,122)
#5A5167
(90,81,103)
#484254
(72,66,84)
#363341
(54,51,65)
#24242E
(36,36,46)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #C6ABD9

#C6ABD9
(198,171,217)
#CBB2DC
(203,178,220)
#D0B9DF
(208,185,223)
#D5C0E2
(213,192,226)
#DAC7E5
(218,199,229)
#DFCEE8
(223,206,232)
#E4D5EB
(228,213,235)
#E9DCEE
(233,220,238)
#EEE3F1
(238,227,241)
#F3EAF4
(243,234,244)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ABD9; }

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

This text font color is #C6ABD9.


Background Color

.myBgColor { background-color: #C6ABD9; }

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

This div background color is #C6ABD9.


Border color

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

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

This div border color is #C6ABD9.


Opacity

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

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

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

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

This text has shadow with #C6ABD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ABD9 on black background.


Color preview on white background

This text has color #C6ABD9 on white background.



Black color preview on #C6ABD9 background

This text has black color on #C6ABD9 background.


White color preview on #C6ABD9 background

This text has white color on #C6ABD9 background.