COLOR #C6C3C0

HEX: #C6C3C0
RGB: (198,195,192)

Renk bilgisi

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

RGB renk modeli

#C6C3C0 color RGB value is (198,195,192).

  • kırmız ton 198;
  • yeşil ton 195;
  • mavi ton 192.
RGB: (198,195,192) (78%,76%,75%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 195 of 255 = 76%
B 192 of 255 = 75%

198
195
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 195 + 192 = 585 (100%)
R 198 of 585 ~ 33.85%
G 195 of 585 ~ 33.33%
B 192 of 585 ~ 32.82%

%33.85
%33.33
%32.82

CMYK RENK MODELİ

#C6C3C0 rengi CMYK tonu (0,2,3,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.52%
  • sarı tonu 3.03%
  • ana renk tonu 22.35%
CMYK: (0,2,3,22) C0M2Y3K22 (0%,2%,3%,22%) (0.00/0.02/0.03/0.22)

CMYK yüzdeleri

%0
%1.52
%3.03
%22.35

Codes

Color #C6C3C0 in popluar color models

C6C3C0
RGB198195192
HSL30°5.00%76.47%
HSB/HSV30°3.03%77.65%
CMYK0.00%1.52%3.03%
22.35%

Color #C6C3C0 in popluar number systems.

HEXC6C3C0
Decimal198195192
Binary110001101100001111000000
Octal306303300

Shades and tints

Shades of #C6C3C0

#C6C3C0
(198,195,192)
#B4B2AF
(180,178,175)
#A2A19E
(162,161,158)
#90908D
(144,144,141)
#7E7F7C
(126,127,124)
#6C6E6B
(108,110,107)
#5A5D5A
(90,93,90)
#484C49
(72,76,73)
#363B38
(54,59,56)
#242A27
(36,42,39)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #C6C3C0

#C6C3C0
(198,195,192)
#CBC8C5
(203,200,197)
#D0CDCA
(208,205,202)
#D5D2CF
(213,210,207)
#DAD7D4
(218,215,212)
#DFDCD9
(223,220,217)
#E4E1DE
(228,225,222)
#E9E6E3
(233,230,227)
#EEEBE8
(238,235,232)
#F3F0ED
(243,240,237)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C3C0 color. Also use rgb(198,195,192) instead hex code.

Text Font Color

.myTextColor { color: #C6C3C0; }

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

This text font color is #C6C3C0.


Background Color

.myBgColor { background-color: #C6C3C0; }

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

This div background color is #C6C3C0.


Border color

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

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

This div border color is #C6C3C0.


Opacity

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

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

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

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

This text has shadow with #C6C3C0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C6C3C0 on black background.


Color preview on white background

This text has color #C6C3C0 on white background.



Black color preview on #C6C3C0 background

This text has black color on #C6C3C0 background.


White color preview on #C6C3C0 background

This text has white color on #C6C3C0 background.