COLOR #C5C9C3

HEX: #C5C9C3
RGB: (197,201,195)

Renk bilgisi

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

RGB renk modeli

#C5C9C3 color RGB value is (197,201,195).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 201 of 255 = 79%
B 195 of 255 = 76%

197
201
195

R + G + B ~ 77%. #C5C9C3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 201 + 195 = 593 (100%)
R 197 of 593 ~ 33.22%
G 201 of 593 ~ 33.9%
B 195 of 593 ~ 32.88%

%33.22
%33.9
%32.88

CMYK RENK MODELİ

#C5C9C3 rengi CMYK tonu (2,0,3,21).

  • camgöbeği tonu 1.99%
  • eflatun tonu 0.00%
  • sarı tonu 2.99%
  • ana renk tonu 21.18%
CMYK:
(2,0,3,21)
C2M0Y3K21 
(2%,0%,3%,21%)
(0.02/0.00/0.03/0.21)	

CMYK yüzdeleri

%1.99
%0
%2.99
%21.18

Codes

Color #C5C9C3 in popluar color models

C5C9C3
RGB197201195
HSL100°5.26%77.65%
HSB/HSV100°2.99%78.82%
CMYK1.99%0.00%2.99%
21.18%

Color #C5C9C3 in popluar number systems.

HEXC5C9C3
Decimal197201195
Binary110001011100100111000011
Octal305311303

Shades and tints

Shades of #C5C9C3

#C5C9C3
(197,201,195)
#B4B7B2
(180,183,178)
#A3A5A1
(163,165,161)
#929390
(146,147,144)
#81817F
(129,129,127)
#706F6E
(112,111,110)
#5F5D5D
(95,93,93)
#4E4B4C
(78,75,76)
#3D393B
(61,57,59)
#2C272A
(44,39,42)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #C5C9C3

#C5C9C3
(197,201,195)
#CACDC8
(202,205,200)
#CFD1CD
(207,209,205)
#D4D5D2
(212,213,210)
#D9D9D7
(217,217,215)
#DEDDDC
(222,221,220)
#E3E1E1
(227,225,225)
#E8E5E6
(232,229,230)
#EDE9EB
(237,233,235)
#F2EDF0
(242,237,240)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C9C3; }

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

This text font color is #C5C9C3.


Background Color

.myBgColor { background-color: #C5C9C3; }

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

This div background color is #C5C9C3.


Border color

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

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

This div border color is #C5C9C3.


Opacity

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

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

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

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

This text has shadow with #C5C9C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C9C3 on black background.


Color preview on white background

This text has color #C5C9C3 on white background.



Black color preview on #C5C9C3 background

This text has black color on #C5C9C3 background.


White color preview on #C5C9C3 background

This text has white color on #C5C9C3 background.