COLOR #C5C688

HEX: #C5C688
RGB: (197,198,136)

Color info

#C5C688 contains mainly red and green colors. Web safe color of #C5C688 is #CCCC99 (or #CC9).

RGB color model

#C5C688 color RGB value is (197,198,136).

  • red value is 197;
  • green value is 198;
  • blue value is 136.
RGB:
(197,198,136)
(77%,78%,53%)

RGB channels and saturation

R 197 of 255 = 77%
G 198 of 255 = 78%
B 136 of 255 = 53%

197
198
136

R + G + B ~ 69%. #C5C688 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 198 + 136 = 531 (100%)
R 197 of 531 ~ 37.1%
G 198 of 531 ~ 37.29%
B 136 of 531 ~ 25.61%

%37.1
%37.29
%25.61

CMYK color model

#C5C688 color CMYK value is (1,0,31,22).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 22.35%
CMYK:
(1,0,31,22)
C1M0Y31K22 
(1%,0%,31%,22%)
(0.01/0.00/0.31/0.22)	

CMYK percentages

%0.51
%0
%31.31
%22.35

Codes

Color #C5C688 in popluar color models

C5C688
RGB197198136
HSL61°35.23%65.49%
HSB/HSV61°31.31%77.65%
CMYK0.51%0.00%31.31%
22.35%

Color #C5C688 in popluar number systems.

HEXC5C688
Decimal197198136
Binary110001011100011010001000
Octal305306210

Shades and tints

Shades of #C5C688

#C5C688
(197,198,136)
#B4B47C
(180,180,124)
#A3A270
(163,162,112)
#929064
(146,144,100)
#817E58
(129,126,88)
#706C4C
(112,108,76)
#5F5A40
(95,90,64)
#4E4834
(78,72,52)
#3D3628
(61,54,40)
#2C241C
(44,36,28)
#1B1210
(27,18,16)
#000000
(0,0,0)

Tints of #C5C688

#C5C688
(197,198,136)
#CACB92
(202,203,146)
#CFD09C
(207,208,156)
#D4D5A6
(212,213,166)
#D9DAB0
(217,218,176)
#DEDFBA
(222,223,186)
#E3E4C4
(227,228,196)
#E8E9CE
(232,233,206)
#EDEED8
(237,238,216)
#F2F3E2
(242,243,226)
#F7F8EC
(247,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C688 color. Also use rgb(197,198,136) instead hex code.

Text Font Color

.myTextColor { color: #C5C688; }

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

This text font color is #C5C688.


Background Color

.myBgColor { background-color: #C5C688; }

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

This div background color is #C5C688.


Border color

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

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

This div border color is #C5C688.


Opacity

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

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

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

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

This text has shadow with #C5C688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C688 on black background.


Color preview on white background

This text has color #C5C688 on white background.



Black color preview on #C5C688 background

This text has black color on #C5C688 background.


White color preview on #C5C688 background

This text has white color on #C5C688 background.