COLOR #C6D298

HEX: #C6D298
RGB: (198,210,152)

Color info

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

RGB color model

#C6D298 color RGB value is (198,210,152).

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

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 152 of 255 = 60%

198
210
152

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

Portions of RGB colors in percentages

R + G + B =
198 + 210 + 152 = 560 (100%)
R 198 of 560 ~ 35.36%
G 210 of 560 ~ 37.5%
B 152 of 560 ~ 27.14%

%35.36
%37.5
%27.14

CMYK color model

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

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • 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
%27.62
%17.65

Codes

Color #C6D298 in popluar color models

C6D298
RGB198210152
HSL72°39.19%70.98%
HSB/HSV72°27.62%82.35%
CMYK5.71%0.00%27.62%
17.65%

Color #C6D298 in popluar number systems.

HEXC6D298
Decimal198210152
Binary110001101101001010011000
Octal306322230

Shades and tints

Shades of #C6D298

#C6D298
(198,210,152)
#B4BF8B
(180,191,139)
#A2AC7E
(162,172,126)
#909971
(144,153,113)
#7E8664
(126,134,100)
#6C7357
(108,115,87)
#5A604A
(90,96,74)
#484D3D
(72,77,61)
#363A30
(54,58,48)
#242723
(36,39,35)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C6D298

#C6D298
(198,210,152)
#CBD6A1
(203,214,161)
#D0DAAA
(208,218,170)
#D5DEB3
(213,222,179)
#DAE2BC
(218,226,188)
#DFE6C5
(223,230,197)
#E4EACE
(228,234,206)
#E9EED7
(233,238,215)
#EEF2E0
(238,242,224)
#F3F6E9
(243,246,233)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D298; }

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

This text font color is #C6D298.


Background Color

.myBgColor { background-color: #C6D298; }

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

This div background color is #C6D298.


Border color

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

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

This div border color is #C6D298.


Opacity

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

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

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

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

This text has shadow with #C6D298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D298 on black background.


Color preview on white background

This text has color #C6D298 on white background.



Black color preview on #C6D298 background

This text has black color on #C6D298 background.


White color preview on #C6D298 background

This text has white color on #C6D298 background.