COLOR #C1EEDE

HEX: #C1EEDE
RGB: (193,238,222)

Color info

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

RGB color model

#C1EEDE color RGB value is (193,238,222).

  • red value is 193;
  • green value is 238;
  • blue value is 222.
RGB:
(193,238,222)
(76%,93%,87%)

RGB channels and saturation

R 193 of 255 = 76%
G 238 of 255 = 93%
B 222 of 255 = 87%

193
238
222

R + G + B ~ 85%. #C1EEDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 238 + 222 = 653 (100%)
R 193 of 653 ~ 29.56%
G 238 of 653 ~ 36.45%
B 222 of 653 ~ 34%

%29.56
%36.45
%34

CMYK color model

#C1EEDE color CMYK value is (19,0,7,7).

  • cyan value is 18.91%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 6.67%
CMYK:
(19,0,7,7)
C19M0Y7K7 
(19%,0%,7%,7%)
(0.19/0.00/0.07/0.07)	

CMYK percentages

%18.91
%0
%6.72
%6.67

Codes

Color #C1EEDE in popluar color models

C1EEDE
RGB193238222
HSL159°56.96%84.51%
HSB/HSV159°18.91%93.33%
CMYK18.91%0.00%6.72%
6.67%

Color #C1EEDE in popluar number systems.

HEXC1EEDE
Decimal193238222
Binary110000011110111011011110
Octal301356336

Shades and tints

Shades of #C1EEDE

#C1EEDE
(193,238,222)
#B0D9CA
(176,217,202)
#9FC4B6
(159,196,182)
#8EAFA2
(142,175,162)
#7D9A8E
(125,154,142)
#6C857A
(108,133,122)
#5B7066
(91,112,102)
#4A5B52
(74,91,82)
#39463E
(57,70,62)
#28312A
(40,49,42)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #C1EEDE

#C1EEDE
(193,238,222)
#C6EFE1
(198,239,225)
#CBF0E4
(203,240,228)
#D0F1E7
(208,241,231)
#D5F2EA
(213,242,234)
#DAF3ED
(218,243,237)
#DFF4F0
(223,244,240)
#E4F5F3
(228,245,243)
#E9F6F6
(233,246,246)
#EEF7F9
(238,247,249)
#F3F8FC
(243,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1EEDE color. Also use rgb(193,238,222) instead hex code.

Text Font Color

.myTextColor { color: #C1EEDE; }

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

This text font color is #C1EEDE.


Background Color

.myBgColor { background-color: #C1EEDE; }

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

This div background color is #C1EEDE.


Border color

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

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

This div border color is #C1EEDE.


Opacity

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

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

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

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

This text has shadow with #C1EEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1EEDE on black background.


Color preview on white background

This text has color #C1EEDE on white background.



Black color preview on #C1EEDE background

This text has black color on #C1EEDE background.


White color preview on #C1EEDE background

This text has white color on #C1EEDE background.