COLOR #C1E3DC

HEX: #C1E3DC
RGB: (193,227,220)

Color info

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

RGB color model

#C1E3DC color RGB value is (193,227,220).

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

RGB channels and saturation

R 193 of 255 = 76%
G 227 of 255 = 89%
B 220 of 255 = 86%

193
227
220

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

Portions of RGB colors in percentages

R + G + B =
193 + 227 + 220 = 640 (100%)
R 193 of 640 ~ 30.16%
G 227 of 640 ~ 35.47%
B 220 of 640 ~ 34.38%

%30.16
%35.47
%34.38

CMYK color model

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

  • cyan value is 14.98%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK:
(15,0,3,11)
C15M0Y3K11 
(15%,0%,3%,11%)
(0.15/0.00/0.03/0.11)	

CMYK percentages

%14.98
%0
%3.08
%10.98

Codes

Color #C1E3DC in popluar color models

C1E3DC
RGB193227220
HSL168°37.78%82.35%
HSB/HSV168°14.98%89.02%
CMYK14.98%0.00%3.08%
10.98%

Color #C1E3DC in popluar number systems.

HEXC1E3DC
Decimal193227220
Binary110000011110001111011100
Octal301343334

Shades and tints

Shades of #C1E3DC

#C1E3DC
(193,227,220)
#B0CFC8
(176,207,200)
#9FBBB4
(159,187,180)
#8EA7A0
(142,167,160)
#7D938C
(125,147,140)
#6C7F78
(108,127,120)
#5B6B64
(91,107,100)
#4A5750
(74,87,80)
#39433C
(57,67,60)
#282F28
(40,47,40)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #C1E3DC

#C1E3DC
(193,227,220)
#C6E5DF
(198,229,223)
#CBE7E2
(203,231,226)
#D0E9E5
(208,233,229)
#D5EBE8
(213,235,232)
#DAEDEB
(218,237,235)
#DFEFEE
(223,239,238)
#E4F1F1
(228,241,241)
#E9F3F4
(233,243,244)
#EEF5F7
(238,245,247)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E3DC; }

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

This text font color is #C1E3DC.


Background Color

.myBgColor { background-color: #C1E3DC; }

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

This div background color is #C1E3DC.


Border color

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

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

This div border color is #C1E3DC.


Opacity

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

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

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

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

This text has shadow with #C1E3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E3DC on black background.


Color preview on white background

This text has color #C1E3DC on white background.



Black color preview on #C1E3DC background

This text has black color on #C1E3DC background.


White color preview on #C1E3DC background

This text has white color on #C1E3DC background.