COLOR #C6ADE0

HEX: #C6ADE0
RGB: (198,173,224)

Renk bilgisi

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

RGB renk modeli

#C6ADE0 color RGB value is (198,173,224).

  • kırmız ton 198;
  • yeşil ton 173;
  • mavi ton 224.
RGB:
(198,173,224)
(78%,68%,88%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 173 of 255 = 68%
B 224 of 255 = 88%

198
173
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 173 + 224 = 595 (100%)
R 198 of 595 ~ 33.28%
G 173 of 595 ~ 29.08%
B 224 of 595 ~ 37.65%

%33.28
%29.08
%37.65

CMYK RENK MODELİ

#C6ADE0 rengi CMYK tonu (12,23,0,12).

  • camgöbeği tonu 11.61%
  • eflatun tonu 22.77%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(12,23,0,12)
C12M23Y0K12 
(12%,23%,0%,12%)
(0.12/0.23/0.00/0.12)	

CMYK yüzdeleri

%11.61
%22.77
%0
%12.16

Codes

Color #C6ADE0 in popluar color models

C6ADE0
RGB198173224
HSL269°45.13%77.84%
HSB/HSV269°22.77%87.84%
CMYK11.61%22.77%0.00%
12.16%

Color #C6ADE0 in popluar number systems.

HEXC6ADE0
Decimal198173224
Binary110001101010110111100000
Octal306255340

Shades and tints

Shades of #C6ADE0

#C6ADE0
(198,173,224)
#B49ECC
(180,158,204)
#A28FB8
(162,143,184)
#9080A4
(144,128,164)
#7E7190
(126,113,144)
#6C627C
(108,98,124)
#5A5368
(90,83,104)
#484454
(72,68,84)
#363540
(54,53,64)
#24262C
(36,38,44)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6ADE0

#C6ADE0
(198,173,224)
#CBB4E2
(203,180,226)
#D0BBE4
(208,187,228)
#D5C2E6
(213,194,230)
#DAC9E8
(218,201,232)
#DFD0EA
(223,208,234)
#E4D7EC
(228,215,236)
#E9DEEE
(233,222,238)
#EEE5F0
(238,229,240)
#F3ECF2
(243,236,242)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6ADE0 color. Also use rgb(198,173,224) instead hex code.

Text Font Color

.myTextColor { color: #C6ADE0; }

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

This text font color is #C6ADE0.


Background Color

.myBgColor { background-color: #C6ADE0; }

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

This div background color is #C6ADE0.


Border color

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

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

This div border color is #C6ADE0.


Opacity

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

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

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

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

This text has shadow with #C6ADE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ADE0 on black background.


Color preview on white background

This text has color #C6ADE0 on white background.



Black color preview on #C6ADE0 background

This text has black color on #C6ADE0 background.


White color preview on #C6ADE0 background

This text has white color on #C6ADE0 background.