COLOR #C1E3DF

HEX: #C1E3DF
RGB: (193,227,223)

Color info

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

RGB color model

#C1E3DF color RGB value is (193,227,223).

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

RGB channels and saturation

R 193 of 255 = 76%
G 227 of 255 = 89%
B 223 of 255 = 87%

193
227
223

R + G + B ~ 84%. #C1E3DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 227 + 223 = 643 (100%)
R 193 of 643 ~ 30.02%
G 227 of 643 ~ 35.3%
B 223 of 643 ~ 34.68%

%30.02
%35.3
%34.68

CMYK color model

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

  • cyan value is 14.98%
  • magenta value is 0.00%
  • yellow value is 1.76%
  • key color value is 10.98%
CMYK:
(15,0,2,11)
C15M0Y2K11 
(15%,0%,2%,11%)
(0.15/0.00/0.02/0.11)	

CMYK percentages

%14.98
%0
%1.76
%10.98

Codes

Color #C1E3DF in popluar color models

C1E3DF
RGB193227223
HSL173°37.78%82.35%
HSB/HSV173°14.98%89.02%
CMYK14.98%0.00%1.76%
10.98%

Color #C1E3DF in popluar number systems.

HEXC1E3DF
Decimal193227223
Binary110000011110001111011111
Octal301343337

Shades and tints

Shades of #C1E3DF

#C1E3DF
(193,227,223)
#B0CFCB
(176,207,203)
#9FBBB7
(159,187,183)
#8EA7A3
(142,167,163)
#7D938F
(125,147,143)
#6C7F7B
(108,127,123)
#5B6B67
(91,107,103)
#4A5753
(74,87,83)
#39433F
(57,67,63)
#282F2B
(40,47,43)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #C1E3DF

#C1E3DF
(193,227,223)
#C6E5E1
(198,229,225)
#CBE7E3
(203,231,227)
#D0E9E5
(208,233,229)
#D5EBE7
(213,235,231)
#DAEDE9
(218,237,233)
#DFEFEB
(223,239,235)
#E4F1ED
(228,241,237)
#E9F3EF
(233,243,239)
#EEF5F1
(238,245,241)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E3DF; }

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

This text font color is #C1E3DF.


Background Color

.myBgColor { background-color: #C1E3DF; }

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

This div background color is #C1E3DF.


Border color

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

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

This div border color is #C1E3DF.


Opacity

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

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

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

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

This text has shadow with #C1E3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E3DF on black background.


Color preview on white background

This text has color #C1E3DF on white background.



Black color preview on #C1E3DF background

This text has black color on #C1E3DF background.


White color preview on #C1E3DF background

This text has white color on #C1E3DF background.