COLOR #C1E3CA

HEX: #C1E3CA
RGB: (193,227,202)

Color info

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

RGB color model

#C1E3CA color RGB value is (193,227,202).

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

RGB channels and saturation

R 193 of 255 = 76%
G 227 of 255 = 89%
B 202 of 255 = 79%

193
227
202

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

Portions of RGB colors in percentages

R + G + B =
193 + 227 + 202 = 622 (100%)
R 193 of 622 ~ 31.03%
G 227 of 622 ~ 36.5%
B 202 of 622 ~ 32.48%

%31.03
%36.5
%32.48

CMYK color model

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

  • cyan value is 14.98%
  • magenta value is 0.00%
  • yellow value is 11.01%
  • 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
%11.01
%10.98

Codes

Color #C1E3CA in popluar color models

C1E3CA
RGB193227202
HSL136°37.78%82.35%
HSB/HSV136°14.98%89.02%
CMYK14.98%0.00%11.01%
10.98%

Color #C1E3CA in popluar number systems.

HEXC1E3CA
Decimal193227202
Binary110000011110001111001010
Octal301343312

Shades and tints

Shades of #C1E3CA

#C1E3CA
(193,227,202)
#B0CFB8
(176,207,184)
#9FBBA6
(159,187,166)
#8EA794
(142,167,148)
#7D9382
(125,147,130)
#6C7F70
(108,127,112)
#5B6B5E
(91,107,94)
#4A574C
(74,87,76)
#39433A
(57,67,58)
#282F28
(40,47,40)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #C1E3CA

#C1E3CA
(193,227,202)
#C6E5CE
(198,229,206)
#CBE7D2
(203,231,210)
#D0E9D6
(208,233,214)
#D5EBDA
(213,235,218)
#DAEDDE
(218,237,222)
#DFEFE2
(223,239,226)
#E4F1E6
(228,241,230)
#E9F3EA
(233,243,234)
#EEF5EE
(238,245,238)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E3CA; }

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

This text font color is #C1E3CA.


Background Color

.myBgColor { background-color: #C1E3CA; }

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

This div background color is #C1E3CA.


Border color

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

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

This div border color is #C1E3CA.


Opacity

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

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

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

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

This text has shadow with #C1E3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E3CA on black background.


Color preview on white background

This text has color #C1E3CA on white background.



Black color preview on #C1E3CA background

This text has black color on #C1E3CA background.


White color preview on #C1E3CA background

This text has white color on #C1E3CA background.