COLOR #C6A3DB

HEX: #C6A3DB
RGB: (198,163,219)

Renk bilgisi

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

RGB renk modeli

#C6A3DB color RGB value is (198,163,219).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 163 of 255 = 64%
B 219 of 255 = 86%

198
163
219

R + G + B ~ 76%. #C6A3DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 163 + 219 = 580 (100%)
R 198 of 580 ~ 34.14%
G 163 of 580 ~ 28.1%
B 219 of 580 ~ 37.76%

%34.14
%28.1
%37.76

CMYK RENK MODELİ

#C6A3DB rengi CMYK tonu (10,26,0,14).

  • camgöbeği tonu 9.59%
  • eflatun tonu 25.57%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(10,26,0,14)
C10M26Y0K14 
(10%,26%,0%,14%)
(0.10/0.26/0.00/0.14)	

CMYK yüzdeleri

%9.59
%25.57
%0
%14.12

Codes

Color #C6A3DB in popluar color models

C6A3DB
RGB198163219
HSL278°43.75%74.90%
HSB/HSV278°25.57%85.88%
CMYK9.59%25.57%0.00%
14.12%

Color #C6A3DB in popluar number systems.

HEXC6A3DB
Decimal198163219
Binary110001101010001111011011
Octal306243333

Shades and tints

Shades of #C6A3DB

#C6A3DB
(198,163,219)
#B495C8
(180,149,200)
#A287B5
(162,135,181)
#9079A2
(144,121,162)
#7E6B8F
(126,107,143)
#6C5D7C
(108,93,124)
#5A4F69
(90,79,105)
#484156
(72,65,86)
#363343
(54,51,67)
#242530
(36,37,48)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #C6A3DB

#C6A3DB
(198,163,219)
#CBABDE
(203,171,222)
#D0B3E1
(208,179,225)
#D5BBE4
(213,187,228)
#DAC3E7
(218,195,231)
#DFCBEA
(223,203,234)
#E4D3ED
(228,211,237)
#E9DBF0
(233,219,240)
#EEE3F3
(238,227,243)
#F3EBF6
(243,235,246)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A3DB; }

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

This text font color is #C6A3DB.


Background Color

.myBgColor { background-color: #C6A3DB; }

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

This div background color is #C6A3DB.


Border color

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

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

This div border color is #C6A3DB.


Opacity

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

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

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

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

This text has shadow with #C6A3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A3DB on black background.


Color preview on white background

This text has color #C6A3DB on white background.



Black color preview on #C6A3DB background

This text has black color on #C6A3DB background.


White color preview on #C6A3DB background

This text has white color on #C6A3DB background.