COLOR #C7F5BA

HEX: #C7F5BA
RGB: (199,245,186)

Color info

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

RGB color model

#C7F5BA color RGB value is (199,245,186).

  • red value is 199;
  • green value is 245;
  • blue value is 186.
RGB:
(199,245,186)
(78%,96%,73%)

RGB channels and saturation

R 199 of 255 = 78%
G 245 of 255 = 96%
B 186 of 255 = 73%

199
245
186

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

Portions of RGB colors in percentages

R + G + B =
199 + 245 + 186 = 630 (100%)
R 199 of 630 ~ 31.59%
G 245 of 630 ~ 38.89%
B 186 of 630 ~ 29.52%

%31.59
%38.89
%29.52

CMYK color model

#C7F5BA color CMYK value is (19,0,24,4).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 24.08%
  • key color value is 3.92%
CMYK:
(19,0,24,4)
C19M0Y24K4 
(19%,0%,24%,4%)
(0.19/0.00/0.24/0.04)	

CMYK percentages

%18.78
%0
%24.08
%3.92

Codes

Color #C7F5BA in popluar color models

C7F5BA
RGB199245186
HSL107°74.68%84.51%
HSB/HSV107°24.08%96.08%
CMYK18.78%0.00%24.08%
3.92%

Color #C7F5BA in popluar number systems.

HEXC7F5BA
Decimal199245186
Binary110001111111010110111010
Octal307365272

Shades and tints

Shades of #C7F5BA

#C7F5BA
(199,245,186)
#B5DFAA
(181,223,170)
#A3C99A
(163,201,154)
#91B38A
(145,179,138)
#7F9D7A
(127,157,122)
#6D876A
(109,135,106)
#5B715A
(91,113,90)
#495B4A
(73,91,74)
#37453A
(55,69,58)
#252F2A
(37,47,42)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #C7F5BA

#C7F5BA
(199,245,186)
#CCF5C0
(204,245,192)
#D1F5C6
(209,245,198)
#D6F5CC
(214,245,204)
#DBF5D2
(219,245,210)
#E0F5D8
(224,245,216)
#E5F5DE
(229,245,222)
#EAF5E4
(234,245,228)
#EFF5EA
(239,245,234)
#F4F5F0
(244,245,240)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F5BA color. Also use rgb(199,245,186) instead hex code.

Text Font Color

.myTextColor { color: #C7F5BA; }

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

This text font color is #C7F5BA.


Background Color

.myBgColor { background-color: #C7F5BA; }

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

This div background color is #C7F5BA.


Border color

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

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

This div border color is #C7F5BA.


Opacity

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

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

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

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

This text has shadow with #C7F5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F5BA on black background.


Color preview on white background

This text has color #C7F5BA on white background.



Black color preview on #C7F5BA background

This text has black color on #C7F5BA background.


White color preview on #C7F5BA background

This text has white color on #C7F5BA background.