COLOR #C7CE9F

HEX: #C7CE9F
RGB: (199,206,159)

Color info

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

RGB color model

#C7CE9F color RGB value is (199,206,159).

  • red value is 199;
  • green value is 206;
  • blue value is 159.
RGB:
(199,206,159)
(78%,81%,62%)

RGB channels and saturation

R 199 of 255 = 78%
G 206 of 255 = 81%
B 159 of 255 = 62%

199
206
159

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

Portions of RGB colors in percentages

R + G + B =
199 + 206 + 159 = 564 (100%)
R 199 of 564 ~ 35.28%
G 206 of 564 ~ 36.52%
B 159 of 564 ~ 28.19%

%35.28
%36.52
%28.19

CMYK color model

#C7CE9F color CMYK value is (3,0,23,19).

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 22.82%
  • key color value is 19.22%
CMYK:
(3,0,23,19)
C3M0Y23K19 
(3%,0%,23%,19%)
(0.03/0.00/0.23/0.19)	

CMYK percentages

%3.4
%0
%22.82
%19.22

Codes

Color #C7CE9F in popluar color models

C7CE9F
RGB199206159
HSL69°32.41%71.57%
HSB/HSV69°22.82%80.78%
CMYK3.40%0.00%22.82%
19.22%

Color #C7CE9F in popluar number systems.

HEXC7CE9F
Decimal199206159
Binary110001111100111010011111
Octal307316237

Shades and tints

Shades of #C7CE9F

#C7CE9F
(199,206,159)
#B5BC91
(181,188,145)
#A3AA83
(163,170,131)
#919875
(145,152,117)
#7F8667
(127,134,103)
#6D7459
(109,116,89)
#5B624B
(91,98,75)
#49503D
(73,80,61)
#373E2F
(55,62,47)
#252C21
(37,44,33)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #C7CE9F

#C7CE9F
(199,206,159)
#CCD2A7
(204,210,167)
#D1D6AF
(209,214,175)
#D6DAB7
(214,218,183)
#DBDEBF
(219,222,191)
#E0E2C7
(224,226,199)
#E5E6CF
(229,230,207)
#EAEAD7
(234,234,215)
#EFEEDF
(239,238,223)
#F4F2E7
(244,242,231)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CE9F color. Also use rgb(199,206,159) instead hex code.

Text Font Color

.myTextColor { color: #C7CE9F; }

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

This text font color is #C7CE9F.


Background Color

.myBgColor { background-color: #C7CE9F; }

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

This div background color is #C7CE9F.


Border color

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

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

This div border color is #C7CE9F.


Opacity

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

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

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

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

This text has shadow with #C7CE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CE9F on black background.


Color preview on white background

This text has color #C7CE9F on white background.



Black color preview on #C7CE9F background

This text has black color on #C7CE9F background.


White color preview on #C7CE9F background

This text has white color on #C7CE9F background.