COLOR #C5FFE9

HEX: #C5FFE9 RGB: (197,255,233)

Color info

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

RGB color model

#C5FFE9 color RGB value is (197,255,233).

RGB: (197,255,233) (77%, 100%, 91%)

RGB channels and saturation

R 197 of 255 = 77%
G 255 of 255 = 100%
B 233 of 255 = 91%

197
255
233

R + G + B ~ 89%. #C5FFE9 is light color.

Portions of RGB colors in percentages

R + G + B = 197 + 255 + 233 = 685 (100%)
R 197 of 685 ~ 28.76%
G 255 of 685 ~ 37.23%
B 233 of 685 ~ 34.01'%

%28.76
%37.23
%34.01

CMYK color model

#C5FFE9 color CMYK value is (23,0,9,0).

  • cyan value is 22.75%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 0.00%

CMYK: (23,0,9,0)
C23M0Y9K0 (23%, 0%, 9%, 0%)
(0.23 / 0.00 / 0.09 / 0.00)

CMYK percentages

%22.75
%0
%8.63
%0

Codes

Color #C5FFE9 in popluar color models

C5 FF E9
RGB 197 255 233
HSL 157° 100.00% 88.63%
HSB/HSV 157° 22.75% 100.00%
CMYK 22.75% 0.00% 8.63%
0.00%

Color #C5FFE9 in popluar number systems.

HEX C5 FF E9
Decimal 197 255 233
Binary 11000101 11111111 11101001
Octal 305 377 351

Shades and tints

Shades of #C5FFE9

#C5FFE9
(197,255,233)
#B4E8D4
(180,232,212)
#A3D1BF
(163,209,191)
#92BAAA
(146,186,170)
#81A395
(129,163,149)
#708C80
(112,140,128)
#5F756B
(95,117,107)
#4E5E56
(78,94,86)
#3D4741
(61,71,65)
#2C302C
(44,48,44)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #C5FFE9

#C5FFE9
(197,255,233)
#CAFFEB
(202,255,235)
#CFFFED
(207,255,237)
#D4FFEF
(212,255,239)
#D9FFF1
(217,255,241)
#DEFFF3
(222,255,243)
#E3FFF5
(227,255,245)
#E8FFF7
(232,255,247)
#EDFFF9
(237,255,249)
#F2FFFB
(242,255,251)
#F7FFFD
(247,255,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FFE9 color. Also use rgb(197,255,233) instead hex code.

Text Font Color

.myTextColor { color: #C5FFE9; }

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

This text font color is #C5FFE9.

Background Color

.myBgColor { background-color: #C5FFE9; }

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

This div background color is #C5FFE9.

Border color

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

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

This div border color is #C5FFE9.

Opacity

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

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

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

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

This text has shadow with #C5FFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FFE9.

Preview

Color preview on black background

This text has color #C5FFE9 on black background.


Color preview on white background

This text has color #C5FFE9 on white background.


Black color preview on #C5FFE9 background

This text has black color on #C5FFE9 background.


White color preview on #C5FFE9 background

This text has white color on #C5FFE9 background.


Related colors

Complementary color

Complementary color for #hex is #3A0016.


I love getcolorcode.com

Triadic colors

1 #E9C5FF and #FFE9C5 with #C5FFE9 are triadic colors.

2 #E9FFC5 and #FFC5E9 with #C5FFE9 are triadic colors.