COLOR #C6A9E2

HEX: #C6A9E2
RGB: (198,169,226)

Renk bilgisi

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

RGB renk modeli

#C6A9E2 color RGB value is (198,169,226).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 169 of 255 = 66%
B 226 of 255 = 89%

198
169
226

R + G + B ~ 78%. #C6A9E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 169 + 226 = 593 (100%)
R 198 of 593 ~ 33.39%
G 169 of 593 ~ 28.5%
B 226 of 593 ~ 38.11%

%33.39
%28.5
%38.11

CMYK RENK MODELİ

#C6A9E2 rengi CMYK tonu (12,25,0,11).

  • camgöbeği tonu 12.39%
  • eflatun tonu 25.22%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(12,25,0,11)
C12M25Y0K11 
(12%,25%,0%,11%)
(0.12/0.25/0.00/0.11)	

CMYK yüzdeleri

%12.39
%25.22
%0
%11.37

Codes

Color #C6A9E2 in popluar color models

C6A9E2
RGB198169226
HSL271°49.57%77.45%
HSB/HSV271°25.22%88.63%
CMYK12.39%25.22%0.00%
11.37%

Color #C6A9E2 in popluar number systems.

HEXC6A9E2
Decimal198169226
Binary110001101010100111100010
Octal306251342

Shades and tints

Shades of #C6A9E2

#C6A9E2
(198,169,226)
#B49ACE
(180,154,206)
#A28BBA
(162,139,186)
#907CA6
(144,124,166)
#7E6D92
(126,109,146)
#6C5E7E
(108,94,126)
#5A4F6A
(90,79,106)
#484056
(72,64,86)
#363142
(54,49,66)
#24222E
(36,34,46)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #C6A9E2

#C6A9E2
(198,169,226)
#CBB0E4
(203,176,228)
#D0B7E6
(208,183,230)
#D5BEE8
(213,190,232)
#DAC5EA
(218,197,234)
#DFCCEC
(223,204,236)
#E4D3EE
(228,211,238)
#E9DAF0
(233,218,240)
#EEE1F2
(238,225,242)
#F3E8F4
(243,232,244)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A9E2; }

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

This text font color is #C6A9E2.


Background Color

.myBgColor { background-color: #C6A9E2; }

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

This div background color is #C6A9E2.


Border color

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

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

This div border color is #C6A9E2.


Opacity

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

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

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

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

This text has shadow with #C6A9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A9E2 on black background.


Color preview on white background

This text has color #C6A9E2 on white background.



Black color preview on #C6A9E2 background

This text has black color on #C6A9E2 background.


White color preview on #C6A9E2 background

This text has white color on #C6A9E2 background.