COLOR #C6ECA1

HEX: #C6ECA1
RGB: (198,236,161)

Color info

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

RGB color model

#C6ECA1 color RGB value is (198,236,161).

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

RGB channels and saturation

R 198 of 255 = 78%
G 236 of 255 = 93%
B 161 of 255 = 63%

198
236
161

R + G + B ~ 78%. #C6ECA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 236 + 161 = 595 (100%)
R 198 of 595 ~ 33.28%
G 236 of 595 ~ 39.66%
B 161 of 595 ~ 27.06%

%33.28
%39.66
%27.06

CMYK color model

#C6ECA1 color CMYK value is (16,0,32,7).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 31.78%
  • key color value is 7.45%
CMYK:
(16,0,32,7)
C16M0Y32K7 
(16%,0%,32%,7%)
(0.16/0.00/0.32/0.07)	

CMYK percentages

%16.1
%0
%31.78
%7.45

Codes

Color #C6ECA1 in popluar color models

C6ECA1
RGB198236161
HSL90°66.37%77.84%
HSB/HSV90°31.78%92.55%
CMYK16.10%0.00%31.78%
7.45%

Color #C6ECA1 in popluar number systems.

HEXC6ECA1
Decimal198236161
Binary110001101110110010100001
Octal306354241

Shades and tints

Shades of #C6ECA1

#C6ECA1
(198,236,161)
#B4D793
(180,215,147)
#A2C285
(162,194,133)
#90AD77
(144,173,119)
#7E9869
(126,152,105)
#6C835B
(108,131,91)
#5A6E4D
(90,110,77)
#48593F
(72,89,63)
#364431
(54,68,49)
#242F23
(36,47,35)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #C6ECA1

#C6ECA1
(198,236,161)
#CBEDA9
(203,237,169)
#D0EEB1
(208,238,177)
#D5EFB9
(213,239,185)
#DAF0C1
(218,240,193)
#DFF1C9
(223,241,201)
#E4F2D1
(228,242,209)
#E9F3D9
(233,243,217)
#EEF4E1
(238,244,225)
#F3F5E9
(243,245,233)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ECA1; }

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

This text font color is #C6ECA1.


Background Color

.myBgColor { background-color: #C6ECA1; }

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

This div background color is #C6ECA1.


Border color

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

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

This div border color is #C6ECA1.


Opacity

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

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

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

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

This text has shadow with #C6ECA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ECA1 on black background.


Color preview on white background

This text has color #C6ECA1 on white background.



Black color preview on #C6ECA1 background

This text has black color on #C6ECA1 background.


White color preview on #C6ECA1 background

This text has white color on #C6ECA1 background.