COLOR #C5FAE7

HEX: #C5FAE7 RGB: (197,250,231)

Color info

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

RGB color model

#C5FAE7 color RGB value is (197,250,231).

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

RGB channels and saturation

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

197
250
231

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

Portions of RGB colors in percentages

R + G + B = 197 + 250 + 231 = 678 (100%)
R 197 of 678 ~ 29.06%
G 250 of 678 ~ 36.87%
B 231 of 678 ~ 34.07'%

%29.06
%36.87
%34.07

CMYK color model

#C5FAE7 color CMYK value is (21,0,8,2).

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

CMYK: (21,0,8,2)
C21M0Y8K2 (21%, 0%, 8%, 2%)
(0.21 / 0.00 / 0.08 / 0.02)

CMYK percentages

%21.2
%0
%7.6
%1.96

Codes

Color #C5FAE7 in popluar color models

C5 FA E7
RGB 197 250 231
HSL 158° 84.13% 87.65%
HSB/HSV 158° 21.20% 98.04%
CMYK 21.20% 0.00% 7.60%
1.96%

Color #C5FAE7 in popluar number systems.

HEX C5 FA E7
Decimal 197 250 231
Binary 11000101 11111010 11100111
Octal 305 372 347

Shades and tints

Shades of #C5FAE7

#C5FAE7
(197,250,231)
#B4E4D2
(180,228,210)
#A3CEBD
(163,206,189)
#92B8A8
(146,184,168)
#81A293
(129,162,147)
#708C7E
(112,140,126)
#5F7669
(95,118,105)
#4E6054
(78,96,84)
#3D4A3F
(61,74,63)
#2C342A
(44,52,42)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #C5FAE7

#C5FAE7
(197,250,231)
#CAFAE9
(202,250,233)
#CFFAEB
(207,250,235)
#D4FAED
(212,250,237)
#D9FAEF
(217,250,239)
#DEFAF1
(222,250,241)
#E3FAF3
(227,250,243)
#E8FAF5
(232,250,245)
#EDFAF7
(237,250,247)
#F2FAF9
(242,250,249)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FAE7; }

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

This text font color is #C5FAE7.

Background Color

.myBgColor { background-color: #C5FAE7; }

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

This div background color is #C5FAE7.

Border color

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

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

This div border color is #C5FAE7.

Opacity

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

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

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

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

This text has shadow with #C5FAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FAE7.

Preview

Color preview on black background

This text has color #C5FAE7 on black background.


Color preview on white background

This text has color #C5FAE7 on white background.


Black color preview on #C5FAE7 background

This text has black color on #C5FAE7 background.


White color preview on #C5FAE7 background

This text has white color on #C5FAE7 background.


Related colors

Complementary color

Complementary color for #hex is #3A0518.


I love getcolorcode.com

Triadic colors

1 #E7C5FA and #FAE7C5 with #C5FAE7 are triadic colors.

2 #E7FAC5 and #FAC5E7 with #C5FAE7 are triadic colors.