COLOR #C5CA96

HEX: #C5CA96
RGB: (197,202,150)

Renk bilgisi

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

RGB renk modeli

#C5CA96 color RGB value is (197,202,150).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 202 of 255 = 79%
B 150 of 255 = 59%

197
202
150

R + G + B ~ 72%. #C5CA96 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 202 + 150 = 549 (100%)
R 197 of 549 ~ 35.88%
G 202 of 549 ~ 36.79%
B 150 of 549 ~ 27.32%

%35.88
%36.79
%27.32

CMYK RENK MODELİ

#C5CA96 rengi CMYK tonu (2,0,26,21).

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

CMYK yüzdeleri

%2.48
%0
%25.74
%20.78

Codes

Color #C5CA96 in popluar color models

C5CA96
RGB197202150
HSL66°32.91%69.02%
HSB/HSV66°25.74%79.22%
CMYK2.48%0.00%25.74%
20.78%

Color #C5CA96 in popluar number systems.

HEXC5CA96
Decimal197202150
Binary110001011100101010010110
Octal305312226

Shades and tints

Shades of #C5CA96

#C5CA96
(197,202,150)
#B4B889
(180,184,137)
#A3A67C
(163,166,124)
#92946F
(146,148,111)
#818262
(129,130,98)
#707055
(112,112,85)
#5F5E48
(95,94,72)
#4E4C3B
(78,76,59)
#3D3A2E
(61,58,46)
#2C2821
(44,40,33)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #C5CA96

#C5CA96
(197,202,150)
#CACE9F
(202,206,159)
#CFD2A8
(207,210,168)
#D4D6B1
(212,214,177)
#D9DABA
(217,218,186)
#DEDEC3
(222,222,195)
#E3E2CC
(227,226,204)
#E8E6D5
(232,230,213)
#EDEADE
(237,234,222)
#F2EEE7
(242,238,231)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CA96; }

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

This text font color is #C5CA96.


Background Color

.myBgColor { background-color: #C5CA96; }

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

This div background color is #C5CA96.


Border color

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

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

This div border color is #C5CA96.


Opacity

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

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

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

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

This text has shadow with #C5CA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CA96 on black background.


Color preview on white background

This text has color #C5CA96 on white background.



Black color preview on #C5CA96 background

This text has black color on #C5CA96 background.


White color preview on #C5CA96 background

This text has white color on #C5CA96 background.