COLOR #C6A1E4

HEX: #C6A1E4
RGB: (198,161,228)

Renk bilgisi

#C6A1E4 contains mainly red and blue colors. #C6A1E4 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C6A1E4 color RGB value is (198,161,228).

  • kırmız ton 198;
  • yeşil ton 161;
  • mavi ton 228.
RGB:
(198,161,228)
(78%,63%,89%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 161 of 255 = 63%
B 228 of 255 = 89%

198
161
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 161 + 228 = 587 (100%)
R 198 of 587 ~ 33.73%
G 161 of 587 ~ 27.43%
B 228 of 587 ~ 38.84%

%33.73
%27.43
%38.84

CMYK RENK MODELİ

#C6A1E4 rengi CMYK tonu (13,29,0,11).

  • camgöbeği tonu 13.16%
  • eflatun tonu 29.39%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(13,29,0,11)
C13M29Y0K11 
(13%,29%,0%,11%)
(0.13/0.29/0.00/0.11)	

CMYK yüzdeleri

%13.16
%29.39
%0
%10.59

Codes

Color #C6A1E4 in popluar color models

C6A1E4
RGB198161228
HSL273°55.37%76.27%
HSB/HSV273°29.39%89.41%
CMYK13.16%29.39%0.00%
10.59%

Color #C6A1E4 in popluar number systems.

HEXC6A1E4
Decimal198161228
Binary110001101010000111100100
Octal306241344

Shades and tints

Shades of #C6A1E4

#C6A1E4
(198,161,228)
#B493D0
(180,147,208)
#A285BC
(162,133,188)
#9077A8
(144,119,168)
#7E6994
(126,105,148)
#6C5B80
(108,91,128)
#5A4D6C
(90,77,108)
#483F58
(72,63,88)
#363144
(54,49,68)
#242330
(36,35,48)
#12151C
(18,21,28)
#000000
(0,0,0)

Tints of #C6A1E4

#C6A1E4
(198,161,228)
#CBA9E6
(203,169,230)
#D0B1E8
(208,177,232)
#D5B9EA
(213,185,234)
#DAC1EC
(218,193,236)
#DFC9EE
(223,201,238)
#E4D1F0
(228,209,240)
#E9D9F2
(233,217,242)
#EEE1F4
(238,225,244)
#F3E9F6
(243,233,246)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A1E4 color. Also use rgb(198,161,228) instead hex code.

Text Font Color

.myTextColor { color: #C6A1E4; }

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

This text font color is #C6A1E4.


Background Color

.myBgColor { background-color: #C6A1E4; }

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

This div background color is #C6A1E4.


Border color

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

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

This div border color is #C6A1E4.


Opacity

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

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

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

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

This text has shadow with #C6A1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A1E4 on black background.


Color preview on white background

This text has color #C6A1E4 on white background.



Black color preview on #C6A1E4 background

This text has black color on #C6A1E4 background.


White color preview on #C6A1E4 background

This text has white color on #C6A1E4 background.