COLOR #C7CA83

HEX: #C7CA83
RGB: (199,202,131)

Color info

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

RGB color model

#C7CA83 color RGB value is (199,202,131).

  • red value is 199;
  • green value is 202;
  • blue value is 131.
RGB:
(199,202,131)
(78%,79%,51%)

RGB channels and saturation

R 199 of 255 = 78%
G 202 of 255 = 79%
B 131 of 255 = 51%

199
202
131

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

Portions of RGB colors in percentages

R + G + B =
199 + 202 + 131 = 532 (100%)
R 199 of 532 ~ 37.41%
G 202 of 532 ~ 37.97%
B 131 of 532 ~ 24.62%

%37.41
%37.97
%24.62

CMYK color model

#C7CA83 color CMYK value is (1,0,35,21).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 35.15%
  • key color value is 20.78%
CMYK:
(1,0,35,21)
C1M0Y35K21 
(1%,0%,35%,21%)
(0.01/0.00/0.35/0.21)	

CMYK percentages

%1.49
%0
%35.15
%20.78

Codes

Color #C7CA83 in popluar color models

C7CA83
RGB199202131
HSL63°40.11%65.29%
HSB/HSV63°35.15%79.22%
CMYK1.49%0.00%35.15%
20.78%

Color #C7CA83 in popluar number systems.

HEXC7CA83
Decimal199202131
Binary110001111100101010000011
Octal307312203

Shades and tints

Shades of #C7CA83

#C7CA83
(199,202,131)
#B5B878
(181,184,120)
#A3A66D
(163,166,109)
#919462
(145,148,98)
#7F8257
(127,130,87)
#6D704C
(109,112,76)
#5B5E41
(91,94,65)
#494C36
(73,76,54)
#373A2B
(55,58,43)
#252820
(37,40,32)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #C7CA83

#C7CA83
(199,202,131)
#CCCE8E
(204,206,142)
#D1D299
(209,210,153)
#D6D6A4
(214,214,164)
#DBDAAF
(219,218,175)
#E0DEBA
(224,222,186)
#E5E2C5
(229,226,197)
#EAE6D0
(234,230,208)
#EFEADB
(239,234,219)
#F4EEE6
(244,238,230)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CA83 color. Also use rgb(199,202,131) instead hex code.

Text Font Color

.myTextColor { color: #C7CA83; }

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

This text font color is #C7CA83.


Background Color

.myBgColor { background-color: #C7CA83; }

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

This div background color is #C7CA83.


Border color

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

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

This div border color is #C7CA83.


Opacity

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

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

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

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

This text has shadow with #C7CA83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CA83 on black background.


Color preview on white background

This text has color #C7CA83 on white background.



Black color preview on #C7CA83 background

This text has black color on #C7CA83 background.


White color preview on #C7CA83 background

This text has white color on #C7CA83 background.