COLOR #C6C87B

HEX: #C6C87B
RGB: (198,200,123)

Color info

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

RGB color model

#C6C87B color RGB value is (198,200,123).

  • red value is 198;
  • green value is 200;
  • blue value is 123.
RGB:
(198,200,123)
(78%,78%,48%)

RGB channels and saturation

R 198 of 255 = 78%
G 200 of 255 = 78%
B 123 of 255 = 48%

198
200
123

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

Portions of RGB colors in percentages

R + G + B =
198 + 200 + 123 = 521 (100%)
R 198 of 521 ~ 38%
G 200 of 521 ~ 38.39%
B 123 of 521 ~ 23.61%

%38
%38.39
%23.61

CMYK color model

#C6C87B color CMYK value is (1,0,39,22).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 38.50%
  • key color value is 21.57%
CMYK:
(1,0,39,22)
C1M0Y39K22 
(1%,0%,39%,22%)
(0.01/0.00/0.39/0.22)	

CMYK percentages

%1
%0
%38.5
%21.57

Codes

Color #C6C87B in popluar color models

C6C87B
RGB198200123
HSL62°41.18%63.33%
HSB/HSV62°38.50%78.43%
CMYK1.00%0.00%38.50%
21.57%

Color #C6C87B in popluar number systems.

HEXC6C87B
Decimal198200123
Binary11000110110010001111011
Octal306310173

Shades and tints

Shades of #C6C87B

#C6C87B
(198,200,123)
#B4B670
(180,182,112)
#A2A465
(162,164,101)
#90925A
(144,146,90)
#7E804F
(126,128,79)
#6C6E44
(108,110,68)
#5A5C39
(90,92,57)
#484A2E
(72,74,46)
#363823
(54,56,35)
#242618
(36,38,24)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #C6C87B

#C6C87B
(198,200,123)
#CBCD87
(203,205,135)
#D0D293
(208,210,147)
#D5D79F
(213,215,159)
#DADCAB
(218,220,171)
#DFE1B7
(223,225,183)
#E4E6C3
(228,230,195)
#E9EBCF
(233,235,207)
#EEF0DB
(238,240,219)
#F3F5E7
(243,245,231)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C87B color. Also use rgb(198,200,123) instead hex code.

Text Font Color

.myTextColor { color: #C6C87B; }

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

This text font color is #C6C87B.


Background Color

.myBgColor { background-color: #C6C87B; }

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

This div background color is #C6C87B.


Border color

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

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

This div border color is #C6C87B.


Opacity

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

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

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

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

This text has shadow with #C6C87B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C87B on black background.


Color preview on white background

This text has color #C6C87B on white background.



Black color preview on #C6C87B background

This text has black color on #C6C87B background.


White color preview on #C6C87B background

This text has white color on #C6C87B background.