COLOR #C6B6D1

HEX: #C6B6D1
RGB: (198,182,209)

Renk bilgisi

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

RGB renk modeli

#C6B6D1 color RGB value is (198,182,209).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 182 of 255 = 71%
B 209 of 255 = 82%

198
182
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 182 + 209 = 589 (100%)
R 198 of 589 ~ 33.62%
G 182 of 589 ~ 30.9%
B 209 of 589 ~ 35.48%

%33.62
%30.9
%35.48

CMYK RENK MODELİ

#C6B6D1 rengi CMYK tonu (5,13,0,18).

  • camgöbeği tonu 5.26%
  • eflatun tonu 12.92%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(5,13,0,18)
C5M13Y0K18 
(5%,13%,0%,18%)
(0.05/0.13/0.00/0.18)	

CMYK yüzdeleri

%5.26
%12.92
%0
%18.04

Codes

Color #C6B6D1 in popluar color models

C6B6D1
RGB198182209
HSL276°22.69%76.67%
HSB/HSV276°12.92%81.96%
CMYK5.26%12.92%0.00%
18.04%

Color #C6B6D1 in popluar number systems.

HEXC6B6D1
Decimal198182209
Binary110001101011011011010001
Octal306266321

Shades and tints

Shades of #C6B6D1

#C6B6D1
(198,182,209)
#B4A6BE
(180,166,190)
#A296AB
(162,150,171)
#908698
(144,134,152)
#7E7685
(126,118,133)
#6C6672
(108,102,114)
#5A565F
(90,86,95)
#48464C
(72,70,76)
#363639
(54,54,57)
#242626
(36,38,38)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C6B6D1

#C6B6D1
(198,182,209)
#CBBCD5
(203,188,213)
#D0C2D9
(208,194,217)
#D5C8DD
(213,200,221)
#DACEE1
(218,206,225)
#DFD4E5
(223,212,229)
#E4DAE9
(228,218,233)
#E9E0ED
(233,224,237)
#EEE6F1
(238,230,241)
#F3ECF5
(243,236,245)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B6D1; }

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

This text font color is #C6B6D1.


Background Color

.myBgColor { background-color: #C6B6D1; }

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

This div background color is #C6B6D1.


Border color

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

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

This div border color is #C6B6D1.


Opacity

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

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

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

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

This text has shadow with #C6B6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B6D1 on black background.


Color preview on white background

This text has color #C6B6D1 on white background.



Black color preview on #C6B6D1 background

This text has black color on #C6B6D1 background.


White color preview on #C6B6D1 background

This text has white color on #C6B6D1 background.