COLOR #C7CE92

HEX: #C7CE92
RGB: (199,206,146)

Color info

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

RGB color model

#C7CE92 color RGB value is (199,206,146).

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

RGB channels and saturation

R 199 of 255 = 78%
G 206 of 255 = 81%
B 146 of 255 = 57%

199
206
146

R + G + B ~ 72%. #C7CE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 206 + 146 = 551 (100%)
R 199 of 551 ~ 36.12%
G 206 of 551 ~ 37.39%
B 146 of 551 ~ 26.5%

%36.12
%37.39
%26.5

CMYK color model

#C7CE92 color CMYK value is (3,0,29,19).

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 19.22%
CMYK:
(3,0,29,19)
C3M0Y29K19 
(3%,0%,29%,19%)
(0.03/0.00/0.29/0.19)	

CMYK percentages

%3.4
%0
%29.13
%19.22

Codes

Color #C7CE92 in popluar color models

C7CE92
RGB199206146
HSL67°37.97%69.02%
HSB/HSV67°29.13%80.78%
CMYK3.40%0.00%29.13%
19.22%

Color #C7CE92 in popluar number systems.

HEXC7CE92
Decimal199206146
Binary110001111100111010010010
Octal307316222

Shades and tints

Shades of #C7CE92

#C7CE92
(199,206,146)
#B5BC85
(181,188,133)
#A3AA78
(163,170,120)
#91986B
(145,152,107)
#7F865E
(127,134,94)
#6D7451
(109,116,81)
#5B6244
(91,98,68)
#495037
(73,80,55)
#373E2A
(55,62,42)
#252C1D
(37,44,29)
#131A10
(19,26,16)
#000000
(0,0,0)

Tints of #C7CE92

#C7CE92
(199,206,146)
#CCD29B
(204,210,155)
#D1D6A4
(209,214,164)
#D6DAAD
(214,218,173)
#DBDEB6
(219,222,182)
#E0E2BF
(224,226,191)
#E5E6C8
(229,230,200)
#EAEAD1
(234,234,209)
#EFEEDA
(239,238,218)
#F4F2E3
(244,242,227)
#F9F6EC
(249,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CE92; }

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

This text font color is #C7CE92.


Background Color

.myBgColor { background-color: #C7CE92; }

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

This div background color is #C7CE92.


Border color

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

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

This div border color is #C7CE92.


Opacity

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

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

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

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

This text has shadow with #C7CE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CE92 on black background.


Color preview on white background

This text has color #C7CE92 on white background.



Black color preview on #C7CE92 background

This text has black color on #C7CE92 background.


White color preview on #C7CE92 background

This text has white color on #C7CE92 background.