COLOR #C2EEED

HEX: #C2EEED
RGB: (194,238,237)

Color info

#C2EEED contains red, green and blue colors in about the same proportion. Web safe color of #C2EEED is #CCFFFF (or #CFF).

RGB color model

#C2EEED color RGB value is (194,238,237).

  • red value is 194;
  • green value is 238;
  • blue value is 237.
RGB:
(194,238,237)
(76%,93%,93%)

RGB channels and saturation

R 194 of 255 = 76%
G 238 of 255 = 93%
B 237 of 255 = 93%

194
238
237

R + G + B ~ 87%. #C2EEED is light color.

Portions of RGB colors in percentages

R + G + B =
194 + 238 + 237 = 669 (100%)
R 194 of 669 ~ 29%
G 238 of 669 ~ 35.58%
B 237 of 669 ~ 35.43%

%29
%35.58
%35.43

CMYK color model

#C2EEED color CMYK value is (18,0,0,7).

  • cyan value is 18.49%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 6.67%
CMYK:
(18,0,0,7)
C18M0Y0K7 
(18%,0%,0%,7%)
(0.18/0.00/0.00/0.07)	

CMYK percentages

%18.49
%0
%0.42
%6.67

Codes

Color #C2EEED in popluar color models

C2EEED
RGB194238237
HSL179°56.41%84.71%
HSB/HSV179°18.49%93.33%
CMYK18.49%0.00%0.42%
6.67%

Color #C2EEED in popluar number systems.

HEXC2EEED
Decimal194238237
Binary110000101110111011101101
Octal302356355

Shades and tints

Shades of #C2EEED

#C2EEED
(194,238,237)
#B1D9D8
(177,217,216)
#A0C4C3
(160,196,195)
#8FAFAE
(143,175,174)
#7E9A99
(126,154,153)
#6D8584
(109,133,132)
#5C706F
(92,112,111)
#4B5B5A
(75,91,90)
#3A4645
(58,70,69)
#293130
(41,49,48)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #C2EEED

#C2EEED
(194,238,237)
#C7EFEE
(199,239,238)
#CCF0EF
(204,240,239)
#D1F1F0
(209,241,240)
#D6F2F1
(214,242,241)
#DBF3F2
(219,243,242)
#E0F4F3
(224,244,243)
#E5F5F4
(229,245,244)
#EAF6F5
(234,246,245)
#EFF7F6
(239,247,246)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2EEED color. Also use rgb(194,238,237) instead hex code.

Text Font Color

.myTextColor { color: #C2EEED; }

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

This text font color is #C2EEED.


Background Color

.myBgColor { background-color: #C2EEED; }

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

This div background color is #C2EEED.


Border color

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

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

This div border color is #C2EEED.


Opacity

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

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

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

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

This text has shadow with #C2EEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EEED on black background.


Color preview on white background

This text has color #C2EEED on white background.



Black color preview on #C2EEED background

This text has black color on #C2EEED background.


White color preview on #C2EEED background

This text has white color on #C2EEED background.