COLOR #C5D085

HEX: #C5D085
RGB: (197,208,133)

Color info

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

RGB color model

#C5D085 color RGB value is (197,208,133).

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

RGB channels and saturation

R 197 of 255 = 77%
G 208 of 255 = 82%
B 133 of 255 = 52%

197
208
133

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

Portions of RGB colors in percentages

R + G + B =
197 + 208 + 133 = 538 (100%)
R 197 of 538 ~ 36.62%
G 208 of 538 ~ 38.66%
B 133 of 538 ~ 24.72%

%36.62
%38.66
%24.72

CMYK color model

#C5D085 color CMYK value is (5,0,36,18).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 36.06%
  • key color value is 18.43%
CMYK:
(5,0,36,18)
C5M0Y36K18 
(5%,0%,36%,18%)
(0.05/0.00/0.36/0.18)	

CMYK percentages

%5.29
%0
%36.06
%18.43

Codes

Color #C5D085 in popluar color models

C5D085
RGB197208133
HSL69°44.38%66.86%
HSB/HSV69°36.06%81.57%
CMYK5.29%0.00%36.06%
18.43%

Color #C5D085 in popluar number systems.

HEXC5D085
Decimal197208133
Binary110001011101000010000101
Octal305320205

Shades and tints

Shades of #C5D085

#C5D085
(197,208,133)
#B4BE79
(180,190,121)
#A3AC6D
(163,172,109)
#929A61
(146,154,97)
#818855
(129,136,85)
#707649
(112,118,73)
#5F643D
(95,100,61)
#4E5231
(78,82,49)
#3D4025
(61,64,37)
#2C2E19
(44,46,25)
#1B1C0D
(27,28,13)
#000000
(0,0,0)

Tints of #C5D085

#C5D085
(197,208,133)
#CAD490
(202,212,144)
#CFD89B
(207,216,155)
#D4DCA6
(212,220,166)
#D9E0B1
(217,224,177)
#DEE4BC
(222,228,188)
#E3E8C7
(227,232,199)
#E8ECD2
(232,236,210)
#EDF0DD
(237,240,221)
#F2F4E8
(242,244,232)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D085; }

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

This text font color is #C5D085.


Background Color

.myBgColor { background-color: #C5D085; }

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

This div background color is #C5D085.


Border color

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

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

This div border color is #C5D085.


Opacity

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

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

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

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

This text has shadow with #C5D085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D085 on black background.


Color preview on white background

This text has color #C5D085 on white background.



Black color preview on #C5D085 background

This text has black color on #C5D085 background.


White color preview on #C5D085 background

This text has white color on #C5D085 background.