COLOR #C5C88F

HEX: #C5C88F
RGB: (197,200,143)

Renk bilgisi

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

RGB renk modeli

#C5C88F color RGB value is (197,200,143).

  • kırmız ton 197;
  • yeşil ton 200;
  • mavi ton 143.
RGB:
(197,200,143)
(77%,78%,56%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 200 of 255 = 78%
B 143 of 255 = 56%

197
200
143

R + G + B ~ 70%. #C5C88F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 200 + 143 = 540 (100%)
R 197 of 540 ~ 36.48%
G 200 of 540 ~ 37.04%
B 143 of 540 ~ 26.48%

%36.48
%37.04
%26.48

CMYK RENK MODELİ

#C5C88F rengi CMYK tonu (1,0,29,22).

  • camgöbeği tonu 1.50%
  • eflatun tonu 0.00%
  • sarı tonu 28.50%
  • ana renk tonu 21.57%
CMYK:
(1,0,29,22)
C1M0Y29K22 
(1%,0%,29%,22%)
(0.01/0.00/0.29/0.22)	

CMYK yüzdeleri

%1.5
%0
%28.5
%21.57

Codes

Color #C5C88F in popluar color models

C5C88F
RGB197200143
HSL63°34.13%67.25%
HSB/HSV63°28.50%78.43%
CMYK1.50%0.00%28.50%
21.57%

Color #C5C88F in popluar number systems.

HEXC5C88F
Decimal197200143
Binary110001011100100010001111
Octal305310217

Shades and tints

Shades of #C5C88F

#C5C88F
(197,200,143)
#B4B682
(180,182,130)
#A3A475
(163,164,117)
#929268
(146,146,104)
#81805B
(129,128,91)
#706E4E
(112,110,78)
#5F5C41
(95,92,65)
#4E4A34
(78,74,52)
#3D3827
(61,56,39)
#2C261A
(44,38,26)
#1B140D
(27,20,13)
#000000
(0,0,0)

Tints of #C5C88F

#C5C88F
(197,200,143)
#CACD99
(202,205,153)
#CFD2A3
(207,210,163)
#D4D7AD
(212,215,173)
#D9DCB7
(217,220,183)
#DEE1C1
(222,225,193)
#E3E6CB
(227,230,203)
#E8EBD5
(232,235,213)
#EDF0DF
(237,240,223)
#F2F5E9
(242,245,233)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C88F color. Also use rgb(197,200,143) instead hex code.

Text Font Color

.myTextColor { color: #C5C88F; }

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

This text font color is #C5C88F.


Background Color

.myBgColor { background-color: #C5C88F; }

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

This div background color is #C5C88F.


Border color

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

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

This div border color is #C5C88F.


Opacity

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

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

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

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

This text has shadow with #C5C88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C88F on black background.


Color preview on white background

This text has color #C5C88F on white background.



Black color preview on #C5C88F background

This text has black color on #C5C88F background.


White color preview on #C5C88F background

This text has white color on #C5C88F background.