COLOR #C6ADD0

HEX: #C6ADD0
RGB: (198,173,208)

Renk bilgisi

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

RGB renk modeli

#C6ADD0 color RGB value is (198,173,208).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 173 of 255 = 68%
B 208 of 255 = 82%

198
173
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 173 + 208 = 579 (100%)
R 198 of 579 ~ 34.2%
G 173 of 579 ~ 29.88%
B 208 of 579 ~ 35.92%

%34.2
%29.88
%35.92

CMYK RENK MODELİ

#C6ADD0 rengi CMYK tonu (5,17,0,18).

  • camgöbeği tonu 4.81%
  • eflatun tonu 16.83%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(5,17,0,18)
C5M17Y0K18 
(5%,17%,0%,18%)
(0.05/0.17/0.00/0.18)	

CMYK yüzdeleri

%4.81
%16.83
%0
%18.43

Codes

Color #C6ADD0 in popluar color models

C6ADD0
RGB198173208
HSL283°27.13%74.71%
HSB/HSV283°16.83%81.57%
CMYK4.81%16.83%0.00%
18.43%

Color #C6ADD0 in popluar number systems.

HEXC6ADD0
Decimal198173208
Binary110001101010110111010000
Octal306255320

Shades and tints

Shades of #C6ADD0

#C6ADD0
(198,173,208)
#B49EBE
(180,158,190)
#A28FAC
(162,143,172)
#90809A
(144,128,154)
#7E7188
(126,113,136)
#6C6276
(108,98,118)
#5A5364
(90,83,100)
#484452
(72,68,82)
#363540
(54,53,64)
#24262E
(36,38,46)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #C6ADD0

#C6ADD0
(198,173,208)
#CBB4D4
(203,180,212)
#D0BBD8
(208,187,216)
#D5C2DC
(213,194,220)
#DAC9E0
(218,201,224)
#DFD0E4
(223,208,228)
#E4D7E8
(228,215,232)
#E9DEEC
(233,222,236)
#EEE5F0
(238,229,240)
#F3ECF4
(243,236,244)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADD0; }

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

This text font color is #C6ADD0.


Background Color

.myBgColor { background-color: #C6ADD0; }

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

This div background color is #C6ADD0.


Border color

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

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

This div border color is #C6ADD0.


Opacity

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

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

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

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

This text has shadow with #C6ADD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ADD0 on black background.


Color preview on white background

This text has color #C6ADD0 on white background.



Black color preview on #C6ADD0 background

This text has black color on #C6ADD0 background.


White color preview on #C6ADD0 background

This text has white color on #C6ADD0 background.