COLOR #C1E9DB

HEX: #C1E9DB
RGB: (193,233,219)

Color info

#C1E9DB contains red, green and blue colors in about the same proportion. Web safe color of #C1E9DB is #CCFFCC (or #CFC).

RGB color model

#C1E9DB color RGB value is (193,233,219).

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

RGB channels and saturation

R 193 of 255 = 76%
G 233 of 255 = 91%
B 219 of 255 = 86%

193
233
219

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

Portions of RGB colors in percentages

R + G + B =
193 + 233 + 219 = 645 (100%)
R 193 of 645 ~ 29.92%
G 233 of 645 ~ 36.12%
B 219 of 645 ~ 33.95%

%29.92
%36.12
%33.95

CMYK color model

#C1E9DB color CMYK value is (17,0,6,9).

  • cyan value is 17.17%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 8.63%
CMYK:
(17,0,6,9)
C17M0Y6K9 
(17%,0%,6%,9%)
(0.17/0.00/0.06/0.09)	

CMYK percentages

%17.17
%0
%6.01
%8.63

Codes

Color #C1E9DB in popluar color models

C1E9DB
RGB193233219
HSL159°47.62%83.53%
HSB/HSV159°17.17%91.37%
CMYK17.17%0.00%6.01%
8.63%

Color #C1E9DB in popluar number systems.

HEXC1E9DB
Decimal193233219
Binary110000011110100111011011
Octal301351333

Shades and tints

Shades of #C1E9DB

#C1E9DB
(193,233,219)
#B0D4C8
(176,212,200)
#9FBFB5
(159,191,181)
#8EAAA2
(142,170,162)
#7D958F
(125,149,143)
#6C807C
(108,128,124)
#5B6B69
(91,107,105)
#4A5656
(74,86,86)
#394143
(57,65,67)
#282C30
(40,44,48)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #C1E9DB

#C1E9DB
(193,233,219)
#C6EBDE
(198,235,222)
#CBEDE1
(203,237,225)
#D0EFE4
(208,239,228)
#D5F1E7
(213,241,231)
#DAF3EA
(218,243,234)
#DFF5ED
(223,245,237)
#E4F7F0
(228,247,240)
#E9F9F3
(233,249,243)
#EEFBF6
(238,251,246)
#F3FDF9
(243,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E9DB; }

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

This text font color is #C1E9DB.


Background Color

.myBgColor { background-color: #C1E9DB; }

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

This div background color is #C1E9DB.


Border color

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

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

This div border color is #C1E9DB.


Opacity

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

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

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

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

This text has shadow with #C1E9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E9DB on black background.


Color preview on white background

This text has color #C1E9DB on white background.



Black color preview on #C1E9DB background

This text has black color on #C1E9DB background.


White color preview on #C1E9DB background

This text has white color on #C1E9DB background.