COLOR #C1E3CB

HEX: #C1E3CB
RGB: (193,227,203)

Color info

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

RGB color model

#C1E3CB color RGB value is (193,227,203).

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

RGB channels and saturation

R 193 of 255 = 76%
G 227 of 255 = 89%
B 203 of 255 = 80%

193
227
203

R + G + B ~ 82%. #C1E3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 227 + 203 = 623 (100%)
R 193 of 623 ~ 30.98%
G 227 of 623 ~ 36.44%
B 203 of 623 ~ 32.58%

%30.98
%36.44
%32.58

CMYK color model

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

  • cyan value is 14.98%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 10.98%
CMYK:
(15,0,11,11)
C15M0Y11K11 
(15%,0%,11%,11%)
(0.15/0.00/0.11/0.11)	

CMYK percentages

%14.98
%0
%10.57
%10.98

Codes

Color #C1E3CB in popluar color models

C1E3CB
RGB193227203
HSL138°37.78%82.35%
HSB/HSV138°14.98%89.02%
CMYK14.98%0.00%10.57%
10.98%

Color #C1E3CB in popluar number systems.

HEXC1E3CB
Decimal193227203
Binary110000011110001111001011
Octal301343313

Shades and tints

Shades of #C1E3CB

#C1E3CB
(193,227,203)
#B0CFB9
(176,207,185)
#9FBBA7
(159,187,167)
#8EA795
(142,167,149)
#7D9383
(125,147,131)
#6C7F71
(108,127,113)
#5B6B5F
(91,107,95)
#4A574D
(74,87,77)
#39433B
(57,67,59)
#282F29
(40,47,41)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #C1E3CB

#C1E3CB
(193,227,203)
#C6E5CF
(198,229,207)
#CBE7D3
(203,231,211)
#D0E9D7
(208,233,215)
#D5EBDB
(213,235,219)
#DAEDDF
(218,237,223)
#DFEFE3
(223,239,227)
#E4F1E7
(228,241,231)
#E9F3EB
(233,243,235)
#EEF5EF
(238,245,239)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E3CB; }

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

This text font color is #C1E3CB.


Background Color

.myBgColor { background-color: #C1E3CB; }

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

This div background color is #C1E3CB.


Border color

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

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

This div border color is #C1E3CB.


Opacity

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

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

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

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

This text has shadow with #C1E3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E3CB on black background.


Color preview on white background

This text has color #C1E3CB on white background.



Black color preview on #C1E3CB background

This text has black color on #C1E3CB background.


White color preview on #C1E3CB background

This text has white color on #C1E3CB background.