COLOR #C5AD84

HEX: #C5AD84
RGB: (197,173,132)

Renk bilgisi

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

RGB renk modeli

#C5AD84 color RGB value is (197,173,132).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 173 of 255 = 68%
B 132 of 255 = 52%

197
173
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 173 + 132 = 502 (100%)
R 197 of 502 ~ 39.24%
G 173 of 502 ~ 34.46%
B 132 of 502 ~ 26.29%

%39.24
%34.46
%26.29

CMYK RENK MODELİ

#C5AD84 rengi CMYK tonu (0,12,33,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.18%
  • sarı tonu 32.99%
  • ana renk tonu 22.75%
CMYK:
(0,12,33,23)
C0M12Y33K23 
(0%,12%,33%,23%)
(0.00/0.12/0.33/0.23)	

CMYK yüzdeleri

%0
%12.18
%32.99
%22.75

Codes

Color #C5AD84 in popluar color models

C5AD84
RGB197173132
HSL38°35.91%64.51%
HSB/HSV38°32.99%77.25%
CMYK0.00%12.18%32.99%
22.75%

Color #C5AD84 in popluar number systems.

HEXC5AD84
Decimal197173132
Binary110001011010110110000100
Octal305255204

Shades and tints

Shades of #C5AD84

#C5AD84
(197,173,132)
#B49E78
(180,158,120)
#A38F6C
(163,143,108)
#928060
(146,128,96)
#817154
(129,113,84)
#706248
(112,98,72)
#5F533C
(95,83,60)
#4E4430
(78,68,48)
#3D3524
(61,53,36)
#2C2618
(44,38,24)
#1B170C
(27,23,12)
#000000
(0,0,0)

Tints of #C5AD84

#C5AD84
(197,173,132)
#CAB48F
(202,180,143)
#CFBB9A
(207,187,154)
#D4C2A5
(212,194,165)
#D9C9B0
(217,201,176)
#DED0BB
(222,208,187)
#E3D7C6
(227,215,198)
#E8DED1
(232,222,209)
#EDE5DC
(237,229,220)
#F2ECE7
(242,236,231)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AD84; }

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

This text font color is #C5AD84.


Background Color

.myBgColor { background-color: #C5AD84; }

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

This div background color is #C5AD84.


Border color

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

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

This div border color is #C5AD84.


Opacity

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

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

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

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

This text has shadow with #C5AD84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AD84 on black background.


Color preview on white background

This text has color #C5AD84 on white background.



Black color preview on #C5AD84 background

This text has black color on #C5AD84 background.


White color preview on #C5AD84 background

This text has white color on #C5AD84 background.