COLOR #C5F1B0

HEX: #C5F1B0 RGB: (197,241,176)

Color info

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

RGB color model

#C5F1B0 color RGB value is (197,241,176).

RGB: (197,241,176) (77%, 95%, 69%)

RGB channels and saturation

R 197 of 255 = 77%
G 241 of 255 = 95%
B 176 of 255 = 69%

197
241
176

R + G + B ~ 80%. #C5F1B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 241 + 176 = 614 (100%)
R 197 of 614 ~ 32.08%
G 241 of 614 ~ 39.25%
B 176 of 614 ~ 28.66'%

%32.08
%39.25
%28.66

CMYK color model

#C5F1B0 color CMYK value is (18,0,27,5).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 26.97%
  • key color value is 5.49%

CMYK: (18,0,27,5)
C18M0Y27K5 (18%, 0%, 27%, 5%)
(0.18 / 0.00 / 0.27 / 0.05)

CMYK percentages

%18.26
%0
%26.97
%5.49

Codes

Color #C5F1B0 in popluar color models

C5 F1 B0
RGB 197 241 176
HSL 101° 69.89% 81.76%
HSB/HSV 101° 26.97% 94.51%
CMYK 18.26% 0.00% 26.97%
5.49%

Color #C5F1B0 in popluar number systems.

HEX C5 F1 B0
Decimal 197 241 176
Binary 11000101 11110001 10110000
Octal 305 361 260

Shades and tints

Shades of #C5F1B0

#C5F1B0
(197,241,176)
#B4DCA0
(180,220,160)
#A3C790
(163,199,144)
#92B280
(146,178,128)
#819D70
(129,157,112)
#708860
(112,136,96)
#5F7350
(95,115,80)
#4E5E40
(78,94,64)
#3D4930
(61,73,48)
#2C3420
(44,52,32)
#1B1F10
(27,31,16)
#000000
(0,0,0)

Tints of #C5F1B0

#C5F1B0
(197,241,176)
#CAF2B7
(202,242,183)
#CFF3BE
(207,243,190)
#D4F4C5
(212,244,197)
#D9F5CC
(217,245,204)
#DEF6D3
(222,246,211)
#E3F7DA
(227,247,218)
#E8F8E1
(232,248,225)
#EDF9E8
(237,249,232)
#F2FAEF
(242,250,239)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F1B0 color. Also use rgb(197,241,176) instead hex code.

Text Font Color

.myTextColor { color: #C5F1B0; }

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

This text font color is #C5F1B0.

Background Color

.myBgColor { background-color: #C5F1B0; }

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

This div background color is #C5F1B0.

Border color

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

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

This div border color is #C5F1B0.

Opacity

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

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

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

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

This text has shadow with #C5F1B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5F1B0.

Preview

Color preview on black background

This text has color #C5F1B0 on black background.


Color preview on white background

This text has color #C5F1B0 on white background.


Black color preview on #C5F1B0 background

This text has black color on #C5F1B0 background.


White color preview on #C5F1B0 background

This text has white color on #C5F1B0 background.


Related colors

Complementary color

Complementary color for #hex is #3A0E4F.


I love getcolorcode.com

Triadic colors

1 #B0C5F1 and #F1B0C5 with #C5F1B0 are triadic colors.

2 #B0F1C5 and #F1C5B0 with #C5F1B0 are triadic colors.