COLOR #C2CE9E

HEX: #C2CE9E
RGB: (194,206,158)

Color info

#C2CE9E contains red, green and blue colors in about the same proportion. Web safe color of #C2CE9E is #CCCC99 (or #CC9).

RGB color model

#C2CE9E color RGB value is (194,206,158).

  • red value is 194;
  • green value is 206;
  • blue value is 158.
RGB:
(194,206,158)
(76%,81%,62%)

RGB channels and saturation

R 194 of 255 = 76%
G 206 of 255 = 81%
B 158 of 255 = 62%

194
206
158

R + G + B ~ 73%. #C2CE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 206 + 158 = 558 (100%)
R 194 of 558 ~ 34.77%
G 206 of 558 ~ 36.92%
B 158 of 558 ~ 28.32%

%34.77
%36.92
%28.32

CMYK color model

#C2CE9E color CMYK value is (6,0,23,19).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 19.22%
CMYK:
(6,0,23,19)
C6M0Y23K19 
(6%,0%,23%,19%)
(0.06/0.00/0.23/0.19)	

CMYK percentages

%5.83
%0
%23.3
%19.22

Codes

Color #C2CE9E in popluar color models

C2CE9E
RGB194206158
HSL75°32.88%71.37%
HSB/HSV75°23.30%80.78%
CMYK5.83%0.00%23.30%
19.22%

Color #C2CE9E in popluar number systems.

HEXC2CE9E
Decimal194206158
Binary110000101100111010011110
Octal302316236

Shades and tints

Shades of #C2CE9E

#C2CE9E
(194,206,158)
#B1BC90
(177,188,144)
#A0AA82
(160,170,130)
#8F9874
(143,152,116)
#7E8666
(126,134,102)
#6D7458
(109,116,88)
#5C624A
(92,98,74)
#4B503C
(75,80,60)
#3A3E2E
(58,62,46)
#292C20
(41,44,32)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #C2CE9E

#C2CE9E
(194,206,158)
#C7D2A6
(199,210,166)
#CCD6AE
(204,214,174)
#D1DAB6
(209,218,182)
#D6DEBE
(214,222,190)
#DBE2C6
(219,226,198)
#E0E6CE
(224,230,206)
#E5EAD6
(229,234,214)
#EAEEDE
(234,238,222)
#EFF2E6
(239,242,230)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CE9E; }

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

This text font color is #C2CE9E.


Background Color

.myBgColor { background-color: #C2CE9E; }

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

This div background color is #C2CE9E.


Border color

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

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

This div border color is #C2CE9E.


Opacity

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

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

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

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

This text has shadow with #C2CE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CE9E on black background.


Color preview on white background

This text has color #C2CE9E on white background.



Black color preview on #C2CE9E background

This text has black color on #C2CE9E background.


White color preview on #C2CE9E background

This text has white color on #C2CE9E background.