COLOR #C5FAE8

HEX: #C5FAE8 RGB: (197,250,232)

Color info

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

RGB color model

#C5FAE8 color RGB value is (197,250,232).

RGB: (197,250,232) (77%, 98%, 91%)

RGB channels and saturation

R 197 of 255 = 77%
G 250 of 255 = 98%
B 232 of 255 = 91%

197
250
232

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

Portions of RGB colors in percentages

R + G + B = 197 + 250 + 232 = 679 (100%)
R 197 of 679 ~ 29.01%
G 250 of 679 ~ 36.82%
B 232 of 679 ~ 34.17'%

%29.01
%36.82
%34.17

CMYK color model

#C5FAE8 color CMYK value is (21,0,7,2).

  • cyan value is 21.20%
  • magenta value is 0.00%
  • yellow value is 7.20%
  • key color value is 1.96%

CMYK: (21,0,7,2)
C21M0Y7K2 (21%, 0%, 7%, 2%)
(0.21 / 0.00 / 0.07 / 0.02)

CMYK percentages

%21.2
%0
%7.2
%1.96

Codes

Color #C5FAE8 in popluar color models

C5 FA E8
RGB 197 250 232
HSL 160° 84.13% 87.65%
HSB/HSV 160° 21.20% 98.04%
CMYK 21.20% 0.00% 7.20%
1.96%

Color #C5FAE8 in popluar number systems.

HEX C5 FA E8
Decimal 197 250 232
Binary 11000101 11111010 11101000
Octal 305 372 350

Shades and tints

Shades of #C5FAE8

#C5FAE8
(197,250,232)
#B4E4D3
(180,228,211)
#A3CEBE
(163,206,190)
#92B8A9
(146,184,169)
#81A294
(129,162,148)
#708C7F
(112,140,127)
#5F766A
(95,118,106)
#4E6055
(78,96,85)
#3D4A40
(61,74,64)
#2C342B
(44,52,43)
#1B1E16
(27,30,22)
#000000
(0,0,0)

Tints of #C5FAE8

#C5FAE8
(197,250,232)
#CAFAEA
(202,250,234)
#CFFAEC
(207,250,236)
#D4FAEE
(212,250,238)
#D9FAF0
(217,250,240)
#DEFAF2
(222,250,242)
#E3FAF4
(227,250,244)
#E8FAF6
(232,250,246)
#EDFAF8
(237,250,248)
#F2FAFA
(242,250,250)
#F7FAFC
(247,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FAE8 color. Also use rgb(197,250,232) instead hex code.

Text Font Color

.myTextColor { color: #C5FAE8; }

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

This text font color is #C5FAE8.

Background Color

.myBgColor { background-color: #C5FAE8; }

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

This div background color is #C5FAE8.

Border color

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

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

This div border color is #C5FAE8.

Opacity

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

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

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

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

This text has shadow with #C5FAE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FAE8.

Preview

Color preview on black background

This text has color #C5FAE8 on black background.


Color preview on white background

This text has color #C5FAE8 on white background.


Black color preview on #C5FAE8 background

This text has black color on #C5FAE8 background.


White color preview on #C5FAE8 background

This text has white color on #C5FAE8 background.


Related colors

Complementary color

Complementary color for #hex is #3A0517.


I love getcolorcode.com

Triadic colors

1 #E8C5FA and #FAE8C5 with #C5FAE8 are triadic colors.

2 #E8FAC5 and #FAC5E8 with #C5FAE8 are triadic colors.