COLOR #C1E5DB

HEX: #C1E5DB
RGB: (193,229,219)

Color info

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

RGB color model

#C1E5DB color RGB value is (193,229,219).

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

RGB channels and saturation

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

193
229
219

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

Portions of RGB colors in percentages

R + G + B =
193 + 229 + 219 = 641 (100%)
R 193 of 641 ~ 30.11%
G 229 of 641 ~ 35.73%
B 219 of 641 ~ 34.17%

%30.11
%35.73
%34.17

CMYK color model

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

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

Codes

Color #C1E5DB in popluar color models

C1E5DB
RGB193229219
HSL163°40.91%82.75%
HSB/HSV163°15.72%89.80%
CMYK15.72%0.00%4.37%
10.20%

Color #C1E5DB in popluar number systems.

HEXC1E5DB
Decimal193229219
Binary110000011110010111011011
Octal301345333

Shades and tints

Shades of #C1E5DB

#C1E5DB
(193,229,219)
#B0D1C8
(176,209,200)
#9FBDB5
(159,189,181)
#8EA9A2
(142,169,162)
#7D958F
(125,149,143)
#6C817C
(108,129,124)
#5B6D69
(91,109,105)
#4A5956
(74,89,86)
#394543
(57,69,67)
#283130
(40,49,48)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #C1E5DB

#C1E5DB
(193,229,219)
#C6E7DE
(198,231,222)
#CBE9E1
(203,233,225)
#D0EBE4
(208,235,228)
#D5EDE7
(213,237,231)
#DAEFEA
(218,239,234)
#DFF1ED
(223,241,237)
#E4F3F0
(228,243,240)
#E9F5F3
(233,245,243)
#EEF7F6
(238,247,246)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E5DB; }

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

This text font color is #C1E5DB.


Background Color

.myBgColor { background-color: #C1E5DB; }

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

This div background color is #C1E5DB.


Border color

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

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

This div border color is #C1E5DB.


Opacity

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

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

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

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

This text has shadow with #C1E5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E5DB on black background.


Color preview on white background

This text has color #C1E5DB on white background.



Black color preview on #C1E5DB background

This text has black color on #C1E5DB background.


White color preview on #C1E5DB background

This text has white color on #C1E5DB background.