COLOR #C6C27F

HEX: #C6C27F
RGB: (198,194,127)

Color info

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

RGB color model

#C6C27F color RGB value is (198,194,127).

  • red value is 198;
  • green value is 194;
  • blue value is 127.
RGB:
(198,194,127)
(78%,76%,50%)

RGB channels and saturation

R 198 of 255 = 78%
G 194 of 255 = 76%
B 127 of 255 = 50%

198
194
127

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

Portions of RGB colors in percentages

R + G + B =
198 + 194 + 127 = 519 (100%)
R 198 of 519 ~ 38.15%
G 194 of 519 ~ 37.38%
B 127 of 519 ~ 24.47%

%38.15
%37.38
%24.47

CMYK color model

#C6C27F color CMYK value is (0,2,36,22).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 35.86%
  • key color value is 22.35%
CMYK:
(0,2,36,22)
C0M2Y36K22 
(0%,2%,36%,22%)
(0.00/0.02/0.36/0.22)	

CMYK percentages

%0
%2.02
%35.86
%22.35

Codes

Color #C6C27F in popluar color models

C6C27F
RGB198194127
HSL57°38.38%63.73%
HSB/HSV57°35.86%77.65%
CMYK0.00%2.02%35.86%
22.35%

Color #C6C27F in popluar number systems.

HEXC6C27F
Decimal198194127
Binary11000110110000101111111
Octal306302177

Shades and tints

Shades of #C6C27F

#C6C27F
(198,194,127)
#B4B174
(180,177,116)
#A2A069
(162,160,105)
#908F5E
(144,143,94)
#7E7E53
(126,126,83)
#6C6D48
(108,109,72)
#5A5C3D
(90,92,61)
#484B32
(72,75,50)
#363A27
(54,58,39)
#24291C
(36,41,28)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #C6C27F

#C6C27F
(198,194,127)
#CBC78A
(203,199,138)
#D0CC95
(208,204,149)
#D5D1A0
(213,209,160)
#DAD6AB
(218,214,171)
#DFDBB6
(223,219,182)
#E4E0C1
(228,224,193)
#E9E5CC
(233,229,204)
#EEEAD7
(238,234,215)
#F3EFE2
(243,239,226)
#F8F4ED
(248,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C27F color. Also use rgb(198,194,127) instead hex code.

Text Font Color

.myTextColor { color: #C6C27F; }

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

This text font color is #C6C27F.


Background Color

.myBgColor { background-color: #C6C27F; }

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

This div background color is #C6C27F.


Border color

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

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

This div border color is #C6C27F.


Opacity

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

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

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

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

This text has shadow with #C6C27F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C27F on black background.


Color preview on white background

This text has color #C6C27F on white background.



Black color preview on #C6C27F background

This text has black color on #C6C27F background.


White color preview on #C6C27F background

This text has white color on #C6C27F background.