COLOR #C6A5EB

HEX: #C6A5EB
RGB: (198,165,235)

Renk bilgisi

#C6A5EB contains mainly red and blue colors. #C6A5EB ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#C6A5EB color RGB value is (198,165,235).

  • kırmız ton 198;
  • yeşil ton 165;
  • mavi ton 235.
RGB:
(198,165,235)
(78%,65%,92%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 165 of 255 = 65%
B 235 of 255 = 92%

198
165
235

R + G + B ~ 78%. #C6A5EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 165 + 235 = 598 (100%)
R 198 of 598 ~ 33.11%
G 165 of 598 ~ 27.59%
B 235 of 598 ~ 39.3%

%33.11
%27.59
%39.3

CMYK RENK MODELİ

#C6A5EB rengi CMYK tonu (16,30,0,8).

  • camgöbeği tonu 15.74%
  • eflatun tonu 29.79%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(16,30,0,8)
C16M30Y0K8 
(16%,30%,0%,8%)
(0.16/0.30/0.00/0.08)	

CMYK yüzdeleri

%15.74
%29.79
%0
%7.84

Codes

Color #C6A5EB in popluar color models

C6A5EB
RGB198165235
HSL268°63.64%78.43%
HSB/HSV268°29.79%92.16%
CMYK15.74%29.79%0.00%
7.84%

Color #C6A5EB in popluar number systems.

HEXC6A5EB
Decimal198165235
Binary110001101010010111101011
Octal306245353

Shades and tints

Shades of #C6A5EB

#C6A5EB
(198,165,235)
#B496D6
(180,150,214)
#A287C1
(162,135,193)
#9078AC
(144,120,172)
#7E6997
(126,105,151)
#6C5A82
(108,90,130)
#5A4B6D
(90,75,109)
#483C58
(72,60,88)
#362D43
(54,45,67)
#241E2E
(36,30,46)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #C6A5EB

#C6A5EB
(198,165,235)
#CBADEC
(203,173,236)
#D0B5ED
(208,181,237)
#D5BDEE
(213,189,238)
#DAC5EF
(218,197,239)
#DFCDF0
(223,205,240)
#E4D5F1
(228,213,241)
#E9DDF2
(233,221,242)
#EEE5F3
(238,229,243)
#F3EDF4
(243,237,244)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A5EB; }

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

This text font color is #C6A5EB.


Background Color

.myBgColor { background-color: #C6A5EB; }

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

This div background color is #C6A5EB.


Border color

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

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

This div border color is #C6A5EB.


Opacity

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

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

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

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

This text has shadow with #C6A5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A5EB on black background.


Color preview on white background

This text has color #C6A5EB on white background.



Black color preview on #C6A5EB background

This text has black color on #C6A5EB background.


White color preview on #C6A5EB background

This text has white color on #C6A5EB background.