COLOR #C5C9CA

HEX: #C5C9CA
RGB: (197,201,202)

Renk bilgisi

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

RGB renk modeli

#C5C9CA color RGB value is (197,201,202).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 201 of 255 = 79%
B 202 of 255 = 79%

197
201
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 201 + 202 = 600 (100%)
R 197 of 600 ~ 32.83%
G 201 of 600 ~ 33.5%
B 202 of 600 ~ 33.67%

%32.83
%33.5
%33.67

CMYK RENK MODELİ

#C5C9CA rengi CMYK tonu (2,0,0,21).

  • camgöbeği tonu 2.48%
  • eflatun tonu 0.50%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(2,0,0,21)
C2M0Y0K21 
(2%,0%,0%,21%)
(0.02/0.00/0.00/0.21)	

CMYK yüzdeleri

%2.48
%0.5
%0
%20.78

Codes

Color #C5C9CA in popluar color models

C5C9CA
RGB197201202
HSL192°4.50%78.24%
HSB/HSV192°2.48%79.22%
CMYK2.48%0.50%0.00%
20.78%

Color #C5C9CA in popluar number systems.

HEXC5C9CA
Decimal197201202
Binary110001011100100111001010
Octal305311312

Shades and tints

Shades of #C5C9CA

#C5C9CA
(197,201,202)
#B4B7B8
(180,183,184)
#A3A5A6
(163,165,166)
#929394
(146,147,148)
#818182
(129,129,130)
#706F70
(112,111,112)
#5F5D5E
(95,93,94)
#4E4B4C
(78,75,76)
#3D393A
(61,57,58)
#2C2728
(44,39,40)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #C5C9CA

#C5C9CA
(197,201,202)
#CACDCE
(202,205,206)
#CFD1D2
(207,209,210)
#D4D5D6
(212,213,214)
#D9D9DA
(217,217,218)
#DEDDDE
(222,221,222)
#E3E1E2
(227,225,226)
#E8E5E6
(232,229,230)
#EDE9EA
(237,233,234)
#F2EDEE
(242,237,238)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C9CA; }

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

This text font color is #C5C9CA.


Background Color

.myBgColor { background-color: #C5C9CA; }

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

This div background color is #C5C9CA.


Border color

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

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

This div border color is #C5C9CA.


Opacity

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

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

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

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

This text has shadow with #C5C9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C9CA on black background.


Color preview on white background

This text has color #C5C9CA on white background.



Black color preview on #C5C9CA background

This text has black color on #C5C9CA background.


White color preview on #C5C9CA background

This text has white color on #C5C9CA background.