COLOR #C6C398

HEX: #C6C398
RGB: (198,195,152)

Color info

#C6C398 contains red, green and blue colors in about the same proportion. Web safe color of #C6C398 is #CCCC99 (or #CC9).

RGB color model

#C6C398 color RGB value is (198,195,152).

  • red value is 198;
  • green value is 195;
  • blue value is 152.
RGB:
(198,195,152)
(78%,76%,60%)

RGB channels and saturation

R 198 of 255 = 78%
G 195 of 255 = 76%
B 152 of 255 = 60%

198
195
152

R + G + B ~ 71%. #C6C398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 195 + 152 = 545 (100%)
R 198 of 545 ~ 36.33%
G 195 of 545 ~ 35.78%
B 152 of 545 ~ 27.89%

%36.33
%35.78
%27.89

CMYK color model

#C6C398 color CMYK value is (0,2,23,22).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 23.23%
  • key color value is 22.35%
CMYK:
(0,2,23,22)
C0M2Y23K22 
(0%,2%,23%,22%)
(0.00/0.02/0.23/0.22)	

CMYK percentages

%0
%1.52
%23.23
%22.35

Codes

Color #C6C398 in popluar color models

C6C398
RGB198195152
HSL56°28.75%68.63%
HSB/HSV56°23.23%77.65%
CMYK0.00%1.52%23.23%
22.35%

Color #C6C398 in popluar number systems.

HEXC6C398
Decimal198195152
Binary110001101100001110011000
Octal306303230

Shades and tints

Shades of #C6C398

#C6C398
(198,195,152)
#B4B28B
(180,178,139)
#A2A17E
(162,161,126)
#909071
(144,144,113)
#7E7F64
(126,127,100)
#6C6E57
(108,110,87)
#5A5D4A
(90,93,74)
#484C3D
(72,76,61)
#363B30
(54,59,48)
#242A23
(36,42,35)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #C6C398

#C6C398
(198,195,152)
#CBC8A1
(203,200,161)
#D0CDAA
(208,205,170)
#D5D2B3
(213,210,179)
#DAD7BC
(218,215,188)
#DFDCC5
(223,220,197)
#E4E1CE
(228,225,206)
#E9E6D7
(233,230,215)
#EEEBE0
(238,235,224)
#F3F0E9
(243,240,233)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C398 color. Also use rgb(198,195,152) instead hex code.

Text Font Color

.myTextColor { color: #C6C398; }

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

This text font color is #C6C398.


Background Color

.myBgColor { background-color: #C6C398; }

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

This div background color is #C6C398.


Border color

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

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

This div border color is #C6C398.


Opacity

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

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

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

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

This text has shadow with #C6C398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C398 on black background.


Color preview on white background

This text has color #C6C398 on white background.



Black color preview on #C6C398 background

This text has black color on #C6C398 background.


White color preview on #C6C398 background

This text has white color on #C6C398 background.