COLOR #C6AAF7

HEX: #C6AAF7
RGB: (198,170,247)

Renk bilgisi

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

RGB renk modeli

#C6AAF7 color RGB value is (198,170,247).

  • kırmız ton 198;
  • yeşil ton 170;
  • mavi ton 247.
RGB:
(198,170,247)
(78%,67%,97%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 170 of 255 = 67%
B 247 of 255 = 97%

198
170
247

R + G + B ~ 81%. #C6AAF7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 170 + 247 = 615 (100%)
R 198 of 615 ~ 32.2%
G 170 of 615 ~ 27.64%
B 247 of 615 ~ 40.16%

%32.2
%27.64
%40.16

CMYK RENK MODELİ

#C6AAF7 rengi CMYK tonu (20,31,0,3).

  • camgöbeği tonu 19.84%
  • eflatun tonu 31.17%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(20,31,0,3)
C20M31Y0K3 
(20%,31%,0%,3%)
(0.20/0.31/0.00/0.03)	

CMYK yüzdeleri

%19.84
%31.17
%0
%3.14

Codes

Color #C6AAF7 in popluar color models

C6AAF7
RGB198170247
HSL262°82.80%81.76%
HSB/HSV262°31.17%96.86%
CMYK19.84%31.17%0.00%
3.14%

Color #C6AAF7 in popluar number systems.

HEXC6AAF7
Decimal198170247
Binary110001101010101011110111
Octal306252367

Shades and tints

Shades of #C6AAF7

#C6AAF7
(198,170,247)
#B49BE1
(180,155,225)
#A28CCB
(162,140,203)
#907DB5
(144,125,181)
#7E6E9F
(126,110,159)
#6C5F89
(108,95,137)
#5A5073
(90,80,115)
#48415D
(72,65,93)
#363247
(54,50,71)
#242331
(36,35,49)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #C6AAF7

#C6AAF7
(198,170,247)
#CBB1F7
(203,177,247)
#D0B8F7
(208,184,247)
#D5BFF7
(213,191,247)
#DAC6F7
(218,198,247)
#DFCDF7
(223,205,247)
#E4D4F7
(228,212,247)
#E9DBF7
(233,219,247)
#EEE2F7
(238,226,247)
#F3E9F7
(243,233,247)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AAF7 color. Also use rgb(198,170,247) instead hex code.

Text Font Color

.myTextColor { color: #C6AAF7; }

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

This text font color is #C6AAF7.


Background Color

.myBgColor { background-color: #C6AAF7; }

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

This div background color is #C6AAF7.


Border color

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

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

This div border color is #C6AAF7.


Opacity

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

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

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

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

This text has shadow with #C6AAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AAF7 on black background.


Color preview on white background

This text has color #C6AAF7 on white background.



Black color preview on #C6AAF7 background

This text has black color on #C6AAF7 background.


White color preview on #C6AAF7 background

This text has white color on #C6AAF7 background.