COLOR #C2CEA7

HEX: #C2CEA7
RGB: (194,206,167)

Color info

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

RGB color model

#C2CEA7 color RGB value is (194,206,167).

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

RGB channels and saturation

R 194 of 255 = 76%
G 206 of 255 = 81%
B 167 of 255 = 65%

194
206
167

R + G + B ~ 74%. #C2CEA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 206 + 167 = 567 (100%)
R 194 of 567 ~ 34.22%
G 206 of 567 ~ 36.33%
B 167 of 567 ~ 29.45%

%34.22
%36.33
%29.45

CMYK color model

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

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 19.22%
CMYK:
(6,0,19,19)
C6M0Y19K19 
(6%,0%,19%,19%)
(0.06/0.00/0.19/0.19)	

CMYK percentages

%5.83
%0
%18.93
%19.22

Codes

Color #C2CEA7 in popluar color models

C2CEA7
RGB194206167
HSL78°28.47%73.14%
HSB/HSV78°18.93%80.78%
CMYK5.83%0.00%18.93%
19.22%

Color #C2CEA7 in popluar number systems.

HEXC2CEA7
Decimal194206167
Binary110000101100111010100111
Octal302316247

Shades and tints

Shades of #C2CEA7

#C2CEA7
(194,206,167)
#B1BC98
(177,188,152)
#A0AA89
(160,170,137)
#8F987A
(143,152,122)
#7E866B
(126,134,107)
#6D745C
(109,116,92)
#5C624D
(92,98,77)
#4B503E
(75,80,62)
#3A3E2F
(58,62,47)
#292C20
(41,44,32)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #C2CEA7

#C2CEA7
(194,206,167)
#C7D2AF
(199,210,175)
#CCD6B7
(204,214,183)
#D1DABF
(209,218,191)
#D6DEC7
(214,222,199)
#DBE2CF
(219,226,207)
#E0E6D7
(224,230,215)
#E5EADF
(229,234,223)
#EAEEE7
(234,238,231)
#EFF2EF
(239,242,239)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CEA7; }

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

This text font color is #C2CEA7.


Background Color

.myBgColor { background-color: #C2CEA7; }

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

This div background color is #C2CEA7.


Border color

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

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

This div border color is #C2CEA7.


Opacity

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

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

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

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

This text has shadow with #C2CEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CEA7 on black background.


Color preview on white background

This text has color #C2CEA7 on white background.



Black color preview on #C2CEA7 background

This text has black color on #C2CEA7 background.


White color preview on #C2CEA7 background

This text has white color on #C2CEA7 background.