COLOR #C7FAC9

HEX: #C7FAC9
RGB: (199,250,201)

Color info

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

RGB color model

#C7FAC9 color RGB value is (199,250,201).

  • red value is 199;
  • green value is 250;
  • blue value is 201.
RGB:
(199,250,201)
(78%,98%,79%)

RGB channels and saturation

R 199 of 255 = 78%
G 250 of 255 = 98%
B 201 of 255 = 79%

199
250
201

R + G + B ~ 85%. #C7FAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 250 + 201 = 650 (100%)
R 199 of 650 ~ 30.62%
G 250 of 650 ~ 38.46%
B 201 of 650 ~ 30.92%

%30.62
%38.46
%30.92

CMYK color model

#C7FAC9 color CMYK value is (20,0,20,2).

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 19.60%
  • key color value is 1.96%
CMYK:
(20,0,20,2)
C20M0Y20K2 
(20%,0%,20%,2%)
(0.20/0.00/0.20/0.02)	

CMYK percentages

%20.4
%0
%19.6
%1.96

Codes

Color #C7FAC9 in popluar color models

C7FAC9
RGB199250201
HSL122°83.61%88.04%
HSB/HSV122°20.40%98.04%
CMYK20.40%0.00%19.60%
1.96%

Color #C7FAC9 in popluar number systems.

HEXC7FAC9
Decimal199250201
Binary110001111111101011001001
Octal307372311

Shades and tints

Shades of #C7FAC9

#C7FAC9
(199,250,201)
#B5E4B7
(181,228,183)
#A3CEA5
(163,206,165)
#91B893
(145,184,147)
#7FA281
(127,162,129)
#6D8C6F
(109,140,111)
#5B765D
(91,118,93)
#49604B
(73,96,75)
#374A39
(55,74,57)
#253427
(37,52,39)
#131E15
(19,30,21)
#000000
(0,0,0)

Tints of #C7FAC9

#C7FAC9
(199,250,201)
#CCFACD
(204,250,205)
#D1FAD1
(209,250,209)
#D6FAD5
(214,250,213)
#DBFAD9
(219,250,217)
#E0FADD
(224,250,221)
#E5FAE1
(229,250,225)
#EAFAE5
(234,250,229)
#EFFAE9
(239,250,233)
#F4FAED
(244,250,237)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FAC9 color. Also use rgb(199,250,201) instead hex code.

Text Font Color

.myTextColor { color: #C7FAC9; }

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

This text font color is #C7FAC9.


Background Color

.myBgColor { background-color: #C7FAC9; }

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

This div background color is #C7FAC9.


Border color

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

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

This div border color is #C7FAC9.


Opacity

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

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

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

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

This text has shadow with #C7FAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FAC9 on black background.


Color preview on white background

This text has color #C7FAC9 on white background.



Black color preview on #C7FAC9 background

This text has black color on #C7FAC9 background.


White color preview on #C7FAC9 background

This text has white color on #C7FAC9 background.