COLOR #C6A9D7

HEX: #C6A9D7
RGB: (198,169,215)

Renk bilgisi

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

RGB renk modeli

#C6A9D7 color RGB value is (198,169,215).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 169 of 255 = 66%
B 215 of 255 = 84%

198
169
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 169 + 215 = 582 (100%)
R 198 of 582 ~ 34.02%
G 169 of 582 ~ 29.04%
B 215 of 582 ~ 36.94%

%34.02
%29.04
%36.94

CMYK RENK MODELİ

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

  • camgöbeği tonu 7.91%
  • eflatun tonu 21.40%
  • 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
%21.4
%0
%15.69

Codes

Color #C6A9D7 in popluar color models

C6A9D7
RGB198169215
HSL278°36.51%75.29%
HSB/HSV278°21.40%84.31%
CMYK7.91%21.40%0.00%
15.69%

Color #C6A9D7 in popluar number systems.

HEXC6A9D7
Decimal198169215
Binary110001101010100111010111
Octal306251327

Shades and tints

Shades of #C6A9D7

#C6A9D7
(198,169,215)
#B49AC4
(180,154,196)
#A28BB1
(162,139,177)
#907C9E
(144,124,158)
#7E6D8B
(126,109,139)
#6C5E78
(108,94,120)
#5A4F65
(90,79,101)
#484052
(72,64,82)
#36313F
(54,49,63)
#24222C
(36,34,44)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #C6A9D7

#C6A9D7
(198,169,215)
#CBB0DA
(203,176,218)
#D0B7DD
(208,183,221)
#D5BEE0
(213,190,224)
#DAC5E3
(218,197,227)
#DFCCE6
(223,204,230)
#E4D3E9
(228,211,233)
#E9DAEC
(233,218,236)
#EEE1EF
(238,225,239)
#F3E8F2
(243,232,242)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A9D7; }

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

This text font color is #C6A9D7.


Background Color

.myBgColor { background-color: #C6A9D7; }

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

This div background color is #C6A9D7.


Border color

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

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

This div border color is #C6A9D7.


Opacity

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

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

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

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

This text has shadow with #C6A9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A9D7 on black background.


Color preview on white background

This text has color #C6A9D7 on white background.



Black color preview on #C6A9D7 background

This text has black color on #C6A9D7 background.


White color preview on #C6A9D7 background

This text has white color on #C6A9D7 background.