COLOR #C7FAC0

HEX: #C7FAC0
RGB: (199,250,192)

Color info

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

RGB color model

#C7FAC0 color RGB value is (199,250,192).

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

RGB channels and saturation

R 199 of 255 = 78%
G 250 of 255 = 98%
B 192 of 255 = 75%

199
250
192

R + G + B ~ 84%. #C7FAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 250 + 192 = 641 (100%)
R 199 of 641 ~ 31.05%
G 250 of 641 ~ 39%
B 192 of 641 ~ 29.95%

%31.05
%39
%29.95

CMYK color model

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

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 1.96%
CMYK:
(20,0,23,2)
C20M0Y23K2 
(20%,0%,23%,2%)
(0.20/0.00/0.23/0.02)	

CMYK percentages

%20.4
%0
%23.2
%1.96

Codes

Color #C7FAC0 in popluar color models

C7FAC0
RGB199250192
HSL113°85.29%86.67%
HSB/HSV113°23.20%98.04%
CMYK20.40%0.00%23.20%
1.96%

Color #C7FAC0 in popluar number systems.

HEXC7FAC0
Decimal199250192
Binary110001111111101011000000
Octal307372300

Shades and tints

Shades of #C7FAC0

#C7FAC0
(199,250,192)
#B5E4AF
(181,228,175)
#A3CE9E
(163,206,158)
#91B88D
(145,184,141)
#7FA27C
(127,162,124)
#6D8C6B
(109,140,107)
#5B765A
(91,118,90)
#496049
(73,96,73)
#374A38
(55,74,56)
#253427
(37,52,39)
#131E16
(19,30,22)
#000000
(0,0,0)

Tints of #C7FAC0

#C7FAC0
(199,250,192)
#CCFAC5
(204,250,197)
#D1FACA
(209,250,202)
#D6FACF
(214,250,207)
#DBFAD4
(219,250,212)
#E0FAD9
(224,250,217)
#E5FADE
(229,250,222)
#EAFAE3
(234,250,227)
#EFFAE8
(239,250,232)
#F4FAED
(244,250,237)
#F9FAF2
(249,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FAC0; }

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

This text font color is #C7FAC0.


Background Color

.myBgColor { background-color: #C7FAC0; }

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

This div background color is #C7FAC0.


Border color

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

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

This div border color is #C7FAC0.


Opacity

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

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

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

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

This text has shadow with #C7FAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FAC0 on black background.


Color preview on white background

This text has color #C7FAC0 on white background.



Black color preview on #C7FAC0 background

This text has black color on #C7FAC0 background.


White color preview on #C7FAC0 background

This text has white color on #C7FAC0 background.