COLOR #C1EED1

HEX: #C1EED1
RGB: (193,238,209)

Color info

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

RGB color model

#C1EED1 color RGB value is (193,238,209).

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

RGB channels and saturation

R 193 of 255 = 76%
G 238 of 255 = 93%
B 209 of 255 = 82%

193
238
209

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

Portions of RGB colors in percentages

R + G + B =
193 + 238 + 209 = 640 (100%)
R 193 of 640 ~ 30.16%
G 238 of 640 ~ 37.19%
B 209 of 640 ~ 32.66%

%30.16
%37.19
%32.66

CMYK color model

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

  • cyan value is 18.91%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK:
(19,0,12,7)
C19M0Y12K7 
(19%,0%,12%,7%)
(0.19/0.00/0.12/0.07)	

CMYK percentages

%18.91
%0
%12.18
%6.67

Codes

Color #C1EED1 in popluar color models

C1EED1
RGB193238209
HSL141°56.96%84.51%
HSB/HSV141°18.91%93.33%
CMYK18.91%0.00%12.18%
6.67%

Color #C1EED1 in popluar number systems.

HEXC1EED1
Decimal193238209
Binary110000011110111011010001
Octal301356321

Shades and tints

Shades of #C1EED1

#C1EED1
(193,238,209)
#B0D9BE
(176,217,190)
#9FC4AB
(159,196,171)
#8EAF98
(142,175,152)
#7D9A85
(125,154,133)
#6C8572
(108,133,114)
#5B705F
(91,112,95)
#4A5B4C
(74,91,76)
#394639
(57,70,57)
#283126
(40,49,38)
#171C13
(23,28,19)
#000000
(0,0,0)

Tints of #C1EED1

#C1EED1
(193,238,209)
#C6EFD5
(198,239,213)
#CBF0D9
(203,240,217)
#D0F1DD
(208,241,221)
#D5F2E1
(213,242,225)
#DAF3E5
(218,243,229)
#DFF4E9
(223,244,233)
#E4F5ED
(228,245,237)
#E9F6F1
(233,246,241)
#EEF7F5
(238,247,245)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1EED1; }

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

This text font color is #C1EED1.


Background Color

.myBgColor { background-color: #C1EED1; }

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

This div background color is #C1EED1.


Border color

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

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

This div border color is #C1EED1.


Opacity

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

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

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

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

This text has shadow with #C1EED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1EED1 on black background.


Color preview on white background

This text has color #C1EED1 on white background.



Black color preview on #C1EED1 background

This text has black color on #C1EED1 background.


White color preview on #C1EED1 background

This text has white color on #C1EED1 background.