COLOR #C5D293

HEX: #C5D293
RGB: (197,210,147)

Color info

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

RGB color model

#C5D293 color RGB value is (197,210,147).

  • red value is 197;
  • green value is 210;
  • blue value is 147.
RGB:
(197,210,147)
(77%,82%,58%)

RGB channels and saturation

R 197 of 255 = 77%
G 210 of 255 = 82%
B 147 of 255 = 58%

197
210
147

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

Portions of RGB colors in percentages

R + G + B =
197 + 210 + 147 = 554 (100%)
R 197 of 554 ~ 35.56%
G 210 of 554 ~ 37.91%
B 147 of 554 ~ 26.53%

%35.56
%37.91
%26.53

CMYK color model

#C5D293 color CMYK value is (6,0,30,18).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 17.65%
CMYK:
(6,0,30,18)
C6M0Y30K18 
(6%,0%,30%,18%)
(0.06/0.00/0.30/0.18)	

CMYK percentages

%6.19
%0
%30
%17.65

Codes

Color #C5D293 in popluar color models

C5D293
RGB197210147
HSL72°41.18%70.00%
HSB/HSV72°30.00%82.35%
CMYK6.19%0.00%30.00%
17.65%

Color #C5D293 in popluar number systems.

HEXC5D293
Decimal197210147
Binary110001011101001010010011
Octal305322223

Shades and tints

Shades of #C5D293

#C5D293
(197,210,147)
#B4BF86
(180,191,134)
#A3AC79
(163,172,121)
#92996C
(146,153,108)
#81865F
(129,134,95)
#707352
(112,115,82)
#5F6045
(95,96,69)
#4E4D38
(78,77,56)
#3D3A2B
(61,58,43)
#2C271E
(44,39,30)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #C5D293

#C5D293
(197,210,147)
#CAD69C
(202,214,156)
#CFDAA5
(207,218,165)
#D4DEAE
(212,222,174)
#D9E2B7
(217,226,183)
#DEE6C0
(222,230,192)
#E3EAC9
(227,234,201)
#E8EED2
(232,238,210)
#EDF2DB
(237,242,219)
#F2F6E4
(242,246,228)
#F7FAED
(247,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D293 color. Also use rgb(197,210,147) instead hex code.

Text Font Color

.myTextColor { color: #C5D293; }

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

This text font color is #C5D293.


Background Color

.myBgColor { background-color: #C5D293; }

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

This div background color is #C5D293.


Border color

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

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

This div border color is #C5D293.


Opacity

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

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

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

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

This text has shadow with #C5D293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D293 on black background.


Color preview on white background

This text has color #C5D293 on white background.



Black color preview on #C5D293 background

This text has black color on #C5D293 background.


White color preview on #C5D293 background

This text has white color on #C5D293 background.