COLOR #C5FFF5

HEX: #C5FFF5 RGB: (197,255,245)

Color info

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

RGB color model

#C5FFF5 color RGB value is (197,255,245).

RGB: (197,255,245) (77%, 100%, 96%)

RGB channels and saturation

R 197 of 255 = 77%
G 255 of 255 = 100%
B 245 of 255 = 96%

197
255
245

R + G + B ~ 91%. #C5FFF5 is light color.

Portions of RGB colors in percentages

R + G + B = 197 + 255 + 245 = 697 (100%)
R 197 of 697 ~ 28.26%
G 255 of 697 ~ 36.59%
B 245 of 697 ~ 35.15'%

%28.26
%36.59
%35.15

CMYK color model

#C5FFF5 color CMYK value is (23,0,4,0).

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

CMYK: (23,0,4,0)
C23M0Y4K0 (23%, 0%, 4%, 0%)
(0.23 / 0.00 / 0.04 / 0.00)

CMYK percentages

%22.75
%0
%3.92
%0

Codes

Color #C5FFF5 in popluar color models

C5 FF F5
RGB 197 255 245
HSL 170° 100.00% 88.63%
HSB/HSV 170° 22.75% 100.00%
CMYK 22.75% 0.00% 3.92%
0.00%

Color #C5FFF5 in popluar number systems.

HEX C5 FF F5
Decimal 197 255 245
Binary 11000101 11111111 11110101
Octal 305 377 365

Shades and tints

Shades of #C5FFF5

#C5FFF5
(197,255,245)
#B4E8DF
(180,232,223)
#A3D1C9
(163,209,201)
#92BAB3
(146,186,179)
#81A39D
(129,163,157)
#708C87
(112,140,135)
#5F7571
(95,117,113)
#4E5E5B
(78,94,91)
#3D4745
(61,71,69)
#2C302F
(44,48,47)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #C5FFF5

#C5FFF5
(197,255,245)
#CAFFF5
(202,255,245)
#CFFFF5
(207,255,245)
#D4FFF5
(212,255,245)
#D9FFF5
(217,255,245)
#DEFFF5
(222,255,245)
#E3FFF5
(227,255,245)
#E8FFF5
(232,255,245)
#EDFFF5
(237,255,245)
#F2FFF5
(242,255,245)
#F7FFF5
(247,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FFF5; }

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

This text font color is #C5FFF5.

Background Color

.myBgColor { background-color: #C5FFF5; }

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

This div background color is #C5FFF5.

Border color

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

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

This div border color is #C5FFF5.

Opacity

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

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

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

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

This text has shadow with #C5FFF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FFF5.

Preview

Color preview on black background

This text has color #C5FFF5 on black background.


Color preview on white background

This text has color #C5FFF5 on white background.


Black color preview on #C5FFF5 background

This text has black color on #C5FFF5 background.


White color preview on #C5FFF5 background

This text has white color on #C5FFF5 background.


Related colors

Complementary color

Complementary color for #hex is #3A000A.


I love getcolorcode.com

Triadic colors

1 #F5C5FF and #FFF5C5 with #C5FFF5 are triadic colors.

2 #F5FFC5 and #FFC5F5 with #C5FFF5 are triadic colors.