COLOR #C2CE83

HEX: #C2CE83 RGB: (194,206,131)

Color info

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

RGB color model

#C2CE83 color RGB value is (194,206,131).

RGB: (194,206,131) (76%, 81%, 51%)

RGB channels and saturation

R 194 of 255 = 76%
G 206 of 255 = 81%
B 131 of 255 = 51%

194
206
131

R + G + B ~ 69%. #C2CE83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 206 + 131 = 531 (100%)
R 194 of 531 ~ 36.53%
G 206 of 531 ~ 38.79%
B 131 of 531 ~ 24.67'%

%36.53
%38.79
%24.67

CMYK color model

#C2CE83 color CMYK value is (6,0,36,19).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 36.41%
  • key color value is 19.22%

CMYK: (6,0,36,19)
C6M0Y36K19 (6%, 0%, 36%, 19%)
(0.06 / 0.00 / 0.36 / 0.19)

CMYK percentages

%5.83
%0
%36.41
%19.22

Codes

Color #C2CE83 in popluar color models

C2 CE 83
RGB 194 206 131
HSL 70° 43.35% 66.08%
HSB/HSV 70° 36.41% 80.78%
CMYK 5.83% 0.00% 36.41%
19.22%

Color #C2CE83 in popluar number systems.

HEX C2 CE 83
Decimal 194 206 131
Binary 11000010 11001110 10000011
Octal 302 316 203

Shades and tints

Shades of #C2CE83

#C2CE83
(194,206,131)
#B1BC78
(177,188,120)
#A0AA6D
(160,170,109)
#8F9862
(143,152,98)
#7E8657
(126,134,87)
#6D744C
(109,116,76)
#5C6241
(92,98,65)
#4B5036
(75,80,54)
#3A3E2B
(58,62,43)
#292C20
(41,44,32)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #C2CE83

#C2CE83
(194,206,131)
#C7D28E
(199,210,142)
#CCD699
(204,214,153)
#D1DAA4
(209,218,164)
#D6DEAF
(214,222,175)
#DBE2BA
(219,226,186)
#E0E6C5
(224,230,197)
#E5EAD0
(229,234,208)
#EAEEDB
(234,238,219)
#EFF2E6
(239,242,230)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CE83 color. Also use rgb(194,206,131) instead hex code.

Text Font Color

.myTextColor { color: #C2CE83; }

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

This text font color is #C2CE83.

Background Color

.myBgColor { background-color: #C2CE83; }

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

This div background color is #C2CE83.

Border color

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

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

This div border color is #C2CE83.

Opacity

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

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

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

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

This text has shadow with #C2CE83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CE83.

Preview

Color preview on black background

This text has color #C2CE83 on black background.


Color preview on white background

This text has color #C2CE83 on white background.


Black color preview on #C2CE83 background

This text has black color on #C2CE83 background.


White color preview on #C2CE83 background

This text has white color on #C2CE83 background.


Related colors

Complementary color

Complementary color for #hex is #3D317C.


I love getcolorcode.com

Triadic colors

1 #83C2CE and #CE83C2 with #C2CE83 are triadic colors.

2 #83CEC2 and #CEC283 with #C2CE83 are triadic colors.