COLOR #C5C97D

HEX: #C5C97D
RGB: (197,201,125)

Renk bilgisi

#C5C97D contains mainly red and green colors. #C5C97D ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C5C97D color RGB value is (197,201,125).

  • kırmız ton 197;
  • yeşil ton 201;
  • mavi ton 125.
RGB:
(197,201,125)
(77%,79%,49%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 201 of 255 = 79%
B 125 of 255 = 49%

197
201
125

R + G + B ~ 68%. #C5C97D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 201 + 125 = 523 (100%)
R 197 of 523 ~ 37.67%
G 201 of 523 ~ 38.43%
B 125 of 523 ~ 23.9%

%37.67
%38.43
%23.9

CMYK RENK MODELİ

#C5C97D rengi CMYK tonu (2,0,38,21).

  • camgöbeği tonu 1.99%
  • eflatun tonu 0.00%
  • sarı tonu 37.81%
  • ana renk tonu 21.18%
CMYK:
(2,0,38,21)
C2M0Y38K21 
(2%,0%,38%,21%)
(0.02/0.00/0.38/0.21)	

CMYK yüzdeleri

%1.99
%0
%37.81
%21.18

Codes

Color #C5C97D in popluar color models

C5C97D
RGB197201125
HSL63°41.30%63.92%
HSB/HSV63°37.81%78.82%
CMYK1.99%0.00%37.81%
21.18%

Color #C5C97D in popluar number systems.

HEXC5C97D
Decimal197201125
Binary11000101110010011111101
Octal305311175

Shades and tints

Shades of #C5C97D

#C5C97D
(197,201,125)
#B4B772
(180,183,114)
#A3A567
(163,165,103)
#92935C
(146,147,92)
#818151
(129,129,81)
#706F46
(112,111,70)
#5F5D3B
(95,93,59)
#4E4B30
(78,75,48)
#3D3925
(61,57,37)
#2C271A
(44,39,26)
#1B150F
(27,21,15)
#000000
(0,0,0)

Tints of #C5C97D

#C5C97D
(197,201,125)
#CACD88
(202,205,136)
#CFD193
(207,209,147)
#D4D59E
(212,213,158)
#D9D9A9
(217,217,169)
#DEDDB4
(222,221,180)
#E3E1BF
(227,225,191)
#E8E5CA
(232,229,202)
#EDE9D5
(237,233,213)
#F2EDE0
(242,237,224)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C97D color. Also use rgb(197,201,125) instead hex code.

Text Font Color

.myTextColor { color: #C5C97D; }

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

This text font color is #C5C97D.


Background Color

.myBgColor { background-color: #C5C97D; }

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

This div background color is #C5C97D.


Border color

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

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

This div border color is #C5C97D.


Opacity

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

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

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

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

This text has shadow with #C5C97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C97D on black background.


Color preview on white background

This text has color #C5C97D on white background.



Black color preview on #C5C97D background

This text has black color on #C5C97D background.


White color preview on #C5C97D background

This text has white color on #C5C97D background.