COLOR #C5D58A

HEX: #C5D58A
RGB: (197,213,138)

Color info

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

RGB color model

#C5D58A color RGB value is (197,213,138).

  • red value is 197;
  • green value is 213;
  • blue value is 138.
RGB:
(197,213,138)
(77%,84%,54%)

RGB channels and saturation

R 197 of 255 = 77%
G 213 of 255 = 84%
B 138 of 255 = 54%

197
213
138

R + G + B ~ 72%. #C5D58A is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 213 + 138 = 548 (100%)
R 197 of 548 ~ 35.95%
G 213 of 548 ~ 38.87%
B 138 of 548 ~ 25.18%

%35.95
%38.87
%25.18

CMYK color model

#C5D58A color CMYK value is (8,0,35,16).

  • cyan value is 7.51%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 16.47%
CMYK:
(8,0,35,16)
C8M0Y35K16 
(8%,0%,35%,16%)
(0.08/0.00/0.35/0.16)	

CMYK percentages

%7.51
%0
%35.21
%16.47

Codes

Color #C5D58A in popluar color models

C5D58A
RGB197213138
HSL73°47.17%68.82%
HSB/HSV73°35.21%83.53%
CMYK7.51%0.00%35.21%
16.47%

Color #C5D58A in popluar number systems.

HEXC5D58A
Decimal197213138
Binary110001011101010110001010
Octal305325212

Shades and tints

Shades of #C5D58A

#C5D58A
(197,213,138)
#B4C27E
(180,194,126)
#A3AF72
(163,175,114)
#929C66
(146,156,102)
#81895A
(129,137,90)
#70764E
(112,118,78)
#5F6342
(95,99,66)
#4E5036
(78,80,54)
#3D3D2A
(61,61,42)
#2C2A1E
(44,42,30)
#1B1712
(27,23,18)
#000000
(0,0,0)

Tints of #C5D58A

#C5D58A
(197,213,138)
#CAD894
(202,216,148)
#CFDB9E
(207,219,158)
#D4DEA8
(212,222,168)
#D9E1B2
(217,225,178)
#DEE4BC
(222,228,188)
#E3E7C6
(227,231,198)
#E8EAD0
(232,234,208)
#EDEDDA
(237,237,218)
#F2F0E4
(242,240,228)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D58A color. Also use rgb(197,213,138) instead hex code.

Text Font Color

.myTextColor { color: #C5D58A; }

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

This text font color is #C5D58A.


Background Color

.myBgColor { background-color: #C5D58A; }

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

This div background color is #C5D58A.


Border color

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

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

This div border color is #C5D58A.


Opacity

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

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

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

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

This text has shadow with #C5D58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D58A on black background.


Color preview on white background

This text has color #C5D58A on white background.



Black color preview on #C5D58A background

This text has black color on #C5D58A background.


White color preview on #C5D58A background

This text has white color on #C5D58A background.