COLOR #C6ABDA

HEX: #C6ABDA
RGB: (198,171,218)

Renk bilgisi

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

RGB renk modeli

#C6ABDA color RGB value is (198,171,218).

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

RGB bağlantıları ve doygunluk

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

198
171
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 171 + 218 = 587 (100%)
R 198 of 587 ~ 33.73%
G 171 of 587 ~ 29.13%
B 218 of 587 ~ 37.14%

%33.73
%29.13
%37.14

CMYK RENK MODELİ

#C6ABDA rengi CMYK tonu (9,22,0,15).

  • camgöbeği tonu 9.17%
  • eflatun tonu 21.56%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(9,22,0,15)
C9M22Y0K15 
(9%,22%,0%,15%)
(0.09/0.22/0.00/0.15)	

CMYK yüzdeleri

%9.17
%21.56
%0
%14.51

Codes

Color #C6ABDA in popluar color models

C6ABDA
RGB198171218
HSL274°38.84%76.27%
HSB/HSV274°21.56%85.49%
CMYK9.17%21.56%0.00%
14.51%

Color #C6ABDA in popluar number systems.

HEXC6ABDA
Decimal198171218
Binary110001101010101111011010
Octal306253332

Shades and tints

Shades of #C6ABDA

#C6ABDA
(198,171,218)
#B49CC7
(180,156,199)
#A28DB4
(162,141,180)
#907EA1
(144,126,161)
#7E6F8E
(126,111,142)
#6C607B
(108,96,123)
#5A5168
(90,81,104)
#484255
(72,66,85)
#363342
(54,51,66)
#24242F
(36,36,47)
#12151C
(18,21,28)
#000000
(0,0,0)

Tints of #C6ABDA

#C6ABDA
(198,171,218)
#CBB2DD
(203,178,221)
#D0B9E0
(208,185,224)
#D5C0E3
(213,192,227)
#DAC7E6
(218,199,230)
#DFCEE9
(223,206,233)
#E4D5EC
(228,213,236)
#E9DCEF
(233,220,239)
#EEE3F2
(238,227,242)
#F3EAF5
(243,234,245)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ABDA; }

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

This text font color is #C6ABDA.


Background Color

.myBgColor { background-color: #C6ABDA; }

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

This div background color is #C6ABDA.


Border color

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

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

This div border color is #C6ABDA.


Opacity

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

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

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

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

This text has shadow with #C6ABDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ABDA on black background.


Color preview on white background

This text has color #C6ABDA on white background.



Black color preview on #C6ABDA background

This text has black color on #C6ABDA background.


White color preview on #C6ABDA background

This text has white color on #C6ABDA background.