COLOR #C5C9BC

HEX: #C5C9BC
RGB: (197,201,188)

Renk bilgisi

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

RGB renk modeli

#C5C9BC color RGB value is (197,201,188).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 201 of 255 = 79%
B 188 of 255 = 74%

197
201
188

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 201 + 188 = 586 (100%)
R 197 of 586 ~ 33.62%
G 201 of 586 ~ 34.3%
B 188 of 586 ~ 32.08%

%33.62
%34.3
%32.08

CMYK RENK MODELİ

#C5C9BC rengi CMYK tonu (2,0,6,21).

  • camgöbeği tonu 1.99%
  • eflatun tonu 0.00%
  • sarı tonu 6.47%
  • ana renk tonu 21.18%
CMYK:
(2,0,6,21)
C2M0Y6K21 
(2%,0%,6%,21%)
(0.02/0.00/0.06/0.21)	

CMYK yüzdeleri

%1.99
%0
%6.47
%21.18

Codes

Color #C5C9BC in popluar color models

C5C9BC
RGB197201188
HSL78°10.74%76.27%
HSB/HSV78°6.47%78.82%
CMYK1.99%0.00%6.47%
21.18%

Color #C5C9BC in popluar number systems.

HEXC5C9BC
Decimal197201188
Binary110001011100100110111100
Octal305311274

Shades and tints

Shades of #C5C9BC

#C5C9BC
(197,201,188)
#B4B7AB
(180,183,171)
#A3A59A
(163,165,154)
#929389
(146,147,137)
#818178
(129,129,120)
#706F67
(112,111,103)
#5F5D56
(95,93,86)
#4E4B45
(78,75,69)
#3D3934
(61,57,52)
#2C2723
(44,39,35)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #C5C9BC

#C5C9BC
(197,201,188)
#CACDC2
(202,205,194)
#CFD1C8
(207,209,200)
#D4D5CE
(212,213,206)
#D9D9D4
(217,217,212)
#DEDDDA
(222,221,218)
#E3E1E0
(227,225,224)
#E8E5E6
(232,229,230)
#EDE9EC
(237,233,236)
#F2EDF2
(242,237,242)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C9BC; }

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

This text font color is #C5C9BC.


Background Color

.myBgColor { background-color: #C5C9BC; }

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

This div background color is #C5C9BC.


Border color

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

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

This div border color is #C5C9BC.


Opacity

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

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

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

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

This text has shadow with #C5C9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C9BC on black background.


Color preview on white background

This text has color #C5C9BC on white background.



Black color preview on #C5C9BC background

This text has black color on #C5C9BC background.


White color preview on #C5C9BC background

This text has white color on #C5C9BC background.