COLOR #C7F2BA

HEX: #C7F2BA
RGB: (199,242,186)

Color info

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

RGB color model

#C7F2BA color RGB value is (199,242,186).

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

RGB channels and saturation

R 199 of 255 = 78%
G 242 of 255 = 95%
B 186 of 255 = 73%

199
242
186

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

Portions of RGB colors in percentages

R + G + B =
199 + 242 + 186 = 627 (100%)
R 199 of 627 ~ 31.74%
G 242 of 627 ~ 38.6%
B 186 of 627 ~ 29.67%

%31.74
%38.6
%29.67

CMYK color model

#C7F2BA color CMYK value is (18,0,23,5).

  • cyan value is 17.77%
  • magenta value is 0.00%
  • yellow value is 23.14%
  • key color value is 5.10%
CMYK:
(18,0,23,5)
C18M0Y23K5 
(18%,0%,23%,5%)
(0.18/0.00/0.23/0.05)	

CMYK percentages

%17.77
%0
%23.14
%5.1

Codes

Color #C7F2BA in popluar color models

C7F2BA
RGB199242186
HSL106°68.29%83.92%
HSB/HSV106°23.14%94.90%
CMYK17.77%0.00%23.14%
5.10%

Color #C7F2BA in popluar number systems.

HEXC7F2BA
Decimal199242186
Binary110001111111001010111010
Octal307362272

Shades and tints

Shades of #C7F2BA

#C7F2BA
(199,242,186)
#B5DCAA
(181,220,170)
#A3C69A
(163,198,154)
#91B08A
(145,176,138)
#7F9A7A
(127,154,122)
#6D846A
(109,132,106)
#5B6E5A
(91,110,90)
#49584A
(73,88,74)
#37423A
(55,66,58)
#252C2A
(37,44,42)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #C7F2BA

#C7F2BA
(199,242,186)
#CCF3C0
(204,243,192)
#D1F4C6
(209,244,198)
#D6F5CC
(214,245,204)
#DBF6D2
(219,246,210)
#E0F7D8
(224,247,216)
#E5F8DE
(229,248,222)
#EAF9E4
(234,249,228)
#EFFAEA
(239,250,234)
#F4FBF0
(244,251,240)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F2BA; }

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

This text font color is #C7F2BA.


Background Color

.myBgColor { background-color: #C7F2BA; }

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

This div background color is #C7F2BA.


Border color

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

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

This div border color is #C7F2BA.


Opacity

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

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

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

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

This text has shadow with #C7F2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F2BA on black background.


Color preview on white background

This text has color #C7F2BA on white background.



Black color preview on #C7F2BA background

This text has black color on #C7F2BA background.


White color preview on #C7F2BA background

This text has white color on #C7F2BA background.