COLOR #C1E3BF

HEX: #C1E3BF
RGB: (193,227,191)

Color info

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

RGB color model

#C1E3BF color RGB value is (193,227,191).

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

RGB channels and saturation

R 193 of 255 = 76%
G 227 of 255 = 89%
B 191 of 255 = 75%

193
227
191

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

Portions of RGB colors in percentages

R + G + B =
193 + 227 + 191 = 611 (100%)
R 193 of 611 ~ 31.59%
G 227 of 611 ~ 37.15%
B 191 of 611 ~ 31.26%

%31.59
%37.15
%31.26

CMYK color model

#C1E3BF color CMYK value is (15,0,16,11).

  • cyan value is 14.98%
  • magenta value is 0.00%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(15,0,16,11)
C15M0Y16K11 
(15%,0%,16%,11%)
(0.15/0.00/0.16/0.11)	

CMYK percentages

%14.98
%0
%15.86
%10.98

Codes

Color #C1E3BF in popluar color models

C1E3BF
RGB193227191
HSL117°39.13%81.96%
HSB/HSV117°15.86%89.02%
CMYK14.98%0.00%15.86%
10.98%

Color #C1E3BF in popluar number systems.

HEXC1E3BF
Decimal193227191
Binary110000011110001110111111
Octal301343277

Shades and tints

Shades of #C1E3BF

#C1E3BF
(193,227,191)
#B0CFAE
(176,207,174)
#9FBB9D
(159,187,157)
#8EA78C
(142,167,140)
#7D937B
(125,147,123)
#6C7F6A
(108,127,106)
#5B6B59
(91,107,89)
#4A5748
(74,87,72)
#394337
(57,67,55)
#282F26
(40,47,38)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #C1E3BF

#C1E3BF
(193,227,191)
#C6E5C4
(198,229,196)
#CBE7C9
(203,231,201)
#D0E9CE
(208,233,206)
#D5EBD3
(213,235,211)
#DAEDD8
(218,237,216)
#DFEFDD
(223,239,221)
#E4F1E2
(228,241,226)
#E9F3E7
(233,243,231)
#EEF5EC
(238,245,236)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E3BF; }

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

This text font color is #C1E3BF.


Background Color

.myBgColor { background-color: #C1E3BF; }

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

This div background color is #C1E3BF.


Border color

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

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

This div border color is #C1E3BF.


Opacity

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

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

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

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

This text has shadow with #C1E3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E3BF on black background.


Color preview on white background

This text has color #C1E3BF on white background.



Black color preview on #C1E3BF background

This text has black color on #C1E3BF background.


White color preview on #C1E3BF background

This text has white color on #C1E3BF background.