COLOR #C5D090

HEX: #C5D090
RGB: (197,208,144)

Color info

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

RGB color model

#C5D090 color RGB value is (197,208,144).

  • red value is 197;
  • green value is 208;
  • blue value is 144.
RGB:
(197,208,144)
(77%,82%,56%)

RGB channels and saturation

R 197 of 255 = 77%
G 208 of 255 = 82%
B 144 of 255 = 56%

197
208
144

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

Portions of RGB colors in percentages

R + G + B =
197 + 208 + 144 = 549 (100%)
R 197 of 549 ~ 35.88%
G 208 of 549 ~ 37.89%
B 144 of 549 ~ 26.23%

%35.88
%37.89
%26.23

CMYK color model

#C5D090 color CMYK value is (5,0,31,18).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 18.43%
CMYK:
(5,0,31,18)
C5M0Y31K18 
(5%,0%,31%,18%)
(0.05/0.00/0.31/0.18)	

CMYK percentages

%5.29
%0
%30.77
%18.43

Codes

Color #C5D090 in popluar color models

C5D090
RGB197208144
HSL70°40.51%69.02%
HSB/HSV70°30.77%81.57%
CMYK5.29%0.00%30.77%
18.43%

Color #C5D090 in popluar number systems.

HEXC5D090
Decimal197208144
Binary110001011101000010010000
Octal305320220

Shades and tints

Shades of #C5D090

#C5D090
(197,208,144)
#B4BE83
(180,190,131)
#A3AC76
(163,172,118)
#929A69
(146,154,105)
#81885C
(129,136,92)
#70764F
(112,118,79)
#5F6442
(95,100,66)
#4E5235
(78,82,53)
#3D4028
(61,64,40)
#2C2E1B
(44,46,27)
#1B1C0E
(27,28,14)
#000000
(0,0,0)

Tints of #C5D090

#C5D090
(197,208,144)
#CAD49A
(202,212,154)
#CFD8A4
(207,216,164)
#D4DCAE
(212,220,174)
#D9E0B8
(217,224,184)
#DEE4C2
(222,228,194)
#E3E8CC
(227,232,204)
#E8ECD6
(232,236,214)
#EDF0E0
(237,240,224)
#F2F4EA
(242,244,234)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D090 color. Also use rgb(197,208,144) instead hex code.

Text Font Color

.myTextColor { color: #C5D090; }

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

This text font color is #C5D090.


Background Color

.myBgColor { background-color: #C5D090; }

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

This div background color is #C5D090.


Border color

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

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

This div border color is #C5D090.


Opacity

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

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

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

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

This text has shadow with #C5D090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D090 on black background.


Color preview on white background

This text has color #C5D090 on white background.



Black color preview on #C5D090 background

This text has black color on #C5D090 background.


White color preview on #C5D090 background

This text has white color on #C5D090 background.