COLOR #C6ABDB

HEX: #C6ABDB
RGB: (198,171,219)

Renk bilgisi

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

RGB renk modeli

#C6ABDB color RGB value is (198,171,219).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 171 of 255 = 67%
B 219 of 255 = 86%

198
171
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 171 + 219 = 588 (100%)
R 198 of 588 ~ 33.67%
G 171 of 588 ~ 29.08%
B 219 of 588 ~ 37.24%

%33.67
%29.08
%37.24

CMYK RENK MODELİ

#C6ABDB rengi CMYK tonu (10,22,0,14).

  • camgöbeği tonu 9.59%
  • eflatun tonu 21.92%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(10,22,0,14)
C10M22Y0K14 
(10%,22%,0%,14%)
(0.10/0.22/0.00/0.14)	

CMYK yüzdeleri

%9.59
%21.92
%0
%14.12

Codes

Color #C6ABDB in popluar color models

C6ABDB
RGB198171219
HSL274°40.00%76.47%
HSB/HSV274°21.92%85.88%
CMYK9.59%21.92%0.00%
14.12%

Color #C6ABDB in popluar number systems.

HEXC6ABDB
Decimal198171219
Binary110001101010101111011011
Octal306253333

Shades and tints

Shades of #C6ABDB

#C6ABDB
(198,171,219)
#B49CC8
(180,156,200)
#A28DB5
(162,141,181)
#907EA2
(144,126,162)
#7E6F8F
(126,111,143)
#6C607C
(108,96,124)
#5A5169
(90,81,105)
#484256
(72,66,86)
#363343
(54,51,67)
#242430
(36,36,48)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #C6ABDB

#C6ABDB
(198,171,219)
#CBB2DE
(203,178,222)
#D0B9E1
(208,185,225)
#D5C0E4
(213,192,228)
#DAC7E7
(218,199,231)
#DFCEEA
(223,206,234)
#E4D5ED
(228,213,237)
#E9DCF0
(233,220,240)
#EEE3F3
(238,227,243)
#F3EAF6
(243,234,246)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ABDB; }

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

This text font color is #C6ABDB.


Background Color

.myBgColor { background-color: #C6ABDB; }

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

This div background color is #C6ABDB.


Border color

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

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

This div border color is #C6ABDB.


Opacity

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

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

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

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

This text has shadow with #C6ABDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ABDB on black background.


Color preview on white background

This text has color #C6ABDB on white background.



Black color preview on #C6ABDB background

This text has black color on #C6ABDB background.


White color preview on #C6ABDB background

This text has white color on #C6ABDB background.