COLOR #C5F3D7

HEX: #C5F3D7
RGB: (197,243,215)

Color info

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

RGB color model

#C5F3D7 color RGB value is (197,243,215).

  • red value is 197;
  • green value is 243;
  • blue value is 215.
RGB:
(197,243,215)
(77%,95%,84%)

RGB channels and saturation

R 197 of 255 = 77%
G 243 of 255 = 95%
B 215 of 255 = 84%

197
243
215

R + G + B ~ 85%. #C5F3D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 243 + 215 = 655 (100%)
R 197 of 655 ~ 30.08%
G 243 of 655 ~ 37.1%
B 215 of 655 ~ 32.82%

%30.08
%37.1
%32.82

CMYK color model

#C5F3D7 color CMYK value is (19,0,12,5).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 11.52%
  • key color value is 4.71%
CMYK:
(19,0,12,5)
C19M0Y12K5 
(19%,0%,12%,5%)
(0.19/0.00/0.12/0.05)	

CMYK percentages

%18.93
%0
%11.52
%4.71

Codes

Color #C5F3D7 in popluar color models

C5F3D7
RGB197243215
HSL143°65.71%86.27%
HSB/HSV143°18.93%95.29%
CMYK18.93%0.00%11.52%
4.71%

Color #C5F3D7 in popluar number systems.

HEXC5F3D7
Decimal197243215
Binary110001011111001111010111
Octal305363327

Shades and tints

Shades of #C5F3D7

#C5F3D7
(197,243,215)
#B4DDC4
(180,221,196)
#A3C7B1
(163,199,177)
#92B19E
(146,177,158)
#819B8B
(129,155,139)
#708578
(112,133,120)
#5F6F65
(95,111,101)
#4E5952
(78,89,82)
#3D433F
(61,67,63)
#2C2D2C
(44,45,44)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #C5F3D7

#C5F3D7
(197,243,215)
#CAF4DA
(202,244,218)
#CFF5DD
(207,245,221)
#D4F6E0
(212,246,224)
#D9F7E3
(217,247,227)
#DEF8E6
(222,248,230)
#E3F9E9
(227,249,233)
#E8FAEC
(232,250,236)
#EDFBEF
(237,251,239)
#F2FCF2
(242,252,242)
#F7FDF5
(247,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F3D7 color. Also use rgb(197,243,215) instead hex code.

Text Font Color

.myTextColor { color: #C5F3D7; }

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

This text font color is #C5F3D7.


Background Color

.myBgColor { background-color: #C5F3D7; }

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

This div background color is #C5F3D7.


Border color

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

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

This div border color is #C5F3D7.


Opacity

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

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

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

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

This text has shadow with #C5F3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F3D7 on black background.


Color preview on white background

This text has color #C5F3D7 on white background.



Black color preview on #C5F3D7 background

This text has black color on #C5F3D7 background.


White color preview on #C5F3D7 background

This text has white color on #C5F3D7 background.