COLOR #C6C8A3

HEX: #C6C8A3
RGB: (198,200,163)

Color info

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

RGB color model

#C6C8A3 color RGB value is (198,200,163).

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

RGB channels and saturation

R 198 of 255 = 78%
G 200 of 255 = 78%
B 163 of 255 = 64%

198
200
163

R + G + B ~ 73%. #C6C8A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 200 + 163 = 561 (100%)
R 198 of 561 ~ 35.29%
G 200 of 561 ~ 35.65%
B 163 of 561 ~ 29.06%

%35.29
%35.65
%29.06

CMYK color model

#C6C8A3 color CMYK value is (1,0,19,22).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 18.50%
  • key color value is 21.57%
CMYK:
(1,0,19,22)
C1M0Y19K22 
(1%,0%,19%,22%)
(0.01/0.00/0.19/0.22)	

CMYK percentages

%1
%0
%18.5
%21.57

Codes

Color #C6C8A3 in popluar color models

C6C8A3
RGB198200163
HSL63°25.17%71.18%
HSB/HSV63°18.50%78.43%
CMYK1.00%0.00%18.50%
21.57%

Color #C6C8A3 in popluar number systems.

HEXC6C8A3
Decimal198200163
Binary110001101100100010100011
Octal306310243

Shades and tints

Shades of #C6C8A3

#C6C8A3
(198,200,163)
#B4B695
(180,182,149)
#A2A487
(162,164,135)
#909279
(144,146,121)
#7E806B
(126,128,107)
#6C6E5D
(108,110,93)
#5A5C4F
(90,92,79)
#484A41
(72,74,65)
#363833
(54,56,51)
#242625
(36,38,37)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #C6C8A3

#C6C8A3
(198,200,163)
#CBCDAB
(203,205,171)
#D0D2B3
(208,210,179)
#D5D7BB
(213,215,187)
#DADCC3
(218,220,195)
#DFE1CB
(223,225,203)
#E4E6D3
(228,230,211)
#E9EBDB
(233,235,219)
#EEF0E3
(238,240,227)
#F3F5EB
(243,245,235)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C8A3; }

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

This text font color is #C6C8A3.


Background Color

.myBgColor { background-color: #C6C8A3; }

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

This div background color is #C6C8A3.


Border color

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

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

This div border color is #C6C8A3.


Opacity

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

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

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

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

This text has shadow with #C6C8A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C8A3 on black background.


Color preview on white background

This text has color #C6C8A3 on white background.



Black color preview on #C6C8A3 background

This text has black color on #C6C8A3 background.


White color preview on #C6C8A3 background

This text has white color on #C6C8A3 background.