COLOR #C1E5DE

HEX: #C1E5DE
RGB: (193,229,222)

Color info

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

RGB color model

#C1E5DE color RGB value is (193,229,222).

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

RGB channels and saturation

R 193 of 255 = 76%
G 229 of 255 = 90%
B 222 of 255 = 87%

193
229
222

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

Portions of RGB colors in percentages

R + G + B =
193 + 229 + 222 = 644 (100%)
R 193 of 644 ~ 29.97%
G 229 of 644 ~ 35.56%
B 222 of 644 ~ 34.47%

%29.97
%35.56
%34.47

CMYK color model

#C1E5DE color CMYK value is (16,0,3,10).

  • cyan value is 15.72%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK:
(16,0,3,10)
C16M0Y3K10 
(16%,0%,3%,10%)
(0.16/0.00/0.03/0.10)	

CMYK percentages

%15.72
%0
%3.06
%10.2

Codes

Color #C1E5DE in popluar color models

C1E5DE
RGB193229222
HSL168°40.91%82.75%
HSB/HSV168°15.72%89.80%
CMYK15.72%0.00%3.06%
10.20%

Color #C1E5DE in popluar number systems.

HEXC1E5DE
Decimal193229222
Binary110000011110010111011110
Octal301345336

Shades and tints

Shades of #C1E5DE

#C1E5DE
(193,229,222)
#B0D1CA
(176,209,202)
#9FBDB6
(159,189,182)
#8EA9A2
(142,169,162)
#7D958E
(125,149,142)
#6C817A
(108,129,122)
#5B6D66
(91,109,102)
#4A5952
(74,89,82)
#39453E
(57,69,62)
#28312A
(40,49,42)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #C1E5DE

#C1E5DE
(193,229,222)
#C6E7E1
(198,231,225)
#CBE9E4
(203,233,228)
#D0EBE7
(208,235,231)
#D5EDEA
(213,237,234)
#DAEFED
(218,239,237)
#DFF1F0
(223,241,240)
#E4F3F3
(228,243,243)
#E9F5F6
(233,245,246)
#EEF7F9
(238,247,249)
#F3F9FC
(243,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E5DE; }

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

This text font color is #C1E5DE.


Background Color

.myBgColor { background-color: #C1E5DE; }

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

This div background color is #C1E5DE.


Border color

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

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

This div border color is #C1E5DE.


Opacity

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

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

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

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

This text has shadow with #C1E5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E5DE on black background.


Color preview on white background

This text has color #C1E5DE on white background.



Black color preview on #C1E5DE background

This text has black color on #C1E5DE background.


White color preview on #C1E5DE background

This text has white color on #C1E5DE background.