COLOR #C5FAD3

HEX: #C5FAD3
RGB: (197,250,211)

Color info

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

RGB color model

#C5FAD3 color RGB value is (197,250,211).

  • red value is 197;
  • green value is 250;
  • blue value is 211.
RGB:
(197,250,211)
(77%,98%,83%)

RGB channels and saturation

R 197 of 255 = 77%
G 250 of 255 = 98%
B 211 of 255 = 83%

197
250
211

R + G + B ~ 86%. #C5FAD3 is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 250 + 211 = 658 (100%)
R 197 of 658 ~ 29.94%
G 250 of 658 ~ 37.99%
B 211 of 658 ~ 32.07%

%29.94
%37.99
%32.07

CMYK color model

#C5FAD3 color CMYK value is (21,0,16,2).

  • cyan value is 21.20%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 1.96%
CMYK:
(21,0,16,2)
C21M0Y16K2 
(21%,0%,16%,2%)
(0.21/0.00/0.16/0.02)	

CMYK percentages

%21.2
%0
%15.6
%1.96

Codes

Color #C5FAD3 in popluar color models

C5FAD3
RGB197250211
HSL136°84.13%87.65%
HSB/HSV136°21.20%98.04%
CMYK21.20%0.00%15.60%
1.96%

Color #C5FAD3 in popluar number systems.

HEXC5FAD3
Decimal197250211
Binary110001011111101011010011
Octal305372323

Shades and tints

Shades of #C5FAD3

#C5FAD3
(197,250,211)
#B4E4C0
(180,228,192)
#A3CEAD
(163,206,173)
#92B89A
(146,184,154)
#81A287
(129,162,135)
#708C74
(112,140,116)
#5F7661
(95,118,97)
#4E604E
(78,96,78)
#3D4A3B
(61,74,59)
#2C3428
(44,52,40)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #C5FAD3

#C5FAD3
(197,250,211)
#CAFAD7
(202,250,215)
#CFFADB
(207,250,219)
#D4FADF
(212,250,223)
#D9FAE3
(217,250,227)
#DEFAE7
(222,250,231)
#E3FAEB
(227,250,235)
#E8FAEF
(232,250,239)
#EDFAF3
(237,250,243)
#F2FAF7
(242,250,247)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FAD3; }

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

This text font color is #C5FAD3.


Background Color

.myBgColor { background-color: #C5FAD3; }

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

This div background color is #C5FAD3.


Border color

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

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

This div border color is #C5FAD3.


Opacity

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

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

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

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

This text has shadow with #C5FAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FAD3 on black background.


Color preview on white background

This text has color #C5FAD3 on white background.



Black color preview on #C5FAD3 background

This text has black color on #C5FAD3 background.


White color preview on #C5FAD3 background

This text has white color on #C5FAD3 background.