COLOR #C6D297

HEX: #C6D297
RGB: (198,210,151)

Color info

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

RGB color model

#C6D297 color RGB value is (198,210,151).

  • red value is 198;
  • green value is 210;
  • blue value is 151.
RGB:
(198,210,151)
(78%,82%,59%)

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 151 of 255 = 59%

198
210
151

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

Portions of RGB colors in percentages

R + G + B =
198 + 210 + 151 = 559 (100%)
R 198 of 559 ~ 35.42%
G 210 of 559 ~ 37.57%
B 151 of 559 ~ 27.01%

%35.42
%37.57
%27.01

CMYK color model

#C6D297 color CMYK value is (6,0,28,18).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 17.65%
CMYK:
(6,0,28,18)
C6M0Y28K18 
(6%,0%,28%,18%)
(0.06/0.00/0.28/0.18)	

CMYK percentages

%5.71
%0
%28.1
%17.65

Codes

Color #C6D297 in popluar color models

C6D297
RGB198210151
HSL72°39.60%70.78%
HSB/HSV72°28.10%82.35%
CMYK5.71%0.00%28.10%
17.65%

Color #C6D297 in popluar number systems.

HEXC6D297
Decimal198210151
Binary110001101101001010010111
Octal306322227

Shades and tints

Shades of #C6D297

#C6D297
(198,210,151)
#B4BF8A
(180,191,138)
#A2AC7D
(162,172,125)
#909970
(144,153,112)
#7E8663
(126,134,99)
#6C7356
(108,115,86)
#5A6049
(90,96,73)
#484D3C
(72,77,60)
#363A2F
(54,58,47)
#242722
(36,39,34)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #C6D297

#C6D297
(198,210,151)
#CBD6A0
(203,214,160)
#D0DAA9
(208,218,169)
#D5DEB2
(213,222,178)
#DAE2BB
(218,226,187)
#DFE6C4
(223,230,196)
#E4EACD
(228,234,205)
#E9EED6
(233,238,214)
#EEF2DF
(238,242,223)
#F3F6E8
(243,246,232)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D297 color. Also use rgb(198,210,151) instead hex code.

Text Font Color

.myTextColor { color: #C6D297; }

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

This text font color is #C6D297.


Background Color

.myBgColor { background-color: #C6D297; }

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

This div background color is #C6D297.


Border color

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

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

This div border color is #C6D297.


Opacity

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

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

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

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

This text has shadow with #C6D297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D297 on black background.


Color preview on white background

This text has color #C6D297 on white background.



Black color preview on #C6D297 background

This text has black color on #C6D297 background.


White color preview on #C6D297 background

This text has white color on #C6D297 background.