COLOR #C6D891

HEX: #C6D891
RGB: (198,216,145)

Color info

#C6D891 contains mainly red and green colors. Web safe color of #C6D891 is #CCCC99 (or #CC9).

RGB color model

#C6D891 color RGB value is (198,216,145).

  • red value is 198;
  • green value is 216;
  • blue value is 145.
RGB:
(198,216,145)
(78%,85%,57%)

RGB channels and saturation

R 198 of 255 = 78%
G 216 of 255 = 85%
B 145 of 255 = 57%

198
216
145

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

Portions of RGB colors in percentages

R + G + B =
198 + 216 + 145 = 559 (100%)
R 198 of 559 ~ 35.42%
G 216 of 559 ~ 38.64%
B 145 of 559 ~ 25.94%

%35.42
%38.64
%25.94

CMYK color model

#C6D891 color CMYK value is (8,0,33,15).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 32.87%
  • key color value is 15.29%
CMYK:
(8,0,33,15)
C8M0Y33K15 
(8%,0%,33%,15%)
(0.08/0.00/0.33/0.15)	

CMYK percentages

%8.33
%0
%32.87
%15.29

Codes

Color #C6D891 in popluar color models

C6D891
RGB198216145
HSL75°47.65%70.78%
HSB/HSV75°32.87%84.71%
CMYK8.33%0.00%32.87%
15.29%

Color #C6D891 in popluar number systems.

HEXC6D891
Decimal198216145
Binary110001101101100010010001
Octal306330221

Shades and tints

Shades of #C6D891

#C6D891
(198,216,145)
#B4C584
(180,197,132)
#A2B277
(162,178,119)
#909F6A
(144,159,106)
#7E8C5D
(126,140,93)
#6C7950
(108,121,80)
#5A6643
(90,102,67)
#485336
(72,83,54)
#364029
(54,64,41)
#242D1C
(36,45,28)
#121A0F
(18,26,15)
#000000
(0,0,0)

Tints of #C6D891

#C6D891
(198,216,145)
#CBDB9B
(203,219,155)
#D0DEA5
(208,222,165)
#D5E1AF
(213,225,175)
#DAE4B9
(218,228,185)
#DFE7C3
(223,231,195)
#E4EACD
(228,234,205)
#E9EDD7
(233,237,215)
#EEF0E1
(238,240,225)
#F3F3EB
(243,243,235)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D891 color. Also use rgb(198,216,145) instead hex code.

Text Font Color

.myTextColor { color: #C6D891; }

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

This text font color is #C6D891.


Background Color

.myBgColor { background-color: #C6D891; }

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

This div background color is #C6D891.


Border color

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

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

This div border color is #C6D891.


Opacity

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

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

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

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

This text has shadow with #C6D891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D891 on black background.


Color preview on white background

This text has color #C6D891 on white background.



Black color preview on #C6D891 background

This text has black color on #C6D891 background.


White color preview on #C6D891 background

This text has white color on #C6D891 background.