COLOR #C5D166

HEX: #C5D166 RGB: (197,209,102)

Color info

#C5D166 contains mainly red and green colors. Web safe color of #C5D166 is #CCCC66 (or #CC6).

RGB color model

#C5D166 color RGB value is (197,209,102).

RGB: (197,209,102) (77%, 82%, 40%)

RGB channels and saturation

R 197 of 255 = 77%
G 209 of 255 = 82%
B 102 of 255 = 40%

197
209
102

R + G + B ~ 66%. #C5D166 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 209 + 102 = 508 (100%)
R 197 of 508 ~ 38.78%
G 209 of 508 ~ 41.14%
B 102 of 508 ~ 20.08'%

%38.78
%41.14
%20.08

CMYK color model

#C5D166 color CMYK value is (6,0,51,18).

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 51.20%
  • key color value is 18.04%
CMYK: (6,0,51,18) C6M0Y51K18 (6%,0%,51%,18%) (0.06/0.00/0.51/0.18) 

CMYK percentages

%5.74
%0
%51.2
%18.04

Codes

Color #C5D166 in popluar color models

C5 D1 66
RGB 197 209 102
HSL 67° 53.77% 60.98%
HSB/HSV 67° 51.20% 81.96%
CMYK 5.74% 0.00% 51.20%
18.04%

Color #C5D166 in popluar number systems.

HEX C5 D1 66
Decimal 197 209 102
Binary 11000101 11010001 1100110
Octal 305 321 146

Shades and tints

Shades of #C5D166

#C5D166
(197,209,102)
#B4BE5D
(180,190,93)
#A3AB54
(163,171,84)
#92984B
(146,152,75)
#818542
(129,133,66)
#707239
(112,114,57)
#5F5F30
(95,95,48)
#4E4C27
(78,76,39)
#3D391E
(61,57,30)
#2C2615
(44,38,21)
#1B130C
(27,19,12)
#000000
(0,0,0)

Tints of #C5D166

#C5D166
(197,209,102)
#CAD573
(202,213,115)
#CFD980
(207,217,128)
#D4DD8D
(212,221,141)
#D9E19A
(217,225,154)
#DEE5A7
(222,229,167)
#E3E9B4
(227,233,180)
#E8EDC1
(232,237,193)
#EDF1CE
(237,241,206)
#F2F5DB
(242,245,219)
#F7F9E8
(247,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D166 color. Also use rgb(197,209,102) instead hex code.

Text Font Color

.myTextColor { color: #C5D166; }

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

This text font color is #C5D166.

Background Color

.myBgColor { background-color: #C5D166; }

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

This div background color is #C5D166.

Border color

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

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

This div border color is #C5D166.

Opacity

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

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

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

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

This text has shadow with #C5D166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D166.

Preview

Color preview on black background

This text has color #C5D166 on black background.


Color preview on white background

This text has color #C5D166 on white background.


Black color preview on #C5D166 background

This text has black color on #C5D166 background.


White color preview on #C5D166 background

This text has white color on #C5D166 background.


Related colors

Complementary color

Complementary color for #hex is #3A2E99.


I love getcolorcode.com

Triadic colors

1 #66C5D1 and #D166C5 with #C5D166 are triadic colors.

2 #66D1C5 and #D1C566 with #C5D166 are triadic colors.