COLOR #C7F6B6

HEX: #C7F6B6
RGB: (199,246,182)

Color info

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

RGB color model

#C7F6B6 color RGB value is (199,246,182).

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

RGB channels and saturation

R 199 of 255 = 78%
G 246 of 255 = 96%
B 182 of 255 = 71%

199
246
182

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

Portions of RGB colors in percentages

R + G + B =
199 + 246 + 182 = 627 (100%)
R 199 of 627 ~ 31.74%
G 246 of 627 ~ 39.23%
B 182 of 627 ~ 29.03%

%31.74
%39.23
%29.03

CMYK color model

#C7F6B6 color CMYK value is (19,0,26,4).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 26.02%
  • key color value is 3.53%
CMYK:
(19,0,26,4)
C19M0Y26K4 
(19%,0%,26%,4%)
(0.19/0.00/0.26/0.04)	

CMYK percentages

%19.11
%0
%26.02
%3.53

Codes

Color #C7F6B6 in popluar color models

C7F6B6
RGB199246182
HSL104°78.05%83.92%
HSB/HSV104°26.02%96.47%
CMYK19.11%0.00%26.02%
3.53%

Color #C7F6B6 in popluar number systems.

HEXC7F6B6
Decimal199246182
Binary110001111111011010110110
Octal307366266

Shades and tints

Shades of #C7F6B6

#C7F6B6
(199,246,182)
#B5E0A6
(181,224,166)
#A3CA96
(163,202,150)
#91B486
(145,180,134)
#7F9E76
(127,158,118)
#6D8866
(109,136,102)
#5B7256
(91,114,86)
#495C46
(73,92,70)
#374636
(55,70,54)
#253026
(37,48,38)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #C7F6B6

#C7F6B6
(199,246,182)
#CCF6BC
(204,246,188)
#D1F6C2
(209,246,194)
#D6F6C8
(214,246,200)
#DBF6CE
(219,246,206)
#E0F6D4
(224,246,212)
#E5F6DA
(229,246,218)
#EAF6E0
(234,246,224)
#EFF6E6
(239,246,230)
#F4F6EC
(244,246,236)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F6B6; }

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

This text font color is #C7F6B6.


Background Color

.myBgColor { background-color: #C7F6B6; }

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

This div background color is #C7F6B6.


Border color

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

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

This div border color is #C7F6B6.


Opacity

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

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

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

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

This text has shadow with #C7F6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F6B6 on black background.


Color preview on white background

This text has color #C7F6B6 on white background.



Black color preview on #C7F6B6 background

This text has black color on #C7F6B6 background.


White color preview on #C7F6B6 background

This text has white color on #C7F6B6 background.