COLOR #C5D298

HEX: #C5D298
RGB: (197,210,152)

Color info

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

RGB color model

#C5D298 color RGB value is (197,210,152).

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

RGB channels and saturation

R 197 of 255 = 77%
G 210 of 255 = 82%
B 152 of 255 = 60%

197
210
152

R + G + B ~ 73%. #C5D298 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 210 + 152 = 559 (100%)
R 197 of 559 ~ 35.24%
G 210 of 559 ~ 37.57%
B 152 of 559 ~ 27.19%

%35.24
%37.57
%27.19

CMYK color model

#C5D298 color CMYK value is (6,0,28,18).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 17.65%
CMYK:
(6,0,28,18)
C6M0Y28K18 
(6%,0%,28%,18%)
(0.06/0.00/0.28/0.18)	

CMYK percentages

%6.19
%0
%27.62
%17.65

Codes

Color #C5D298 in popluar color models

C5D298
RGB197210152
HSL73°39.19%70.98%
HSB/HSV73°27.62%82.35%
CMYK6.19%0.00%27.62%
17.65%

Color #C5D298 in popluar number systems.

HEXC5D298
Decimal197210152
Binary110001011101001010011000
Octal305322230

Shades and tints

Shades of #C5D298

#C5D298
(197,210,152)
#B4BF8B
(180,191,139)
#A3AC7E
(163,172,126)
#929971
(146,153,113)
#818664
(129,134,100)
#707357
(112,115,87)
#5F604A
(95,96,74)
#4E4D3D
(78,77,61)
#3D3A30
(61,58,48)
#2C2723
(44,39,35)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #C5D298

#C5D298
(197,210,152)
#CAD6A1
(202,214,161)
#CFDAAA
(207,218,170)
#D4DEB3
(212,222,179)
#D9E2BC
(217,226,188)
#DEE6C5
(222,230,197)
#E3EACE
(227,234,206)
#E8EED7
(232,238,215)
#EDF2E0
(237,242,224)
#F2F6E9
(242,246,233)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D298; }

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

This text font color is #C5D298.


Background Color

.myBgColor { background-color: #C5D298; }

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

This div background color is #C5D298.


Border color

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

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

This div border color is #C5D298.


Opacity

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

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

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

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

This text has shadow with #C5D298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D298 on black background.


Color preview on white background

This text has color #C5D298 on white background.



Black color preview on #C5D298 background

This text has black color on #C5D298 background.


White color preview on #C5D298 background

This text has white color on #C5D298 background.