COLOR #C1E6B3

HEX: #C1E6B3
RGB: (193,230,179)

Color info

#C1E6B3 contains red, green and blue colors in about the same proportion. Web safe color of #C1E6B3 is #CCCC99 (or #CC9).

RGB color model

#C1E6B3 color RGB value is (193,230,179).

  • red value is 193;
  • green value is 230;
  • blue value is 179.
RGB:
(193,230,179)
(76%,90%,70%)

RGB channels and saturation

R 193 of 255 = 76%
G 230 of 255 = 90%
B 179 of 255 = 70%

193
230
179

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

Portions of RGB colors in percentages

R + G + B =
193 + 230 + 179 = 602 (100%)
R 193 of 602 ~ 32.06%
G 230 of 602 ~ 38.21%
B 179 of 602 ~ 29.73%

%32.06
%38.21
%29.73

CMYK color model

#C1E6B3 color CMYK value is (16,0,22,10).

  • cyan value is 16.09%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 9.80%
CMYK:
(16,0,22,10)
C16M0Y22K10 
(16%,0%,22%,10%)
(0.16/0.00/0.22/0.10)	

CMYK percentages

%16.09
%0
%22.17
%9.8

Codes

Color #C1E6B3 in popluar color models

C1E6B3
RGB193230179
HSL104°50.50%80.20%
HSB/HSV104°22.17%90.20%
CMYK16.09%0.00%22.17%
9.80%

Color #C1E6B3 in popluar number systems.

HEXC1E6B3
Decimal193230179
Binary110000011110011010110011
Octal301346263

Shades and tints

Shades of #C1E6B3

#C1E6B3
(193,230,179)
#B0D2A3
(176,210,163)
#9FBE93
(159,190,147)
#8EAA83
(142,170,131)
#7D9673
(125,150,115)
#6C8263
(108,130,99)
#5B6E53
(91,110,83)
#4A5A43
(74,90,67)
#394633
(57,70,51)
#283223
(40,50,35)
#171E13
(23,30,19)
#000000
(0,0,0)

Tints of #C1E6B3

#C1E6B3
(193,230,179)
#C6E8B9
(198,232,185)
#CBEABF
(203,234,191)
#D0ECC5
(208,236,197)
#D5EECB
(213,238,203)
#DAF0D1
(218,240,209)
#DFF2D7
(223,242,215)
#E4F4DD
(228,244,221)
#E9F6E3
(233,246,227)
#EEF8E9
(238,248,233)
#F3FAEF
(243,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E6B3; }

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

This text font color is #C1E6B3.


Background Color

.myBgColor { background-color: #C1E6B3; }

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

This div background color is #C1E6B3.


Border color

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

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

This div border color is #C1E6B3.


Opacity

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

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

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

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

This text has shadow with #C1E6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E6B3 on black background.


Color preview on white background

This text has color #C1E6B3 on white background.



Black color preview on #C1E6B3 background

This text has black color on #C1E6B3 background.


White color preview on #C1E6B3 background

This text has white color on #C1E6B3 background.