COLOR #C1E7DB

HEX: #C1E7DB
RGB: (193,231,219)

Color info

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

RGB color model

#C1E7DB color RGB value is (193,231,219).

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

RGB channels and saturation

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

193
231
219

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

Portions of RGB colors in percentages

R + G + B =
193 + 231 + 219 = 643 (100%)
R 193 of 643 ~ 30.02%
G 231 of 643 ~ 35.93%
B 219 of 643 ~ 34.06%

%30.02
%35.93
%34.06

CMYK color model

#C1E7DB color CMYK value is (16,0,5,9).

  • cyan value is 16.45%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK:
(16,0,5,9)
C16M0Y5K9 
(16%,0%,5%,9%)
(0.16/0.00/0.05/0.09)	

CMYK percentages

%16.45
%0
%5.19
%9.41

Codes

Color #C1E7DB in popluar color models

C1E7DB
RGB193231219
HSL161°44.19%83.14%
HSB/HSV161°16.45%90.59%
CMYK16.45%0.00%5.19%
9.41%

Color #C1E7DB in popluar number systems.

HEXC1E7DB
Decimal193231219
Binary110000011110011111011011
Octal301347333

Shades and tints

Shades of #C1E7DB

#C1E7DB
(193,231,219)
#B0D2C8
(176,210,200)
#9FBDB5
(159,189,181)
#8EA8A2
(142,168,162)
#7D938F
(125,147,143)
#6C7E7C
(108,126,124)
#5B6969
(91,105,105)
#4A5456
(74,84,86)
#393F43
(57,63,67)
#282A30
(40,42,48)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #C1E7DB

#C1E7DB
(193,231,219)
#C6E9DE
(198,233,222)
#CBEBE1
(203,235,225)
#D0EDE4
(208,237,228)
#D5EFE7
(213,239,231)
#DAF1EA
(218,241,234)
#DFF3ED
(223,243,237)
#E4F5F0
(228,245,240)
#E9F7F3
(233,247,243)
#EEF9F6
(238,249,246)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E7DB; }

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

This text font color is #C1E7DB.


Background Color

.myBgColor { background-color: #C1E7DB; }

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

This div background color is #C1E7DB.


Border color

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

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

This div border color is #C1E7DB.


Opacity

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

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

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

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

This text has shadow with #C1E7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E7DB on black background.


Color preview on white background

This text has color #C1E7DB on white background.



Black color preview on #C1E7DB background

This text has black color on #C1E7DB background.


White color preview on #C1E7DB background

This text has white color on #C1E7DB background.