COLOR #C5F3C3

HEX: #C5F3C3
RGB: (197,243,195)

Color info

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

RGB color model

#C5F3C3 color RGB value is (197,243,195).

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

RGB channels and saturation

R 197 of 255 = 77%
G 243 of 255 = 95%
B 195 of 255 = 76%

197
243
195

R + G + B ~ 83%. #C5F3C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 243 + 195 = 635 (100%)
R 197 of 635 ~ 31.02%
G 243 of 635 ~ 38.27%
B 195 of 635 ~ 30.71%

%31.02
%38.27
%30.71

CMYK color model

#C5F3C3 color CMYK value is (19,0,20,5).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 4.71%
CMYK:
(19,0,20,5)
C19M0Y20K5 
(19%,0%,20%,5%)
(0.19/0.00/0.20/0.05)	

CMYK percentages

%18.93
%0
%19.75
%4.71

Codes

Color #C5F3C3 in popluar color models

C5F3C3
RGB197243195
HSL118°66.67%85.88%
HSB/HSV118°19.75%95.29%
CMYK18.93%0.00%19.75%
4.71%

Color #C5F3C3 in popluar number systems.

HEXC5F3C3
Decimal197243195
Binary110001011111001111000011
Octal305363303

Shades and tints

Shades of #C5F3C3

#C5F3C3
(197,243,195)
#B4DDB2
(180,221,178)
#A3C7A1
(163,199,161)
#92B190
(146,177,144)
#819B7F
(129,155,127)
#70856E
(112,133,110)
#5F6F5D
(95,111,93)
#4E594C
(78,89,76)
#3D433B
(61,67,59)
#2C2D2A
(44,45,42)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #C5F3C3

#C5F3C3
(197,243,195)
#CAF4C8
(202,244,200)
#CFF5CD
(207,245,205)
#D4F6D2
(212,246,210)
#D9F7D7
(217,247,215)
#DEF8DC
(222,248,220)
#E3F9E1
(227,249,225)
#E8FAE6
(232,250,230)
#EDFBEB
(237,251,235)
#F2FCF0
(242,252,240)
#F7FDF5
(247,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F3C3; }

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

This text font color is #C5F3C3.


Background Color

.myBgColor { background-color: #C5F3C3; }

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

This div background color is #C5F3C3.


Border color

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

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

This div border color is #C5F3C3.


Opacity

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

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

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

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

This text has shadow with #C5F3C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F3C3 on black background.


Color preview on white background

This text has color #C5F3C3 on white background.



Black color preview on #C5F3C3 background

This text has black color on #C5F3C3 background.


White color preview on #C5F3C3 background

This text has white color on #C5F3C3 background.