COLOR #C5AD87

HEX: #C5AD87
RGB: (197,173,135)

Renk bilgisi

#C5AD87 contains mainly red and green colors. #C5AD87 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C5AD87 color RGB value is (197,173,135).

  • kırmız ton 197;
  • yeşil ton 173;
  • mavi ton 135.
RGB:
(197,173,135)
(77%,68%,53%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 173 of 255 = 68%
B 135 of 255 = 53%

197
173
135

R + G + B ~ 66%. #C5AD87 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 173 + 135 = 505 (100%)
R 197 of 505 ~ 39.01%
G 173 of 505 ~ 34.26%
B 135 of 505 ~ 26.73%

%39.01
%34.26
%26.73

CMYK RENK MODELİ

#C5AD87 rengi CMYK tonu (0,12,31,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.18%
  • sarı tonu 31.47%
  • ana renk tonu 22.75%
CMYK:
(0,12,31,23)
C0M12Y31K23 
(0%,12%,31%,23%)
(0.00/0.12/0.31/0.23)	

CMYK yüzdeleri

%0
%12.18
%31.47
%22.75

Codes

Color #C5AD87 in popluar color models

C5AD87
RGB197173135
HSL37°34.83%65.10%
HSB/HSV37°31.47%77.25%
CMYK0.00%12.18%31.47%
22.75%

Color #C5AD87 in popluar number systems.

HEXC5AD87
Decimal197173135
Binary110001011010110110000111
Octal305255207

Shades and tints

Shades of #C5AD87

#C5AD87
(197,173,135)
#B49E7B
(180,158,123)
#A38F6F
(163,143,111)
#928063
(146,128,99)
#817157
(129,113,87)
#70624B
(112,98,75)
#5F533F
(95,83,63)
#4E4433
(78,68,51)
#3D3527
(61,53,39)
#2C261B
(44,38,27)
#1B170F
(27,23,15)
#000000
(0,0,0)

Tints of #C5AD87

#C5AD87
(197,173,135)
#CAB491
(202,180,145)
#CFBB9B
(207,187,155)
#D4C2A5
(212,194,165)
#D9C9AF
(217,201,175)
#DED0B9
(222,208,185)
#E3D7C3
(227,215,195)
#E8DECD
(232,222,205)
#EDE5D7
(237,229,215)
#F2ECE1
(242,236,225)
#F7F3EB
(247,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AD87 color. Also use rgb(197,173,135) instead hex code.

Text Font Color

.myTextColor { color: #C5AD87; }

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

This text font color is #C5AD87.


Background Color

.myBgColor { background-color: #C5AD87; }

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

This div background color is #C5AD87.


Border color

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

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

This div border color is #C5AD87.


Opacity

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

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

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

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

This text has shadow with #C5AD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AD87 on black background.


Color preview on white background

This text has color #C5AD87 on white background.



Black color preview on #C5AD87 background

This text has black color on #C5AD87 background.


White color preview on #C5AD87 background

This text has white color on #C5AD87 background.