COLOR #C6AFD1

HEX: #C6AFD1
RGB: (198,175,209)

Renk bilgisi

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

RGB renk modeli

#C6AFD1 color RGB value is (198,175,209).

  • kırmız ton 198;
  • yeşil ton 175;
  • mavi ton 209.
RGB:
(198,175,209)
(78%,69%,82%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 175 of 255 = 69%
B 209 of 255 = 82%

198
175
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 175 + 209 = 582 (100%)
R 198 of 582 ~ 34.02%
G 175 of 582 ~ 30.07%
B 209 of 582 ~ 35.91%

%34.02
%30.07
%35.91

CMYK RENK MODELİ

#C6AFD1 rengi CMYK tonu (5,16,0,18).

  • camgöbeği tonu 5.26%
  • eflatun tonu 16.27%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(5,16,0,18)
C5M16Y0K18 
(5%,16%,0%,18%)
(0.05/0.16/0.00/0.18)	

CMYK yüzdeleri

%5.26
%16.27
%0
%18.04

Codes

Color #C6AFD1 in popluar color models

C6AFD1
RGB198175209
HSL281°26.98%75.29%
HSB/HSV281°16.27%81.96%
CMYK5.26%16.27%0.00%
18.04%

Color #C6AFD1 in popluar number systems.

HEXC6AFD1
Decimal198175209
Binary110001101010111111010001
Octal306257321

Shades and tints

Shades of #C6AFD1

#C6AFD1
(198,175,209)
#B4A0BE
(180,160,190)
#A291AB
(162,145,171)
#908298
(144,130,152)
#7E7385
(126,115,133)
#6C6472
(108,100,114)
#5A555F
(90,85,95)
#48464C
(72,70,76)
#363739
(54,55,57)
#242826
(36,40,38)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #C6AFD1

#C6AFD1
(198,175,209)
#CBB6D5
(203,182,213)
#D0BDD9
(208,189,217)
#D5C4DD
(213,196,221)
#DACBE1
(218,203,225)
#DFD2E5
(223,210,229)
#E4D9E9
(228,217,233)
#E9E0ED
(233,224,237)
#EEE7F1
(238,231,241)
#F3EEF5
(243,238,245)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AFD1 color. Also use rgb(198,175,209) instead hex code.

Text Font Color

.myTextColor { color: #C6AFD1; }

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

This text font color is #C6AFD1.


Background Color

.myBgColor { background-color: #C6AFD1; }

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

This div background color is #C6AFD1.


Border color

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

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

This div border color is #C6AFD1.


Opacity

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

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

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

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

This text has shadow with #C6AFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AFD1 on black background.


Color preview on white background

This text has color #C6AFD1 on white background.



Black color preview on #C6AFD1 background

This text has black color on #C6AFD1 background.


White color preview on #C6AFD1 background

This text has white color on #C6AFD1 background.