COLOR #C6C9C5

HEX: #C6C9C5
RGB: (198,201,197)

Renk bilgisi

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

RGB renk modeli

#C6C9C5 color RGB value is (198,201,197).

  • kırmız ton 198;
  • yeşil ton 201;
  • mavi ton 197.
RGB:
(198,201,197)
(78%,79%,77%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 201 of 255 = 79%
B 197 of 255 = 77%

198
201
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 201 + 197 = 596 (100%)
R 198 of 596 ~ 33.22%
G 201 of 596 ~ 33.72%
B 197 of 596 ~ 33.05%

%33.22
%33.72
%33.05

CMYK RENK MODELİ

#C6C9C5 rengi CMYK tonu (1,0,2,21).

  • camgöbeği tonu 1.49%
  • eflatun tonu 0.00%
  • sarı tonu 1.99%
  • ana renk tonu 21.18%
CMYK:
(1,0,2,21)
C1M0Y2K21 
(1%,0%,2%,21%)
(0.01/0.00/0.02/0.21)	

CMYK yüzdeleri

%1.49
%0
%1.99
%21.18

Codes

Color #C6C9C5 in popluar color models

C6C9C5
RGB198201197
HSL105°3.57%78.04%
HSB/HSV105°1.99%78.82%
CMYK1.49%0.00%1.99%
21.18%

Color #C6C9C5 in popluar number systems.

HEXC6C9C5
Decimal198201197
Binary110001101100100111000101
Octal306311305

Shades and tints

Shades of #C6C9C5

#C6C9C5
(198,201,197)
#B4B7B4
(180,183,180)
#A2A5A3
(162,165,163)
#909392
(144,147,146)
#7E8181
(126,129,129)
#6C6F70
(108,111,112)
#5A5D5F
(90,93,95)
#484B4E
(72,75,78)
#36393D
(54,57,61)
#24272C
(36,39,44)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #C6C9C5

#C6C9C5
(198,201,197)
#CBCDCA
(203,205,202)
#D0D1CF
(208,209,207)
#D5D5D4
(213,213,212)
#DAD9D9
(218,217,217)
#DFDDDE
(223,221,222)
#E4E1E3
(228,225,227)
#E9E5E8
(233,229,232)
#EEE9ED
(238,233,237)
#F3EDF2
(243,237,242)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C9C5 color. Also use rgb(198,201,197) instead hex code.

Text Font Color

.myTextColor { color: #C6C9C5; }

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

This text font color is #C6C9C5.


Background Color

.myBgColor { background-color: #C6C9C5; }

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

This div background color is #C6C9C5.


Border color

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

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

This div border color is #C6C9C5.


Opacity

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

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

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

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

This text has shadow with #C6C9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C9C5 on black background.


Color preview on white background

This text has color #C6C9C5 on white background.



Black color preview on #C6C9C5 background

This text has black color on #C6C9C5 background.


White color preview on #C6C9C5 background

This text has white color on #C6C9C5 background.