COLOR #C6D3A3

HEX: #C6D3A3
RGB: (198,211,163)

Color info

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

RGB color model

#C6D3A3 color RGB value is (198,211,163).

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

RGB channels and saturation

R 198 of 255 = 78%
G 211 of 255 = 83%
B 163 of 255 = 64%

198
211
163

R + G + B ~ 75%. #C6D3A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 211 + 163 = 572 (100%)
R 198 of 572 ~ 34.62%
G 211 of 572 ~ 36.89%
B 163 of 572 ~ 28.5%

%34.62
%36.89
%28.5

CMYK color model

#C6D3A3 color CMYK value is (6,0,23,17).

  • cyan value is 6.16%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 17.25%
CMYK:
(6,0,23,17)
C6M0Y23K17 
(6%,0%,23%,17%)
(0.06/0.00/0.23/0.17)	

CMYK percentages

%6.16
%0
%22.75
%17.25

Codes

Color #C6D3A3 in popluar color models

C6D3A3
RGB198211163
HSL76°35.29%73.33%
HSB/HSV76°22.75%82.75%
CMYK6.16%0.00%22.75%
17.25%

Color #C6D3A3 in popluar number systems.

HEXC6D3A3
Decimal198211163
Binary110001101101001110100011
Octal306323243

Shades and tints

Shades of #C6D3A3

#C6D3A3
(198,211,163)
#B4C095
(180,192,149)
#A2AD87
(162,173,135)
#909A79
(144,154,121)
#7E876B
(126,135,107)
#6C745D
(108,116,93)
#5A614F
(90,97,79)
#484E41
(72,78,65)
#363B33
(54,59,51)
#242825
(36,40,37)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #C6D3A3

#C6D3A3
(198,211,163)
#CBD7AB
(203,215,171)
#D0DBB3
(208,219,179)
#D5DFBB
(213,223,187)
#DAE3C3
(218,227,195)
#DFE7CB
(223,231,203)
#E4EBD3
(228,235,211)
#E9EFDB
(233,239,219)
#EEF3E3
(238,243,227)
#F3F7EB
(243,247,235)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D3A3; }

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

This text font color is #C6D3A3.


Background Color

.myBgColor { background-color: #C6D3A3; }

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

This div background color is #C6D3A3.


Border color

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

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

This div border color is #C6D3A3.


Opacity

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

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

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

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

This text has shadow with #C6D3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D3A3 on black background.


Color preview on white background

This text has color #C6D3A3 on white background.



Black color preview on #C6D3A3 background

This text has black color on #C6D3A3 background.


White color preview on #C6D3A3 background

This text has white color on #C6D3A3 background.