COLOR #C7C27D

HEX: #C7C27D
RGB: (199,194,125)

Color info

#C7C27D contains mainly red and green colors. Web safe color of #C7C27D is #CCCC66 (or #CC6).

RGB color model

#C7C27D color RGB value is (199,194,125).

  • red value is 199;
  • green value is 194;
  • blue value is 125.
RGB:
(199,194,125)
(78%,76%,49%)

RGB channels and saturation

R 199 of 255 = 78%
G 194 of 255 = 76%
B 125 of 255 = 49%

199
194
125

R + G + B ~ 68%. #C7C27D is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 194 + 125 = 518 (100%)
R 199 of 518 ~ 38.42%
G 194 of 518 ~ 37.45%
B 125 of 518 ~ 24.13%

%38.42
%37.45
%24.13

CMYK color model

#C7C27D color CMYK value is (0,3,37,22).

  • cyan value is 0.00%
  • magenta value is 2.51%
  • yellow value is 37.19%
  • key color value is 21.96%
CMYK:
(0,3,37,22)
C0M3Y37K22 
(0%,3%,37%,22%)
(0.00/0.03/0.37/0.22)	

CMYK percentages

%0
%2.51
%37.19
%21.96

Codes

Color #C7C27D in popluar color models

C7C27D
RGB199194125
HSL56°39.78%63.53%
HSB/HSV56°37.19%78.04%
CMYK0.00%2.51%37.19%
21.96%

Color #C7C27D in popluar number systems.

HEXC7C27D
Decimal199194125
Binary11000111110000101111101
Octal307302175

Shades and tints

Shades of #C7C27D

#C7C27D
(199,194,125)
#B5B172
(181,177,114)
#A3A067
(163,160,103)
#918F5C
(145,143,92)
#7F7E51
(127,126,81)
#6D6D46
(109,109,70)
#5B5C3B
(91,92,59)
#494B30
(73,75,48)
#373A25
(55,58,37)
#25291A
(37,41,26)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #C7C27D

#C7C27D
(199,194,125)
#CCC788
(204,199,136)
#D1CC93
(209,204,147)
#D6D19E
(214,209,158)
#DBD6A9
(219,214,169)
#E0DBB4
(224,219,180)
#E5E0BF
(229,224,191)
#EAE5CA
(234,229,202)
#EFEAD5
(239,234,213)
#F4EFE0
(244,239,224)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C27D color. Also use rgb(199,194,125) instead hex code.

Text Font Color

.myTextColor { color: #C7C27D; }

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

This text font color is #C7C27D.


Background Color

.myBgColor { background-color: #C7C27D; }

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

This div background color is #C7C27D.


Border color

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

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

This div border color is #C7C27D.


Opacity

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

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

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

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

This text has shadow with #C7C27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C27D on black background.


Color preview on white background

This text has color #C7C27D on white background.



Black color preview on #C7C27D background

This text has black color on #C7C27D background.


White color preview on #C7C27D background

This text has white color on #C7C27D background.