COLOR #C6ECA7

HEX: #C6ECA7
RGB: (198,236,167)

Color info

#C6ECA7 contains mainly red and green colors. Web safe color of #C6ECA7 is #CCFF99 (or #CF9).

RGB color model

#C6ECA7 color RGB value is (198,236,167).

  • red value is 198;
  • green value is 236;
  • blue value is 167.
RGB:
(198,236,167)
(78%,93%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 236 of 255 = 93%
B 167 of 255 = 65%

198
236
167

R + G + B ~ 79%. #C6ECA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 236 + 167 = 601 (100%)
R 198 of 601 ~ 32.95%
G 236 of 601 ~ 39.27%
B 167 of 601 ~ 27.79%

%32.95
%39.27
%27.79

CMYK color model

#C6ECA7 color CMYK value is (16,0,29,7).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 29.24%
  • key color value is 7.45%
CMYK:
(16,0,29,7)
C16M0Y29K7 
(16%,0%,29%,7%)
(0.16/0.00/0.29/0.07)	

CMYK percentages

%16.1
%0
%29.24
%7.45

Codes

Color #C6ECA7 in popluar color models

C6ECA7
RGB198236167
HSL93°64.49%79.02%
HSB/HSV93°29.24%92.55%
CMYK16.10%0.00%29.24%
7.45%

Color #C6ECA7 in popluar number systems.

HEXC6ECA7
Decimal198236167
Binary110001101110110010100111
Octal306354247

Shades and tints

Shades of #C6ECA7

#C6ECA7
(198,236,167)
#B4D798
(180,215,152)
#A2C289
(162,194,137)
#90AD7A
(144,173,122)
#7E986B
(126,152,107)
#6C835C
(108,131,92)
#5A6E4D
(90,110,77)
#48593E
(72,89,62)
#36442F
(54,68,47)
#242F20
(36,47,32)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #C6ECA7

#C6ECA7
(198,236,167)
#CBEDAF
(203,237,175)
#D0EEB7
(208,238,183)
#D5EFBF
(213,239,191)
#DAF0C7
(218,240,199)
#DFF1CF
(223,241,207)
#E4F2D7
(228,242,215)
#E9F3DF
(233,243,223)
#EEF4E7
(238,244,231)
#F3F5EF
(243,245,239)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6ECA7 color. Also use rgb(198,236,167) instead hex code.

Text Font Color

.myTextColor { color: #C6ECA7; }

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

This text font color is #C6ECA7.


Background Color

.myBgColor { background-color: #C6ECA7; }

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

This div background color is #C6ECA7.


Border color

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

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

This div border color is #C6ECA7.


Opacity

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

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

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

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

This text has shadow with #C6ECA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ECA7 on black background.


Color preview on white background

This text has color #C6ECA7 on white background.



Black color preview on #C6ECA7 background

This text has black color on #C6ECA7 background.


White color preview on #C6ECA7 background

This text has white color on #C6ECA7 background.