COLOR #C1E3BB

HEX: #C1E3BB
RGB: (193,227,187)

Color info

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

RGB color model

#C1E3BB color RGB value is (193,227,187).

  • red value is 193;
  • green value is 227;
  • blue value is 187.
RGB:
(193,227,187)
(76%,89%,73%)

RGB channels and saturation

R 193 of 255 = 76%
G 227 of 255 = 89%
B 187 of 255 = 73%

193
227
187

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

Portions of RGB colors in percentages

R + G + B =
193 + 227 + 187 = 607 (100%)
R 193 of 607 ~ 31.8%
G 227 of 607 ~ 37.4%
B 187 of 607 ~ 30.81%

%31.8
%37.4
%30.81

CMYK color model

#C1E3BB color CMYK value is (15,0,18,11).

  • cyan value is 14.98%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 10.98%
CMYK:
(15,0,18,11)
C15M0Y18K11 
(15%,0%,18%,11%)
(0.15/0.00/0.18/0.11)	

CMYK percentages

%14.98
%0
%17.62
%10.98

Codes

Color #C1E3BB in popluar color models

C1E3BB
RGB193227187
HSL111°41.67%81.18%
HSB/HSV111°17.62%89.02%
CMYK14.98%0.00%17.62%
10.98%

Color #C1E3BB in popluar number systems.

HEXC1E3BB
Decimal193227187
Binary110000011110001110111011
Octal301343273

Shades and tints

Shades of #C1E3BB

#C1E3BB
(193,227,187)
#B0CFAA
(176,207,170)
#9FBB99
(159,187,153)
#8EA788
(142,167,136)
#7D9377
(125,147,119)
#6C7F66
(108,127,102)
#5B6B55
(91,107,85)
#4A5744
(74,87,68)
#394333
(57,67,51)
#282F22
(40,47,34)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #C1E3BB

#C1E3BB
(193,227,187)
#C6E5C1
(198,229,193)
#CBE7C7
(203,231,199)
#D0E9CD
(208,233,205)
#D5EBD3
(213,235,211)
#DAEDD9
(218,237,217)
#DFEFDF
(223,239,223)
#E4F1E5
(228,241,229)
#E9F3EB
(233,243,235)
#EEF5F1
(238,245,241)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E3BB color. Also use rgb(193,227,187) instead hex code.

Text Font Color

.myTextColor { color: #C1E3BB; }

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

This text font color is #C1E3BB.


Background Color

.myBgColor { background-color: #C1E3BB; }

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

This div background color is #C1E3BB.


Border color

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

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

This div border color is #C1E3BB.


Opacity

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

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

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

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

This text has shadow with #C1E3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E3BB on black background.


Color preview on white background

This text has color #C1E3BB on white background.



Black color preview on #C1E3BB background

This text has black color on #C1E3BB background.


White color preview on #C1E3BB background

This text has white color on #C1E3BB background.