COLOR #C1E0C0

HEX: #C1E0C0 RGB: (193,224,192)

Color info

#C1E0C0 contains red, green and blue colors in about the same proportion. Web safe color of #C1E0C0 is #CCCCCC (or #CCC).

RGB color model

#C1E0C0 color RGB value is (193,224,192).

RGB: (193,224,192) (76%, 88%, 75%)

RGB channels and saturation

R 193 of 255 = 76%
G 224 of 255 = 88%
B 192 of 255 = 75%

193
224
192

R + G + B ~ 80%. #C1E0C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 224 + 192 = 609 (100%)
R 193 of 609 ~ 31.69%
G 224 of 609 ~ 36.78%
B 192 of 609 ~ 31.53'%

%31.69
%36.78
%31.53

CMYK color model

#C1E0C0 color CMYK value is (14,0,14,12).

  • cyan value is 13.84%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 12.16%
CMYK: (14,0,14,12) C14M0Y14K12 (14%,0%,14%,12%) (0.14/0.00/0.14/0.12) 

CMYK percentages

%13.84
%0
%14.29
%12.16

Codes

Color #C1E0C0 in popluar color models

C1 E0 C0
RGB 193 224 192
HSL 118° 34.04% 81.57%
HSB/HSV 118° 14.29% 87.84%
CMYK 13.84% 0.00% 14.29%
12.16%

Color #C1E0C0 in popluar number systems.

HEX C1 E0 C0
Decimal 193 224 192
Binary 11000001 11100000 11000000
Octal 301 340 300

Shades and tints

Shades of #C1E0C0

#C1E0C0
(193,224,192)
#B0CCAF
(176,204,175)
#9FB89E
(159,184,158)
#8EA48D
(142,164,141)
#7D907C
(125,144,124)
#6C7C6B
(108,124,107)
#5B685A
(91,104,90)
#4A5449
(74,84,73)
#394038
(57,64,56)
#282C27
(40,44,39)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #C1E0C0

#C1E0C0
(193,224,192)
#C6E2C5
(198,226,197)
#CBE4CA
(203,228,202)
#D0E6CF
(208,230,207)
#D5E8D4
(213,232,212)
#DAEAD9
(218,234,217)
#DFECDE
(223,236,222)
#E4EEE3
(228,238,227)
#E9F0E8
(233,240,232)
#EEF2ED
(238,242,237)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E0C0 color. Also use rgb(193,224,192) instead hex code.

Text Font Color

.myTextColor { color: #C1E0C0; }

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

This text font color is #C1E0C0.

Background Color

.myBgColor { background-color: #C1E0C0; }

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

This div background color is #C1E0C0.

Border color

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

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

This div border color is #C1E0C0.

Opacity

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

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

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

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

This text has shadow with #C1E0C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1E0C0.

Preview

Color preview on black background

This text has color #C1E0C0 on black background.


Color preview on white background

This text has color #C1E0C0 on white background.


Black color preview on #C1E0C0 background

This text has black color on #C1E0C0 background.


White color preview on #C1E0C0 background

This text has white color on #C1E0C0 background.


Related colors

Complementary color

Complementary color for #hex is #3E1F3F.


I love getcolorcode.com

Triadic colors

1 #C0C1E0 and #E0C0C1 with #C1E0C0 are triadic colors.

2 #C0E0C1 and #E0C1C0 with #C1E0C0 are triadic colors.