COLOR #C6B6CC

HEX: #C6B6CC
RGB: (198,182,204)

Renk bilgisi

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

RGB renk modeli

#C6B6CC color RGB value is (198,182,204).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 182 of 255 = 71%
B 204 of 255 = 80%

198
182
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 182 + 204 = 584 (100%)
R 198 of 584 ~ 33.9%
G 182 of 584 ~ 31.16%
B 204 of 584 ~ 34.93%

%33.9
%31.16
%34.93

CMYK RENK MODELİ

#C6B6CC rengi CMYK tonu (3,11,0,20).

  • camgöbeği tonu 2.94%
  • eflatun tonu 10.78%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(3,11,0,20)
C3M11Y0K20 
(3%,11%,0%,20%)
(0.03/0.11/0.00/0.20)	

CMYK yüzdeleri

%2.94
%10.78
%0
%20

Codes

Color #C6B6CC in popluar color models

C6B6CC
RGB198182204
HSL284°17.74%75.69%
HSB/HSV284°10.78%80.00%
CMYK2.94%10.78%0.00%
20.00%

Color #C6B6CC in popluar number systems.

HEXC6B6CC
Decimal198182204
Binary110001101011011011001100
Octal306266314

Shades and tints

Shades of #C6B6CC

#C6B6CC
(198,182,204)
#B4A6BA
(180,166,186)
#A296A8
(162,150,168)
#908696
(144,134,150)
#7E7684
(126,118,132)
#6C6672
(108,102,114)
#5A5660
(90,86,96)
#48464E
(72,70,78)
#36363C
(54,54,60)
#24262A
(36,38,42)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #C6B6CC

#C6B6CC
(198,182,204)
#CBBCD0
(203,188,208)
#D0C2D4
(208,194,212)
#D5C8D8
(213,200,216)
#DACEDC
(218,206,220)
#DFD4E0
(223,212,224)
#E4DAE4
(228,218,228)
#E9E0E8
(233,224,232)
#EEE6EC
(238,230,236)
#F3ECF0
(243,236,240)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B6CC; }

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

This text font color is #C6B6CC.


Background Color

.myBgColor { background-color: #C6B6CC; }

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

This div background color is #C6B6CC.


Border color

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

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

This div border color is #C6B6CC.


Opacity

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

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

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

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

This text has shadow with #C6B6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B6CC on black background.


Color preview on white background

This text has color #C6B6CC on white background.



Black color preview on #C6B6CC background

This text has black color on #C6B6CC background.


White color preview on #C6B6CC background

This text has white color on #C6B6CC background.