COLOR #C5F2BE

HEX: #C5F2BE RGB: (197,242,190)

Color info

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

RGB color model

#C5F2BE color RGB value is (197,242,190).

RGB: (197,242,190) (77%, 95%, 75%)

RGB channels and saturation

R 197 of 255 = 77%
G 242 of 255 = 95%
B 190 of 255 = 75%

197
242
190

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

Portions of RGB colors in percentages

R + G + B = 197 + 242 + 190 = 629 (100%)
R 197 of 629 ~ 31.32%
G 242 of 629 ~ 38.47%
B 190 of 629 ~ 30.21'%

%31.32
%38.47
%30.21

CMYK color model

#C5F2BE color CMYK value is (19,0,21,5).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 21.49%
  • key color value is 5.10%

CMYK: (19,0,21,5)
C19M0Y21K5 (19%, 0%, 21%, 5%)
(0.19 / 0.00 / 0.21 / 0.05)

CMYK percentages

%18.6
%0
%21.49
%5.1

Codes

Color #C5F2BE in popluar color models

C5 F2 BE
RGB 197 242 190
HSL 112° 66.67% 84.71%
HSB/HSV 112° 21.49% 94.90%
CMYK 18.60% 0.00% 21.49%
5.10%

Color #C5F2BE in popluar number systems.

HEX C5 F2 BE
Decimal 197 242 190
Binary 11000101 11110010 10111110
Octal 305 362 276

Shades and tints

Shades of #C5F2BE

#C5F2BE
(197,242,190)
#B4DCAD
(180,220,173)
#A3C69C
(163,198,156)
#92B08B
(146,176,139)
#819A7A
(129,154,122)
#708469
(112,132,105)
#5F6E58
(95,110,88)
#4E5847
(78,88,71)
#3D4236
(61,66,54)
#2C2C25
(44,44,37)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #C5F2BE

#C5F2BE
(197,242,190)
#CAF3C3
(202,243,195)
#CFF4C8
(207,244,200)
#D4F5CD
(212,245,205)
#D9F6D2
(217,246,210)
#DEF7D7
(222,247,215)
#E3F8DC
(227,248,220)
#E8F9E1
(232,249,225)
#EDFAE6
(237,250,230)
#F2FBEB
(242,251,235)
#F7FCF0
(247,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F2BE color. Also use rgb(197,242,190) instead hex code.

Text Font Color

.myTextColor { color: #C5F2BE; }

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

This text font color is #C5F2BE.

Background Color

.myBgColor { background-color: #C5F2BE; }

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

This div background color is #C5F2BE.

Border color

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

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

This div border color is #C5F2BE.

Opacity

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

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

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

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

This text has shadow with #C5F2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5F2BE.

Preview

Color preview on black background

This text has color #C5F2BE on black background.


Color preview on white background

This text has color #C5F2BE on white background.


Black color preview on #C5F2BE background

This text has black color on #C5F2BE background.


White color preview on #C5F2BE background

This text has white color on #C5F2BE background.


Related colors

Complementary color

Complementary color for #hex is #3A0D41.


I love getcolorcode.com

Triadic colors

1 #BEC5F2 and #F2BEC5 with #C5F2BE are triadic colors.

2 #BEF2C5 and #F2C5BE with #C5F2BE are triadic colors.