COLOR #C2CD7E

HEX: #C2CD7E RGB: (194,205,126)

Color info

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

RGB color model

#C2CD7E color RGB value is (194,205,126).

RGB: (194,205,126) (76%, 80%, 49%)

RGB channels and saturation

R 194 of 255 = 76%
G 205 of 255 = 80%
B 126 of 255 = 49%

194
205
126

R + G + B ~ 68%. #C2CD7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 205 + 126 = 525 (100%)
R 194 of 525 ~ 36.95%
G 205 of 525 ~ 39.05%
B 126 of 525 ~ 24'%

%36.95
%39.05
%24

CMYK color model

#C2CD7E color CMYK value is (5,0,39,20).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 38.54%
  • key color value is 19.61%
CMYK: (5,0,39,20) C5M0Y39K20 (5%,0%,39%,20%) (0.05/0.00/0.39/0.20) 

CMYK percentages

%5.37
%0
%38.54
%19.61

Codes

Color #C2CD7E in popluar color models

C2 CD 7E
RGB 194 205 126
HSL 68° 44.13% 64.90%
HSB/HSV 68° 38.54% 80.39%
CMYK 5.37% 0.00% 38.54%
19.61%

Color #C2CD7E in popluar number systems.

HEX C2 CD 7E
Decimal 194 205 126
Binary 11000010 11001101 1111110
Octal 302 315 176

Shades and tints

Shades of #C2CD7E

#C2CD7E
(194,205,126)
#B1BB73
(177,187,115)
#A0A968
(160,169,104)
#8F975D
(143,151,93)
#7E8552
(126,133,82)
#6D7347
(109,115,71)
#5C613C
(92,97,60)
#4B4F31
(75,79,49)
#3A3D26
(58,61,38)
#292B1B
(41,43,27)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #C2CD7E

#C2CD7E
(194,205,126)
#C7D189
(199,209,137)
#CCD594
(204,213,148)
#D1D99F
(209,217,159)
#D6DDAA
(214,221,170)
#DBE1B5
(219,225,181)
#E0E5C0
(224,229,192)
#E5E9CB
(229,233,203)
#EAEDD6
(234,237,214)
#EFF1E1
(239,241,225)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CD7E color. Also use rgb(194,205,126) instead hex code.

Text Font Color

.myTextColor { color: #C2CD7E; }

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

This text font color is #C2CD7E.

Background Color

.myBgColor { background-color: #C2CD7E; }

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

This div background color is #C2CD7E.

Border color

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

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

This div border color is #C2CD7E.

Opacity

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

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

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

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

This text has shadow with #C2CD7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CD7E.

Preview

Color preview on black background

This text has color #C2CD7E on black background.


Color preview on white background

This text has color #C2CD7E on white background.


Black color preview on #C2CD7E background

This text has black color on #C2CD7E background.


White color preview on #C2CD7E background

This text has white color on #C2CD7E background.


Related colors

Complementary color

Complementary color for #hex is #3D3281.


I love getcolorcode.com

Triadic colors

1 #7EC2CD and #CD7EC2 with #C2CD7E are triadic colors.

2 #7ECDC2 and #CDC27E with #C2CD7E are triadic colors.