COLOR #C5CD85

HEX: #C5CD85 RGB: (197,205,133)

Color info

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

RGB color model

#C5CD85 color RGB value is (197,205,133).

RGB: (197,205,133) (77%, 80%, 52%)

RGB channels and saturation

R 197 of 255 = 77%
G 205 of 255 = 80%
B 133 of 255 = 52%

197
205
133

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

Portions of RGB colors in percentages

R + G + B = 197 + 205 + 133 = 535 (100%)
R 197 of 535 ~ 36.82%
G 205 of 535 ~ 38.32%
B 133 of 535 ~ 24.86'%

%36.82
%38.32
%24.86

CMYK color model

#C5CD85 color CMYK value is (4,0,35,20).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 19.61%

CMYK: (4,0,35,20)
C4M0Y35K20 (4%, 0%, 35%, 20%)
(0.04 / 0.00 / 0.35 / 0.20)

CMYK percentages

%3.9
%0
%35.12
%19.61

Codes

Color #C5CD85 in popluar color models

C5 CD 85
RGB 197 205 133
HSL 67° 41.86% 66.27%
HSB/HSV 67° 35.12% 80.39%
CMYK 3.90% 0.00% 35.12%
19.61%

Color #C5CD85 in popluar number systems.

HEX C5 CD 85
Decimal 197 205 133
Binary 11000101 11001101 10000101
Octal 305 315 205

Shades and tints

Shades of #C5CD85

#C5CD85
(197,205,133)
#B4BB79
(180,187,121)
#A3A96D
(163,169,109)
#929761
(146,151,97)
#818555
(129,133,85)
#707349
(112,115,73)
#5F613D
(95,97,61)
#4E4F31
(78,79,49)
#3D3D25
(61,61,37)
#2C2B19
(44,43,25)
#1B190D
(27,25,13)
#000000
(0,0,0)

Tints of #C5CD85

#C5CD85
(197,205,133)
#CAD190
(202,209,144)
#CFD59B
(207,213,155)
#D4D9A6
(212,217,166)
#D9DDB1
(217,221,177)
#DEE1BC
(222,225,188)
#E3E5C7
(227,229,199)
#E8E9D2
(232,233,210)
#EDEDDD
(237,237,221)
#F2F1E8
(242,241,232)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CD85; }

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

This text font color is #C5CD85.

Background Color

.myBgColor { background-color: #C5CD85; }

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

This div background color is #C5CD85.

Border color

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

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

This div border color is #C5CD85.

Opacity

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

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

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

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

This text has shadow with #C5CD85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CD85.

Preview

Color preview on black background

This text has color #C5CD85 on black background.


Color preview on white background

This text has color #C5CD85 on white background.


Black color preview on #C5CD85 background

This text has black color on #C5CD85 background.


White color preview on #C5CD85 background

This text has white color on #C5CD85 background.


Related colors

Complementary color

Complementary color for #hex is #3A327A.


I love getcolorcode.com

Triadic colors

1 #85C5CD and #CD85C5 with #C5CD85 are triadic colors.

2 #85CDC5 and #CDC585 with #C5CD85 are triadic colors.