COLOR #C1E7C0

HEX: #C1E7C0
RGB: (193,231,192)

Color info

#C1E7C0 contains red, green and blue colors in about the same proportion. Web safe color of #C1E7C0 is #CCFFCC (or #CFC).

RGB color model

#C1E7C0 color RGB value is (193,231,192).

  • red value is 193;
  • green value is 231;
  • blue value is 192.
RGB:
(193,231,192)
(76%,91%,75%)

RGB channels and saturation

R 193 of 255 = 76%
G 231 of 255 = 91%
B 192 of 255 = 75%

193
231
192

R + G + B ~ 81%. #C1E7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 231 + 192 = 616 (100%)
R 193 of 616 ~ 31.33%
G 231 of 616 ~ 37.5%
B 192 of 616 ~ 31.17%

%31.33
%37.5
%31.17

CMYK color model

#C1E7C0 color CMYK value is (16,0,17,9).

  • cyan value is 16.45%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 9.41%
CMYK:
(16,0,17,9)
C16M0Y17K9 
(16%,0%,17%,9%)
(0.16/0.00/0.17/0.09)	

CMYK percentages

%16.45
%0
%16.88
%9.41

Codes

Color #C1E7C0 in popluar color models

C1E7C0
RGB193231192
HSL118°44.83%82.94%
HSB/HSV118°16.88%90.59%
CMYK16.45%0.00%16.88%
9.41%

Color #C1E7C0 in popluar number systems.

HEXC1E7C0
Decimal193231192
Binary110000011110011111000000
Octal301347300

Shades and tints

Shades of #C1E7C0

#C1E7C0
(193,231,192)
#B0D2AF
(176,210,175)
#9FBD9E
(159,189,158)
#8EA88D
(142,168,141)
#7D937C
(125,147,124)
#6C7E6B
(108,126,107)
#5B695A
(91,105,90)
#4A5449
(74,84,73)
#393F38
(57,63,56)
#282A27
(40,42,39)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #C1E7C0

#C1E7C0
(193,231,192)
#C6E9C5
(198,233,197)
#CBEBCA
(203,235,202)
#D0EDCF
(208,237,207)
#D5EFD4
(213,239,212)
#DAF1D9
(218,241,217)
#DFF3DE
(223,243,222)
#E4F5E3
(228,245,227)
#E9F7E8
(233,247,232)
#EEF9ED
(238,249,237)
#F3FBF2
(243,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E7C0; }

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

This text font color is #C1E7C0.


Background Color

.myBgColor { background-color: #C1E7C0; }

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

This div background color is #C1E7C0.


Border color

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

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

This div border color is #C1E7C0.


Opacity

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

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

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

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

This text has shadow with #C1E7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E7C0 on black background.


Color preview on white background

This text has color #C1E7C0 on white background.



Black color preview on #C1E7C0 background

This text has black color on #C1E7C0 background.


White color preview on #C1E7C0 background

This text has white color on #C1E7C0 background.