COLOR #C5C88E

HEX: #C5C88E RGB: (197,200,142)

Color info

#C5C88E contains red, green and blue colors in about the same proportion. Web safe color of #C5C88E is #CCCC99 (or #CC9).

RGB color model

#C5C88E color RGB value is (197,200,142).

RGB: (197,200,142) (77%, 78%, 56%)

RGB channels and saturation

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

197
200
142

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

Portions of RGB colors in percentages

R + G + B = 197 + 200 + 142 = 539 (100%)
R 197 of 539 ~ 36.55%
G 200 of 539 ~ 37.11%
B 142 of 539 ~ 26.35'%

%36.55
%37.11
%26.35

CMYK color model

#C5C88E color CMYK value is (1,0,29,22).

  • cyan value is 1.50%
  • magenta value is 0.00%
  • yellow value is 29.00%
  • key color value is 21.57%

CMYK: (1,0,29,22)
C1M0Y29K22 (1%, 0%, 29%, 22%)
(0.01 / 0.00 / 0.29 / 0.22)

CMYK percentages

%1.5
%0
%29
%21.57

Codes

Color #C5C88E in popluar color models

C5 C8 8E
RGB 197 200 142
HSL 63° 34.52% 67.06%
HSB/HSV 63° 29.00% 78.43%
CMYK 1.50% 0.00% 29.00%
21.57%

Color #C5C88E in popluar number systems.

HEX C5 C8 8E
Decimal 197 200 142
Binary 11000101 11001000 10001110
Octal 305 310 216

Shades and tints

Shades of #C5C88E

#C5C88E
(197,200,142)
#B4B682
(180,182,130)
#A3A476
(163,164,118)
#92926A
(146,146,106)
#81805E
(129,128,94)
#706E52
(112,110,82)
#5F5C46
(95,92,70)
#4E4A3A
(78,74,58)
#3D382E
(61,56,46)
#2C2622
(44,38,34)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #C5C88E

#C5C88E
(197,200,142)
#CACD98
(202,205,152)
#CFD2A2
(207,210,162)
#D4D7AC
(212,215,172)
#D9DCB6
(217,220,182)
#DEE1C0
(222,225,192)
#E3E6CA
(227,230,202)
#E8EBD4
(232,235,212)
#EDF0DE
(237,240,222)
#F2F5E8
(242,245,232)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C88E; }

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

This text font color is #C5C88E.

Background Color

.myBgColor { background-color: #C5C88E; }

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

This div background color is #C5C88E.

Border color

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

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

This div border color is #C5C88E.

Opacity

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

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

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

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

This text has shadow with #C5C88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C88E.

Preview

Color preview on black background

This text has color #C5C88E on black background.


Color preview on white background

This text has color #C5C88E on white background.


Black color preview on #C5C88E background

This text has black color on #C5C88E background.


White color preview on #C5C88E background

This text has white color on #C5C88E background.


Related colors

Complementary color

Complementary color for #hex is #3A3771.


I love getcolorcode.com

Triadic colors

1 #8EC5C8 and #C88EC5 with #C5C88E are triadic colors.

2 #8EC8C5 and #C8C58E with #C5C88E are triadic colors.