COLOR #C5CF88

HEX: #C5CF88
RGB: (197,207,136)

Color info

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

RGB color model

#C5CF88 color RGB value is (197,207,136).

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

RGB channels and saturation

R 197 of 255 = 77%
G 207 of 255 = 81%
B 136 of 255 = 53%

197
207
136

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

Portions of RGB colors in percentages

R + G + B =
197 + 207 + 136 = 540 (100%)
R 197 of 540 ~ 36.48%
G 207 of 540 ~ 38.33%
B 136 of 540 ~ 25.19%

%36.48
%38.33
%25.19

CMYK color model

#C5CF88 color CMYK value is (5,0,34,19).

  • cyan value is 4.83%
  • magenta value is 0.00%
  • yellow value is 34.30%
  • key color value is 18.82%
CMYK:
(5,0,34,19)
C5M0Y34K19 
(5%,0%,34%,19%)
(0.05/0.00/0.34/0.19)	

CMYK percentages

%4.83
%0
%34.3
%18.82

Codes

Color #C5CF88 in popluar color models

C5CF88
RGB197207136
HSL68°42.51%67.25%
HSB/HSV68°34.30%81.18%
CMYK4.83%0.00%34.30%
18.82%

Color #C5CF88 in popluar number systems.

HEXC5CF88
Decimal197207136
Binary110001011100111110001000
Octal305317210

Shades and tints

Shades of #C5CF88

#C5CF88
(197,207,136)
#B4BD7C
(180,189,124)
#A3AB70
(163,171,112)
#929964
(146,153,100)
#818758
(129,135,88)
#70754C
(112,117,76)
#5F6340
(95,99,64)
#4E5134
(78,81,52)
#3D3F28
(61,63,40)
#2C2D1C
(44,45,28)
#1B1B10
(27,27,16)
#000000
(0,0,0)

Tints of #C5CF88

#C5CF88
(197,207,136)
#CAD392
(202,211,146)
#CFD79C
(207,215,156)
#D4DBA6
(212,219,166)
#D9DFB0
(217,223,176)
#DEE3BA
(222,227,186)
#E3E7C4
(227,231,196)
#E8EBCE
(232,235,206)
#EDEFD8
(237,239,216)
#F2F3E2
(242,243,226)
#F7F7EC
(247,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CF88; }

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

This text font color is #C5CF88.


Background Color

.myBgColor { background-color: #C5CF88; }

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

This div background color is #C5CF88.


Border color

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

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

This div border color is #C5CF88.


Opacity

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

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

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

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

This text has shadow with #C5CF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CF88 on black background.


Color preview on white background

This text has color #C5CF88 on white background.



Black color preview on #C5CF88 background

This text has black color on #C5CF88 background.


White color preview on #C5CF88 background

This text has white color on #C5CF88 background.