COLOR #C7FBAE

HEX: #C7FBAE
RGB: (199,251,174)

Color info

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

RGB color model

#C7FBAE color RGB value is (199,251,174).

  • red value is 199;
  • green value is 251;
  • blue value is 174.
RGB:
(199,251,174)
(78%,98%,68%)

RGB channels and saturation

R 199 of 255 = 78%
G 251 of 255 = 98%
B 174 of 255 = 68%

199
251
174

R + G + B ~ 81%. #C7FBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 251 + 174 = 624 (100%)
R 199 of 624 ~ 31.89%
G 251 of 624 ~ 40.22%
B 174 of 624 ~ 27.88%

%31.89
%40.22
%27.88

CMYK color model

#C7FBAE color CMYK value is (21,0,31,2).

  • cyan value is 20.72%
  • magenta value is 0.00%
  • yellow value is 30.68%
  • key color value is 1.57%
CMYK:
(21,0,31,2)
C21M0Y31K2 
(21%,0%,31%,2%)
(0.21/0.00/0.31/0.02)	

CMYK percentages

%20.72
%0
%30.68
%1.57

Codes

Color #C7FBAE in popluar color models

C7FBAE
RGB199251174
HSL101°90.59%83.33%
HSB/HSV101°30.68%98.43%
CMYK20.72%0.00%30.68%
1.57%

Color #C7FBAE in popluar number systems.

HEXC7FBAE
Decimal199251174
Binary110001111111101110101110
Octal307373256

Shades and tints

Shades of #C7FBAE

#C7FBAE
(199,251,174)
#B5E59F
(181,229,159)
#A3CF90
(163,207,144)
#91B981
(145,185,129)
#7FA372
(127,163,114)
#6D8D63
(109,141,99)
#5B7754
(91,119,84)
#496145
(73,97,69)
#374B36
(55,75,54)
#253527
(37,53,39)
#131F18
(19,31,24)
#000000
(0,0,0)

Tints of #C7FBAE

#C7FBAE
(199,251,174)
#CCFBB5
(204,251,181)
#D1FBBC
(209,251,188)
#D6FBC3
(214,251,195)
#DBFBCA
(219,251,202)
#E0FBD1
(224,251,209)
#E5FBD8
(229,251,216)
#EAFBDF
(234,251,223)
#EFFBE6
(239,251,230)
#F4FBED
(244,251,237)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FBAE color. Also use rgb(199,251,174) instead hex code.

Text Font Color

.myTextColor { color: #C7FBAE; }

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

This text font color is #C7FBAE.


Background Color

.myBgColor { background-color: #C7FBAE; }

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

This div background color is #C7FBAE.


Border color

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

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

This div border color is #C7FBAE.


Opacity

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

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

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

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

This text has shadow with #C7FBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FBAE on black background.


Color preview on white background

This text has color #C7FBAE on white background.



Black color preview on #C7FBAE background

This text has black color on #C7FBAE background.


White color preview on #C7FBAE background

This text has white color on #C7FBAE background.