COLOR #C6B6DC

HEX: #C6B6DC
RGB: (198,182,220)

Renk bilgisi

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

RGB renk modeli

#C6B6DC color RGB value is (198,182,220).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 182 of 255 = 71%
B 220 of 255 = 86%

198
182
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 182 + 220 = 600 (100%)
R 198 of 600 ~ 33%
G 182 of 600 ~ 30.33%
B 220 of 600 ~ 36.67%

%33
%30.33
%36.67

CMYK RENK MODELİ

#C6B6DC rengi CMYK tonu (10,17,0,14).

  • camgöbeği tonu 10.00%
  • eflatun tonu 17.27%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(10,17,0,14)
C10M17Y0K14 
(10%,17%,0%,14%)
(0.10/0.17/0.00/0.14)	

CMYK yüzdeleri

%10
%17.27
%0
%13.73

Codes

Color #C6B6DC in popluar color models

C6B6DC
RGB198182220
HSL265°35.19%78.82%
HSB/HSV265°17.27%86.27%
CMYK10.00%17.27%0.00%
13.73%

Color #C6B6DC in popluar number systems.

HEXC6B6DC
Decimal198182220
Binary110001101011011011011100
Octal306266334

Shades and tints

Shades of #C6B6DC

#C6B6DC
(198,182,220)
#B4A6C8
(180,166,200)
#A296B4
(162,150,180)
#9086A0
(144,134,160)
#7E768C
(126,118,140)
#6C6678
(108,102,120)
#5A5664
(90,86,100)
#484650
(72,70,80)
#36363C
(54,54,60)
#242628
(36,38,40)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #C6B6DC

#C6B6DC
(198,182,220)
#CBBCDF
(203,188,223)
#D0C2E2
(208,194,226)
#D5C8E5
(213,200,229)
#DACEE8
(218,206,232)
#DFD4EB
(223,212,235)
#E4DAEE
(228,218,238)
#E9E0F1
(233,224,241)
#EEE6F4
(238,230,244)
#F3ECF7
(243,236,247)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B6DC; }

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

This text font color is #C6B6DC.


Background Color

.myBgColor { background-color: #C6B6DC; }

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

This div background color is #C6B6DC.


Border color

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

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

This div border color is #C6B6DC.


Opacity

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

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

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

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

This text has shadow with #C6B6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B6DC on black background.


Color preview on white background

This text has color #C6B6DC on white background.



Black color preview on #C6B6DC background

This text has black color on #C6B6DC background.


White color preview on #C6B6DC background

This text has white color on #C6B6DC background.