COLOR #C5C296

HEX: #C5C296
RGB: (197,194,150)

Renk bilgisi

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

RGB renk modeli

#C5C296 color RGB value is (197,194,150).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 194 of 255 = 76%
B 150 of 255 = 59%

197
194
150

R + G + B ~ 71%. #C5C296 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 194 + 150 = 541 (100%)
R 197 of 541 ~ 36.41%
G 194 of 541 ~ 35.86%
B 150 of 541 ~ 27.73%

%36.41
%35.86
%27.73

CMYK RENK MODELİ

#C5C296 rengi CMYK tonu (0,2,24,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.52%
  • sarı tonu 23.86%
  • ana renk tonu 22.75%
CMYK:
(0,2,24,23)
C0M2Y24K23 
(0%,2%,24%,23%)
(0.00/0.02/0.24/0.23)	

CMYK yüzdeleri

%0
%1.52
%23.86
%22.75

Codes

Color #C5C296 in popluar color models

C5C296
RGB197194150
HSL56°28.83%68.04%
HSB/HSV56°23.86%77.25%
CMYK0.00%1.52%23.86%
22.75%

Color #C5C296 in popluar number systems.

HEXC5C296
Decimal197194150
Binary110001011100001010010110
Octal305302226

Shades and tints

Shades of #C5C296

#C5C296
(197,194,150)
#B4B189
(180,177,137)
#A3A07C
(163,160,124)
#928F6F
(146,143,111)
#817E62
(129,126,98)
#706D55
(112,109,85)
#5F5C48
(95,92,72)
#4E4B3B
(78,75,59)
#3D3A2E
(61,58,46)
#2C2921
(44,41,33)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #C5C296

#C5C296
(197,194,150)
#CAC79F
(202,199,159)
#CFCCA8
(207,204,168)
#D4D1B1
(212,209,177)
#D9D6BA
(217,214,186)
#DEDBC3
(222,219,195)
#E3E0CC
(227,224,204)
#E8E5D5
(232,229,213)
#EDEADE
(237,234,222)
#F2EFE7
(242,239,231)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C296; }

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

This text font color is #C5C296.


Background Color

.myBgColor { background-color: #C5C296; }

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

This div background color is #C5C296.


Border color

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

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

This div border color is #C5C296.


Opacity

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

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

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

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

This text has shadow with #C5C296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C296 on black background.


Color preview on white background

This text has color #C5C296 on white background.



Black color preview on #C5C296 background

This text has black color on #C5C296 background.


White color preview on #C5C296 background

This text has white color on #C5C296 background.