COLOR #C6A9E1

HEX: #C6A9E1
RGB: (198,169,225)

Renk bilgisi

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

RGB renk modeli

#C6A9E1 color RGB value is (198,169,225).

  • kırmız ton 198;
  • yeşil ton 169;
  • mavi ton 225.
RGB:
(198,169,225)
(78%,66%,88%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 169 of 255 = 66%
B 225 of 255 = 88%

198
169
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 169 + 225 = 592 (100%)
R 198 of 592 ~ 33.45%
G 169 of 592 ~ 28.55%
B 225 of 592 ~ 38.01%

%33.45
%28.55
%38.01

CMYK RENK MODELİ

#C6A9E1 rengi CMYK tonu (12,25,0,12).

  • camgöbeği tonu 12.00%
  • eflatun tonu 24.89%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(12,25,0,12)
C12M25Y0K12 
(12%,25%,0%,12%)
(0.12/0.25/0.00/0.12)	

CMYK yüzdeleri

%12
%24.89
%0
%11.76

Codes

Color #C6A9E1 in popluar color models

C6A9E1
RGB198169225
HSL271°48.28%77.25%
HSB/HSV271°24.89%88.24%
CMYK12.00%24.89%0.00%
11.76%

Color #C6A9E1 in popluar number systems.

HEXC6A9E1
Decimal198169225
Binary110001101010100111100001
Octal306251341

Shades and tints

Shades of #C6A9E1

#C6A9E1
(198,169,225)
#B49ACD
(180,154,205)
#A28BB9
(162,139,185)
#907CA5
(144,124,165)
#7E6D91
(126,109,145)
#6C5E7D
(108,94,125)
#5A4F69
(90,79,105)
#484055
(72,64,85)
#363141
(54,49,65)
#24222D
(36,34,45)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #C6A9E1

#C6A9E1
(198,169,225)
#CBB0E3
(203,176,227)
#D0B7E5
(208,183,229)
#D5BEE7
(213,190,231)
#DAC5E9
(218,197,233)
#DFCCEB
(223,204,235)
#E4D3ED
(228,211,237)
#E9DAEF
(233,218,239)
#EEE1F1
(238,225,241)
#F3E8F3
(243,232,243)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A9E1 color. Also use rgb(198,169,225) instead hex code.

Text Font Color

.myTextColor { color: #C6A9E1; }

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

This text font color is #C6A9E1.


Background Color

.myBgColor { background-color: #C6A9E1; }

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

This div background color is #C6A9E1.


Border color

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

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

This div border color is #C6A9E1.


Opacity

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

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

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

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

This text has shadow with #C6A9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A9E1 on black background.


Color preview on white background

This text has color #C6A9E1 on white background.



Black color preview on #C6A9E1 background

This text has black color on #C6A9E1 background.


White color preview on #C6A9E1 background

This text has white color on #C6A9E1 background.