COLOR #C1E6A6

HEX: #C1E6A6 RGB: (193,230,166)

Color info

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

RGB color model

#C1E6A6 color RGB value is (193,230,166).

RGB: (193,230,166) (76%, 90%, 65%)

RGB channels and saturation

R 193 of 255 = 76%
G 230 of 255 = 90%
B 166 of 255 = 65%

193
230
166

R + G + B ~ 77%. #C1E6A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 230 + 166 = 589 (100%)
R 193 of 589 ~ 32.77%
G 230 of 589 ~ 39.05%
B 166 of 589 ~ 28.18'%

%32.77
%39.05
%28.18

CMYK color model

#C1E6A6 color CMYK value is (16,0,28,10).

  • cyan value is 16.09%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 9.80%
CMYK: (16,0,28,10) C16M0Y28K10 (16%,0%,28%,10%) (0.16/0.00/0.28/0.10) 

CMYK percentages

%16.09
%0
%27.83
%9.8

Codes

Color #C1E6A6 in popluar color models

C1 E6 A6
RGB 193 230 166
HSL 95° 56.14% 77.65%
HSB/HSV 95° 27.83% 90.20%
CMYK 16.09% 0.00% 27.83%
9.80%

Color #C1E6A6 in popluar number systems.

HEX C1 E6 A6
Decimal 193 230 166
Binary 11000001 11100110 10100110
Octal 301 346 246

Shades and tints

Shades of #C1E6A6

#C1E6A6
(193,230,166)
#B0D297
(176,210,151)
#9FBE88
(159,190,136)
#8EAA79
(142,170,121)
#7D966A
(125,150,106)
#6C825B
(108,130,91)
#5B6E4C
(91,110,76)
#4A5A3D
(74,90,61)
#39462E
(57,70,46)
#28321F
(40,50,31)
#171E10
(23,30,16)
#000000
(0,0,0)

Tints of #C1E6A6

#C1E6A6
(193,230,166)
#C6E8AE
(198,232,174)
#CBEAB6
(203,234,182)
#D0ECBE
(208,236,190)
#D5EEC6
(213,238,198)
#DAF0CE
(218,240,206)
#DFF2D6
(223,242,214)
#E4F4DE
(228,244,222)
#E9F6E6
(233,246,230)
#EEF8EE
(238,248,238)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E6A6 color. Also use rgb(193,230,166) instead hex code.

Text Font Color

.myTextColor { color: #C1E6A6; }

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

This text font color is #C1E6A6.

Background Color

.myBgColor { background-color: #C1E6A6; }

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

This div background color is #C1E6A6.

Border color

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

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

This div border color is #C1E6A6.

Opacity

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

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

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

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

This text has shadow with #C1E6A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1E6A6.

Preview

Color preview on black background

This text has color #C1E6A6 on black background.


Color preview on white background

This text has color #C1E6A6 on white background.


Black color preview on #C1E6A6 background

This text has black color on #C1E6A6 background.


White color preview on #C1E6A6 background

This text has white color on #C1E6A6 background.


Related colors

Complementary color

Complementary color for #hex is #3E1959.


I love getcolorcode.com

Triadic colors

1 #A6C1E6 and #E6A6C1 with #C1E6A6 are triadic colors.

2 #A6E6C1 and #E6C1A6 with #C1E6A6 are triadic colors.