COLOR #C6AAD7

HEX: #C6AAD7
RGB: (198,170,215)

Renk bilgisi

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

RGB renk modeli

#C6AAD7 color RGB value is (198,170,215).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 170 of 255 = 67%
B 215 of 255 = 84%

198
170
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 170 + 215 = 583 (100%)
R 198 of 583 ~ 33.96%
G 170 of 583 ~ 29.16%
B 215 of 583 ~ 36.88%

%33.96
%29.16
%36.88

CMYK RENK MODELİ

#C6AAD7 rengi CMYK tonu (8,21,0,16).

  • camgöbeği tonu 7.91%
  • eflatun tonu 20.93%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(8,21,0,16)
C8M21Y0K16 
(8%,21%,0%,16%)
(0.08/0.21/0.00/0.16)	

CMYK yüzdeleri

%7.91
%20.93
%0
%15.69

Codes

Color #C6AAD7 in popluar color models

C6AAD7
RGB198170215
HSL277°36.00%75.49%
HSB/HSV277°20.93%84.31%
CMYK7.91%20.93%0.00%
15.69%

Color #C6AAD7 in popluar number systems.

HEXC6AAD7
Decimal198170215
Binary110001101010101011010111
Octal306252327

Shades and tints

Shades of #C6AAD7

#C6AAD7
(198,170,215)
#B49BC4
(180,155,196)
#A28CB1
(162,140,177)
#907D9E
(144,125,158)
#7E6E8B
(126,110,139)
#6C5F78
(108,95,120)
#5A5065
(90,80,101)
#484152
(72,65,82)
#36323F
(54,50,63)
#24232C
(36,35,44)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #C6AAD7

#C6AAD7
(198,170,215)
#CBB1DA
(203,177,218)
#D0B8DD
(208,184,221)
#D5BFE0
(213,191,224)
#DAC6E3
(218,198,227)
#DFCDE6
(223,205,230)
#E4D4E9
(228,212,233)
#E9DBEC
(233,219,236)
#EEE2EF
(238,226,239)
#F3E9F2
(243,233,242)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AAD7; }

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

This text font color is #C6AAD7.


Background Color

.myBgColor { background-color: #C6AAD7; }

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

This div background color is #C6AAD7.


Border color

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

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

This div border color is #C6AAD7.


Opacity

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

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

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

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

This text has shadow with #C6AAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AAD7 on black background.


Color preview on white background

This text has color #C6AAD7 on white background.



Black color preview on #C6AAD7 background

This text has black color on #C6AAD7 background.


White color preview on #C6AAD7 background

This text has white color on #C6AAD7 background.