COLOR #C7F29B

HEX: #C7F29B
RGB: (199,242,155)

Color info

#C7F29B contains mainly red and green colors. Web safe color of #C7F29B is #CCFF99 (or #CF9).

RGB color model

#C7F29B color RGB value is (199,242,155).

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

RGB channels and saturation

R 199 of 255 = 78%
G 242 of 255 = 95%
B 155 of 255 = 61%

199
242
155

R + G + B ~ 78%. #C7F29B is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 242 + 155 = 596 (100%)
R 199 of 596 ~ 33.39%
G 242 of 596 ~ 40.6%
B 155 of 596 ~ 26.01%

%33.39
%40.6
%26.01

CMYK color model

#C7F29B color CMYK value is (18,0,36,5).

  • cyan value is 17.77%
  • magenta value is 0.00%
  • yellow value is 35.95%
  • key color value is 5.10%
CMYK:
(18,0,36,5)
C18M0Y36K5 
(18%,0%,36%,5%)
(0.18/0.00/0.36/0.05)	

CMYK percentages

%17.77
%0
%35.95
%5.1

Codes

Color #C7F29B in popluar color models

C7F29B
RGB199242155
HSL90°76.99%77.84%
HSB/HSV90°35.95%94.90%
CMYK17.77%0.00%35.95%
5.10%

Color #C7F29B in popluar number systems.

HEXC7F29B
Decimal199242155
Binary110001111111001010011011
Octal307362233

Shades and tints

Shades of #C7F29B

#C7F29B
(199,242,155)
#B5DC8D
(181,220,141)
#A3C67F
(163,198,127)
#91B071
(145,176,113)
#7F9A63
(127,154,99)
#6D8455
(109,132,85)
#5B6E47
(91,110,71)
#495839
(73,88,57)
#37422B
(55,66,43)
#252C1D
(37,44,29)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #C7F29B

#C7F29B
(199,242,155)
#CCF3A4
(204,243,164)
#D1F4AD
(209,244,173)
#D6F5B6
(214,245,182)
#DBF6BF
(219,246,191)
#E0F7C8
(224,247,200)
#E5F8D1
(229,248,209)
#EAF9DA
(234,249,218)
#EFFAE3
(239,250,227)
#F4FBEC
(244,251,236)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F29B; }

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

This text font color is #C7F29B.


Background Color

.myBgColor { background-color: #C7F29B; }

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

This div background color is #C7F29B.


Border color

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

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

This div border color is #C7F29B.


Opacity

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

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

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

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

This text has shadow with #C7F29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F29B on black background.


Color preview on white background

This text has color #C7F29B on white background.



Black color preview on #C7F29B background

This text has black color on #C7F29B background.


White color preview on #C7F29B background

This text has white color on #C7F29B background.