COLOR #C5AB57

HEX: #C5AB57
RGB: (197,171,87)

Renk bilgisi

#C5AB57 contains mainly red and green colors. #C5AB57 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C5AB57 color RGB value is (197,171,87).

  • kırmız ton 197;
  • yeşil ton 171;
  • mavi ton 87.
RGB:
(197,171,87)
(77%,67%,34%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 171 of 255 = 67%
B 87 of 255 = 34%

197
171
87

R + G + B ~ 59%. #C5AB57 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 171 + 87 = 455 (100%)
R 197 of 455 ~ 43.3%
G 171 of 455 ~ 37.58%
B 87 of 455 ~ 19.12%

%43.3
%37.58
%19.12

CMYK RENK MODELİ

#C5AB57 rengi CMYK tonu (0,13,56,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.20%
  • sarı tonu 55.84%
  • ana renk tonu 22.75%
CMYK:
(0,13,56,23)
C0M13Y56K23 
(0%,13%,56%,23%)
(0.00/0.13/0.56/0.23)	

CMYK yüzdeleri

%0
%13.2
%55.84
%22.75

Codes

Color #C5AB57 in popluar color models

C5AB57
RGB19717187
HSL46°48.67%55.69%
HSB/HSV46°55.84%77.25%
CMYK0.00%13.20%55.84%
22.75%

Color #C5AB57 in popluar number systems.

HEXC5AB57
Decimal19717187
Binary11000101101010111010111
Octal305253127

Shades and tints

Shades of #C5AB57

#C5AB57
(197,171,87)
#B49C50
(180,156,80)
#A38D49
(163,141,73)
#927E42
(146,126,66)
#816F3B
(129,111,59)
#706034
(112,96,52)
#5F512D
(95,81,45)
#4E4226
(78,66,38)
#3D331F
(61,51,31)
#2C2418
(44,36,24)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #C5AB57

#C5AB57
(197,171,87)
#CAB266
(202,178,102)
#CFB975
(207,185,117)
#D4C084
(212,192,132)
#D9C793
(217,199,147)
#DECEA2
(222,206,162)
#E3D5B1
(227,213,177)
#E8DCC0
(232,220,192)
#EDE3CF
(237,227,207)
#F2EADE
(242,234,222)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AB57 color. Also use rgb(197,171,87) instead hex code.

Text Font Color

.myTextColor { color: #C5AB57; }

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

This text font color is #C5AB57.


Background Color

.myBgColor { background-color: #C5AB57; }

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

This div background color is #C5AB57.


Border color

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

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

This div border color is #C5AB57.


Opacity

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

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

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

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

This text has shadow with #C5AB57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AB57 on black background.


Color preview on white background

This text has color #C5AB57 on white background.



Black color preview on #C5AB57 background

This text has black color on #C5AB57 background.


White color preview on #C5AB57 background

This text has white color on #C5AB57 background.