COLOR #C5C9A5

HEX: #C5C9A5
RGB: (197,201,165)

Renk bilgisi

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

RGB renk modeli

#C5C9A5 color RGB value is (197,201,165).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 201 of 255 = 79%
B 165 of 255 = 65%

197
201
165

R + G + B ~ 74%. #C5C9A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 201 + 165 = 563 (100%)
R 197 of 563 ~ 34.99%
G 201 of 563 ~ 35.7%
B 165 of 563 ~ 29.31%

%34.99
%35.7
%29.31

CMYK RENK MODELİ

#C5C9A5 rengi CMYK tonu (2,0,18,21).

  • camgöbeği tonu 1.99%
  • eflatun tonu 0.00%
  • sarı tonu 17.91%
  • ana renk tonu 21.18%
CMYK:
(2,0,18,21)
C2M0Y18K21 
(2%,0%,18%,21%)
(0.02/0.00/0.18/0.21)	

CMYK yüzdeleri

%1.99
%0
%17.91
%21.18

Codes

Color #C5C9A5 in popluar color models

C5C9A5
RGB197201165
HSL67°25.00%71.76%
HSB/HSV67°17.91%78.82%
CMYK1.99%0.00%17.91%
21.18%

Color #C5C9A5 in popluar number systems.

HEXC5C9A5
Decimal197201165
Binary110001011100100110100101
Octal305311245

Shades and tints

Shades of #C5C9A5

#C5C9A5
(197,201,165)
#B4B796
(180,183,150)
#A3A587
(163,165,135)
#929378
(146,147,120)
#818169
(129,129,105)
#706F5A
(112,111,90)
#5F5D4B
(95,93,75)
#4E4B3C
(78,75,60)
#3D392D
(61,57,45)
#2C271E
(44,39,30)
#1B150F
(27,21,15)
#000000
(0,0,0)

Tints of #C5C9A5

#C5C9A5
(197,201,165)
#CACDAD
(202,205,173)
#CFD1B5
(207,209,181)
#D4D5BD
(212,213,189)
#D9D9C5
(217,217,197)
#DEDDCD
(222,221,205)
#E3E1D5
(227,225,213)
#E8E5DD
(232,229,221)
#EDE9E5
(237,233,229)
#F2EDED
(242,237,237)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C9A5; }

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

This text font color is #C5C9A5.


Background Color

.myBgColor { background-color: #C5C9A5; }

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

This div background color is #C5C9A5.


Border color

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

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

This div border color is #C5C9A5.


Opacity

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

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

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

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

This text has shadow with #C5C9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C9A5 on black background.


Color preview on white background

This text has color #C5C9A5 on white background.



Black color preview on #C5C9A5 background

This text has black color on #C5C9A5 background.


White color preview on #C5C9A5 background

This text has white color on #C5C9A5 background.