COLOR #C5D688

HEX: #C5D688 RGB: (197,214,136)

Color info

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

RGB color model

#C5D688 color RGB value is (197,214,136).

RGB: (197,214,136) (77%, 84%, 53%)

RGB channels and saturation

R 197 of 255 = 77%
G 214 of 255 = 84%
B 136 of 255 = 53%

197
214
136

R + G + B ~ 71%. #C5D688 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 214 + 136 = 547 (100%)
R 197 of 547 ~ 36.01%
G 214 of 547 ~ 39.12%
B 136 of 547 ~ 24.86'%

%36.01
%39.12
%24.86

CMYK color model

#C5D688 color CMYK value is (8,0,36,16).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 36.45%
  • key color value is 16.08%
CMYK: (8,0,36,16) C8M0Y36K16 (8%,0%,36%,16%) (0.08/0.00/0.36/0.16) 

CMYK percentages

%7.94
%0
%36.45
%16.08

Codes

Color #C5D688 in popluar color models

C5 D6 88
RGB 197 214 136
HSL 73° 48.75% 68.63%
HSB/HSV 73° 36.45% 83.92%
CMYK 7.94% 0.00% 36.45%
16.08%

Color #C5D688 in popluar number systems.

HEX C5 D6 88
Decimal 197 214 136
Binary 11000101 11010110 10001000
Octal 305 326 210

Shades and tints

Shades of #C5D688

#C5D688
(197,214,136)
#B4C37C
(180,195,124)
#A3B070
(163,176,112)
#929D64
(146,157,100)
#818A58
(129,138,88)
#70774C
(112,119,76)
#5F6440
(95,100,64)
#4E5134
(78,81,52)
#3D3E28
(61,62,40)
#2C2B1C
(44,43,28)
#1B1810
(27,24,16)
#000000
(0,0,0)

Tints of #C5D688

#C5D688
(197,214,136)
#CAD992
(202,217,146)
#CFDC9C
(207,220,156)
#D4DFA6
(212,223,166)
#D9E2B0
(217,226,176)
#DEE5BA
(222,229,186)
#E3E8C4
(227,232,196)
#E8EBCE
(232,235,206)
#EDEED8
(237,238,216)
#F2F1E2
(242,241,226)
#F7F4EC
(247,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D688 color. Also use rgb(197,214,136) instead hex code.

Text Font Color

.myTextColor { color: #C5D688; }

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

This text font color is #C5D688.

Background Color

.myBgColor { background-color: #C5D688; }

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

This div background color is #C5D688.

Border color

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

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

This div border color is #C5D688.

Opacity

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

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

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

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

This text has shadow with #C5D688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D688.

Preview

Color preview on black background

This text has color #C5D688 on black background.


Color preview on white background

This text has color #C5D688 on white background.


Black color preview on #C5D688 background

This text has black color on #C5D688 background.


White color preview on #C5D688 background

This text has white color on #C5D688 background.


Related colors

Complementary color

Complementary color for #hex is #3A2977.


I love getcolorcode.com

Triadic colors

1 #88C5D6 and #D688C5 with #C5D688 are triadic colors.

2 #88D6C5 and #D6C588 with #C5D688 are triadic colors.