COLOR #C1E5DD

HEX: #C1E5DD
RGB: (193,229,221)

Color info

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

RGB color model

#C1E5DD color RGB value is (193,229,221).

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

RGB channels and saturation

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

193
229
221

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

Portions of RGB colors in percentages

R + G + B =
193 + 229 + 221 = 643 (100%)
R 193 of 643 ~ 30.02%
G 229 of 643 ~ 35.61%
B 221 of 643 ~ 34.37%

%30.02
%35.61
%34.37

CMYK color model

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

  • cyan value is 15.72%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • 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.49
%10.2

Codes

Color #C1E5DD in popluar color models

C1E5DD
RGB193229221
HSL167°40.91%82.75%
HSB/HSV167°15.72%89.80%
CMYK15.72%0.00%3.49%
10.20%

Color #C1E5DD in popluar number systems.

HEXC1E5DD
Decimal193229221
Binary110000011110010111011101
Octal301345335

Shades and tints

Shades of #C1E5DD

#C1E5DD
(193,229,221)
#B0D1C9
(176,209,201)
#9FBDB5
(159,189,181)
#8EA9A1
(142,169,161)
#7D958D
(125,149,141)
#6C8179
(108,129,121)
#5B6D65
(91,109,101)
#4A5951
(74,89,81)
#39453D
(57,69,61)
#283129
(40,49,41)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #C1E5DD

#C1E5DD
(193,229,221)
#C6E7E0
(198,231,224)
#CBE9E3
(203,233,227)
#D0EBE6
(208,235,230)
#D5EDE9
(213,237,233)
#DAEFEC
(218,239,236)
#DFF1EF
(223,241,239)
#E4F3F2
(228,243,242)
#E9F5F5
(233,245,245)
#EEF7F8
(238,247,248)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E5DD; }

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

This text font color is #C1E5DD.


Background Color

.myBgColor { background-color: #C1E5DD; }

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

This div background color is #C1E5DD.


Border color

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

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

This div border color is #C1E5DD.


Opacity

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

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

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

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

This text has shadow with #C1E5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E5DD on black background.


Color preview on white background

This text has color #C1E5DD on white background.



Black color preview on #C1E5DD background

This text has black color on #C1E5DD background.


White color preview on #C1E5DD background

This text has white color on #C1E5DD background.