COLOR #C5F6B5

HEX: #C5F6B5
RGB: (197,246,181)

Color info

#C5F6B5 contains mainly red and green colors. Web safe color of #C5F6B5 is #CCFFCC (or #CFC).

RGB color model

#C5F6B5 color RGB value is (197,246,181).

  • red value is 197;
  • green value is 246;
  • blue value is 181.
RGB:
(197,246,181)
(77%,96%,71%)

RGB channels and saturation

R 197 of 255 = 77%
G 246 of 255 = 96%
B 181 of 255 = 71%

197
246
181

R + G + B ~ 81%. #C5F6B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 246 + 181 = 624 (100%)
R 197 of 624 ~ 31.57%
G 246 of 624 ~ 39.42%
B 181 of 624 ~ 29.01%

%31.57
%39.42
%29.01

CMYK color model

#C5F6B5 color CMYK value is (20,0,26,4).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 3.53%
CMYK:
(20,0,26,4)
C20M0Y26K4 
(20%,0%,26%,4%)
(0.20/0.00/0.26/0.04)	

CMYK percentages

%19.92
%0
%26.42
%3.53

Codes

Color #C5F6B5 in popluar color models

C5F6B5
RGB197246181
HSL105°78.31%83.73%
HSB/HSV105°26.42%96.47%
CMYK19.92%0.00%26.42%
3.53%

Color #C5F6B5 in popluar number systems.

HEXC5F6B5
Decimal197246181
Binary110001011111011010110101
Octal305366265

Shades and tints

Shades of #C5F6B5

#C5F6B5
(197,246,181)
#B4E0A5
(180,224,165)
#A3CA95
(163,202,149)
#92B485
(146,180,133)
#819E75
(129,158,117)
#708865
(112,136,101)
#5F7255
(95,114,85)
#4E5C45
(78,92,69)
#3D4635
(61,70,53)
#2C3025
(44,48,37)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #C5F6B5

#C5F6B5
(197,246,181)
#CAF6BB
(202,246,187)
#CFF6C1
(207,246,193)
#D4F6C7
(212,246,199)
#D9F6CD
(217,246,205)
#DEF6D3
(222,246,211)
#E3F6D9
(227,246,217)
#E8F6DF
(232,246,223)
#EDF6E5
(237,246,229)
#F2F6EB
(242,246,235)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F6B5 color. Also use rgb(197,246,181) instead hex code.

Text Font Color

.myTextColor { color: #C5F6B5; }

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

This text font color is #C5F6B5.


Background Color

.myBgColor { background-color: #C5F6B5; }

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

This div background color is #C5F6B5.


Border color

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

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

This div border color is #C5F6B5.


Opacity

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

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

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

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

This text has shadow with #C5F6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F6B5 on black background.


Color preview on white background

This text has color #C5F6B5 on white background.



Black color preview on #C5F6B5 background

This text has black color on #C5F6B5 background.


White color preview on #C5F6B5 background

This text has white color on #C5F6B5 background.