COLOR #C1E6D6

HEX: #C1E6D6
RGB: (193,230,214)

Color info

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

RGB color model

#C1E6D6 color RGB value is (193,230,214).

  • red value is 193;
  • green value is 230;
  • blue value is 214.
RGB:
(193,230,214)
(76%,90%,84%)

RGB channels and saturation

R 193 of 255 = 76%
G 230 of 255 = 90%
B 214 of 255 = 84%

193
230
214

R + G + B ~ 83%. #C1E6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 230 + 214 = 637 (100%)
R 193 of 637 ~ 30.3%
G 230 of 637 ~ 36.11%
B 214 of 637 ~ 33.59%

%30.3
%36.11
%33.59

CMYK color model

#C1E6D6 color CMYK value is (16,0,7,10).

  • cyan value is 16.09%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 9.80%
CMYK:
(16,0,7,10)
C16M0Y7K10 
(16%,0%,7%,10%)
(0.16/0.00/0.07/0.10)	

CMYK percentages

%16.09
%0
%6.96
%9.8

Codes

Color #C1E6D6 in popluar color models

C1E6D6
RGB193230214
HSL154°42.53%82.94%
HSB/HSV154°16.09%90.20%
CMYK16.09%0.00%6.96%
9.80%

Color #C1E6D6 in popluar number systems.

HEXC1E6D6
Decimal193230214
Binary110000011110011011010110
Octal301346326

Shades and tints

Shades of #C1E6D6

#C1E6D6
(193,230,214)
#B0D2C3
(176,210,195)
#9FBEB0
(159,190,176)
#8EAA9D
(142,170,157)
#7D968A
(125,150,138)
#6C8277
(108,130,119)
#5B6E64
(91,110,100)
#4A5A51
(74,90,81)
#39463E
(57,70,62)
#28322B
(40,50,43)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #C1E6D6

#C1E6D6
(193,230,214)
#C6E8D9
(198,232,217)
#CBEADC
(203,234,220)
#D0ECDF
(208,236,223)
#D5EEE2
(213,238,226)
#DAF0E5
(218,240,229)
#DFF2E8
(223,242,232)
#E4F4EB
(228,244,235)
#E9F6EE
(233,246,238)
#EEF8F1
(238,248,241)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E6D6 color. Also use rgb(193,230,214) instead hex code.

Text Font Color

.myTextColor { color: #C1E6D6; }

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

This text font color is #C1E6D6.


Background Color

.myBgColor { background-color: #C1E6D6; }

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

This div background color is #C1E6D6.


Border color

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

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

This div border color is #C1E6D6.


Opacity

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

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

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

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

This text has shadow with #C1E6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E6D6 on black background.


Color preview on white background

This text has color #C1E6D6 on white background.



Black color preview on #C1E6D6 background

This text has black color on #C1E6D6 background.


White color preview on #C1E6D6 background

This text has white color on #C1E6D6 background.