COLOR #C6A5DD

HEX: #C6A5DD
RGB: (198,165,221)

Renk bilgisi

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

RGB renk modeli

#C6A5DD color RGB value is (198,165,221).

  • kırmız ton 198;
  • yeşil ton 165;
  • mavi ton 221.
RGB:
(198,165,221)
(78%,65%,87%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 165 of 255 = 65%
B 221 of 255 = 87%

198
165
221

R + G + B ~ 77%. #C6A5DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 165 + 221 = 584 (100%)
R 198 of 584 ~ 33.9%
G 165 of 584 ~ 28.25%
B 221 of 584 ~ 37.84%

%33.9
%28.25
%37.84

CMYK RENK MODELİ

#C6A5DD rengi CMYK tonu (10,25,0,13).

  • camgöbeği tonu 10.41%
  • eflatun tonu 25.34%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(10,25,0,13)
C10M25Y0K13 
(10%,25%,0%,13%)
(0.10/0.25/0.00/0.13)	

CMYK yüzdeleri

%10.41
%25.34
%0
%13.33

Codes

Color #C6A5DD in popluar color models

C6A5DD
RGB198165221
HSL275°45.16%75.69%
HSB/HSV275°25.34%86.67%
CMYK10.41%25.34%0.00%
13.33%

Color #C6A5DD in popluar number systems.

HEXC6A5DD
Decimal198165221
Binary110001101010010111011101
Octal306245335

Shades and tints

Shades of #C6A5DD

#C6A5DD
(198,165,221)
#B496C9
(180,150,201)
#A287B5
(162,135,181)
#9078A1
(144,120,161)
#7E698D
(126,105,141)
#6C5A79
(108,90,121)
#5A4B65
(90,75,101)
#483C51
(72,60,81)
#362D3D
(54,45,61)
#241E29
(36,30,41)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #C6A5DD

#C6A5DD
(198,165,221)
#CBADE0
(203,173,224)
#D0B5E3
(208,181,227)
#D5BDE6
(213,189,230)
#DAC5E9
(218,197,233)
#DFCDEC
(223,205,236)
#E4D5EF
(228,213,239)
#E9DDF2
(233,221,242)
#EEE5F5
(238,229,245)
#F3EDF8
(243,237,248)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A5DD color. Also use rgb(198,165,221) instead hex code.

Text Font Color

.myTextColor { color: #C6A5DD; }

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

This text font color is #C6A5DD.


Background Color

.myBgColor { background-color: #C6A5DD; }

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

This div background color is #C6A5DD.


Border color

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

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

This div border color is #C6A5DD.


Opacity

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

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

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

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

This text has shadow with #C6A5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A5DD on black background.


Color preview on white background

This text has color #C6A5DD on white background.



Black color preview on #C6A5DD background

This text has black color on #C6A5DD background.


White color preview on #C6A5DD background

This text has white color on #C6A5DD background.