COLOR #C5EEE5

HEX: #C5EEE5
RGB: (197,238,229)

Color info

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

RGB color model

#C5EEE5 color RGB value is (197,238,229).

  • red value is 197;
  • green value is 238;
  • blue value is 229.
RGB:
(197,238,229)
(77%,93%,90%)

RGB channels and saturation

R 197 of 255 = 77%
G 238 of 255 = 93%
B 229 of 255 = 90%

197
238
229

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

Portions of RGB colors in percentages

R + G + B =
197 + 238 + 229 = 664 (100%)
R 197 of 664 ~ 29.67%
G 238 of 664 ~ 35.84%
B 229 of 664 ~ 34.49%

%29.67
%35.84
%34.49

CMYK color model

#C5EEE5 color CMYK value is (17,0,4,7).

  • cyan value is 17.23%
  • magenta value is 0.00%
  • yellow value is 3.78%
  • key color value is 6.67%
CMYK:
(17,0,4,7)
C17M0Y4K7 
(17%,0%,4%,7%)
(0.17/0.00/0.04/0.07)	

CMYK percentages

%17.23
%0
%3.78
%6.67

Codes

Color #C5EEE5 in popluar color models

C5EEE5
RGB197238229
HSL167°54.67%85.29%
HSB/HSV167°17.23%93.33%
CMYK17.23%0.00%3.78%
6.67%

Color #C5EEE5 in popluar number systems.

HEXC5EEE5
Decimal197238229
Binary110001011110111011100101
Octal305356345

Shades and tints

Shades of #C5EEE5

#C5EEE5
(197,238,229)
#B4D9D1
(180,217,209)
#A3C4BD
(163,196,189)
#92AFA9
(146,175,169)
#819A95
(129,154,149)
#708581
(112,133,129)
#5F706D
(95,112,109)
#4E5B59
(78,91,89)
#3D4645
(61,70,69)
#2C3131
(44,49,49)
#1B1C1D
(27,28,29)
#000000
(0,0,0)

Tints of #C5EEE5

#C5EEE5
(197,238,229)
#CAEFE7
(202,239,231)
#CFF0E9
(207,240,233)
#D4F1EB
(212,241,235)
#D9F2ED
(217,242,237)
#DEF3EF
(222,243,239)
#E3F4F1
(227,244,241)
#E8F5F3
(232,245,243)
#EDF6F5
(237,246,245)
#F2F7F7
(242,247,247)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EEE5 color. Also use rgb(197,238,229) instead hex code.

Text Font Color

.myTextColor { color: #C5EEE5; }

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

This text font color is #C5EEE5.


Background Color

.myBgColor { background-color: #C5EEE5; }

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

This div background color is #C5EEE5.


Border color

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

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

This div border color is #C5EEE5.


Opacity

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

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

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

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

This text has shadow with #C5EEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EEE5 on black background.


Color preview on white background

This text has color #C5EEE5 on white background.



Black color preview on #C5EEE5 background

This text has black color on #C5EEE5 background.


White color preview on #C5EEE5 background

This text has white color on #C5EEE5 background.