COLOR #C1E5DC

HEX: #C1E5DC
RGB: (193,229,220)

Color info

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

RGB color model

#C1E5DC color RGB value is (193,229,220).

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

RGB channels and saturation

R 193 of 255 = 76%
G 229 of 255 = 90%
B 220 of 255 = 86%

193
229
220

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

Portions of RGB colors in percentages

R + G + B =
193 + 229 + 220 = 642 (100%)
R 193 of 642 ~ 30.06%
G 229 of 642 ~ 35.67%
B 220 of 642 ~ 34.27%

%30.06
%35.67
%34.27

CMYK color model

#C1E5DC color CMYK value is (16,0,4,10).

  • cyan value is 15.72%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 10.20%
CMYK:
(16,0,4,10)
C16M0Y4K10 
(16%,0%,4%,10%)
(0.16/0.00/0.04/0.10)	

CMYK percentages

%15.72
%0
%3.93
%10.2

Codes

Color #C1E5DC in popluar color models

C1E5DC
RGB193229220
HSL165°40.91%82.75%
HSB/HSV165°15.72%89.80%
CMYK15.72%0.00%3.93%
10.20%

Color #C1E5DC in popluar number systems.

HEXC1E5DC
Decimal193229220
Binary110000011110010111011100
Octal301345334

Shades and tints

Shades of #C1E5DC

#C1E5DC
(193,229,220)
#B0D1C8
(176,209,200)
#9FBDB4
(159,189,180)
#8EA9A0
(142,169,160)
#7D958C
(125,149,140)
#6C8178
(108,129,120)
#5B6D64
(91,109,100)
#4A5950
(74,89,80)
#39453C
(57,69,60)
#283128
(40,49,40)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #C1E5DC

#C1E5DC
(193,229,220)
#C6E7DF
(198,231,223)
#CBE9E2
(203,233,226)
#D0EBE5
(208,235,229)
#D5EDE8
(213,237,232)
#DAEFEB
(218,239,235)
#DFF1EE
(223,241,238)
#E4F3F1
(228,243,241)
#E9F5F4
(233,245,244)
#EEF7F7
(238,247,247)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E5DC; }

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

This text font color is #C1E5DC.


Background Color

.myBgColor { background-color: #C1E5DC; }

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

This div background color is #C1E5DC.


Border color

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

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

This div border color is #C1E5DC.


Opacity

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

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

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

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

This text has shadow with #C1E5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E5DC on black background.


Color preview on white background

This text has color #C1E5DC on white background.



Black color preview on #C1E5DC background

This text has black color on #C1E5DC background.


White color preview on #C1E5DC background

This text has white color on #C1E5DC background.