COLOR #C5F9B3

HEX: #C5F9B3
RGB: (197,249,179)

Color info

#C5F9B3 contains mainly red and green colors. Web safe color of #C5F9B3 is #CCFF99 (or #CF9).

RGB color model

#C5F9B3 color RGB value is (197,249,179).

  • red value is 197;
  • green value is 249;
  • blue value is 179.
RGB:
(197,249,179)
(77%,98%,70%)

RGB channels and saturation

R 197 of 255 = 77%
G 249 of 255 = 98%
B 179 of 255 = 70%

197
249
179

R + G + B ~ 82%. #C5F9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 249 + 179 = 625 (100%)
R 197 of 625 ~ 31.52%
G 249 of 625 ~ 39.84%
B 179 of 625 ~ 28.64%

%31.52
%39.84
%28.64

CMYK color model

#C5F9B3 color CMYK value is (21,0,28,2).

  • cyan value is 20.88%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 2.35%
CMYK:
(21,0,28,2)
C21M0Y28K2 
(21%,0%,28%,2%)
(0.21/0.00/0.28/0.02)	

CMYK percentages

%20.88
%0
%28.11
%2.35

Codes

Color #C5F9B3 in popluar color models

C5F9B3
RGB197249179
HSL105°85.37%83.92%
HSB/HSV105°28.11%97.65%
CMYK20.88%0.00%28.11%
2.35%

Color #C5F9B3 in popluar number systems.

HEXC5F9B3
Decimal197249179
Binary110001011111100110110011
Octal305371263

Shades and tints

Shades of #C5F9B3

#C5F9B3
(197,249,179)
#B4E3A3
(180,227,163)
#A3CD93
(163,205,147)
#92B783
(146,183,131)
#81A173
(129,161,115)
#708B63
(112,139,99)
#5F7553
(95,117,83)
#4E5F43
(78,95,67)
#3D4933
(61,73,51)
#2C3323
(44,51,35)
#1B1D13
(27,29,19)
#000000
(0,0,0)

Tints of #C5F9B3

#C5F9B3
(197,249,179)
#CAF9B9
(202,249,185)
#CFF9BF
(207,249,191)
#D4F9C5
(212,249,197)
#D9F9CB
(217,249,203)
#DEF9D1
(222,249,209)
#E3F9D7
(227,249,215)
#E8F9DD
(232,249,221)
#EDF9E3
(237,249,227)
#F2F9E9
(242,249,233)
#F7F9EF
(247,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F9B3 color. Also use rgb(197,249,179) instead hex code.

Text Font Color

.myTextColor { color: #C5F9B3; }

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

This text font color is #C5F9B3.


Background Color

.myBgColor { background-color: #C5F9B3; }

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

This div background color is #C5F9B3.


Border color

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

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

This div border color is #C5F9B3.


Opacity

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

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

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

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

This text has shadow with #C5F9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F9B3 on black background.


Color preview on white background

This text has color #C5F9B3 on white background.



Black color preview on #C5F9B3 background

This text has black color on #C5F9B3 background.


White color preview on #C5F9B3 background

This text has white color on #C5F9B3 background.