COLOR #C7F7B6

HEX: #C7F7B6
RGB: (199,247,182)

Color info

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

RGB color model

#C7F7B6 color RGB value is (199,247,182).

  • red value is 199;
  • green value is 247;
  • blue value is 182.
RGB:
(199,247,182)
(78%,97%,71%)

RGB channels and saturation

R 199 of 255 = 78%
G 247 of 255 = 97%
B 182 of 255 = 71%

199
247
182

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

Portions of RGB colors in percentages

R + G + B =
199 + 247 + 182 = 628 (100%)
R 199 of 628 ~ 31.69%
G 247 of 628 ~ 39.33%
B 182 of 628 ~ 28.98%

%31.69
%39.33
%28.98

CMYK color model

#C7F7B6 color CMYK value is (19,0,26,3).

  • cyan value is 19.43%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 3.14%
CMYK:
(19,0,26,3)
C19M0Y26K3 
(19%,0%,26%,3%)
(0.19/0.00/0.26/0.03)	

CMYK percentages

%19.43
%0
%26.32
%3.14

Codes

Color #C7F7B6 in popluar color models

C7F7B6
RGB199247182
HSL104°80.25%84.12%
HSB/HSV104°26.32%96.86%
CMYK19.43%0.00%26.32%
3.14%

Color #C7F7B6 in popluar number systems.

HEXC7F7B6
Decimal199247182
Binary110001111111011110110110
Octal307367266

Shades and tints

Shades of #C7F7B6

#C7F7B6
(199,247,182)
#B5E1A6
(181,225,166)
#A3CB96
(163,203,150)
#91B586
(145,181,134)
#7F9F76
(127,159,118)
#6D8966
(109,137,102)
#5B7356
(91,115,86)
#495D46
(73,93,70)
#374736
(55,71,54)
#253126
(37,49,38)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #C7F7B6

#C7F7B6
(199,247,182)
#CCF7BC
(204,247,188)
#D1F7C2
(209,247,194)
#D6F7C8
(214,247,200)
#DBF7CE
(219,247,206)
#E0F7D4
(224,247,212)
#E5F7DA
(229,247,218)
#EAF7E0
(234,247,224)
#EFF7E6
(239,247,230)
#F4F7EC
(244,247,236)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F7B6 color. Also use rgb(199,247,182) instead hex code.

Text Font Color

.myTextColor { color: #C7F7B6; }

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

This text font color is #C7F7B6.


Background Color

.myBgColor { background-color: #C7F7B6; }

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

This div background color is #C7F7B6.


Border color

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

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

This div border color is #C7F7B6.


Opacity

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

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

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

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

This text has shadow with #C7F7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F7B6 on black background.


Color preview on white background

This text has color #C7F7B6 on white background.



Black color preview on #C7F7B6 background

This text has black color on #C7F7B6 background.


White color preview on #C7F7B6 background

This text has white color on #C7F7B6 background.