COLOR #C7FACC

HEX: #C7FACC
RGB: (199,250,204)

Color info

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

RGB color model

#C7FACC color RGB value is (199,250,204).

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

RGB channels and saturation

R 199 of 255 = 78%
G 250 of 255 = 98%
B 204 of 255 = 80%

199
250
204

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

Portions of RGB colors in percentages

R + G + B =
199 + 250 + 204 = 653 (100%)
R 199 of 653 ~ 30.47%
G 250 of 653 ~ 38.28%
B 204 of 653 ~ 31.24%

%30.47
%38.28
%31.24

CMYK color model

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

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 1.96%
CMYK:
(20,0,18,2)
C20M0Y18K2 
(20%,0%,18%,2%)
(0.20/0.00/0.18/0.02)	

CMYK percentages

%20.4
%0
%18.4
%1.96

Codes

Color #C7FACC in popluar color models

C7FACC
RGB199250204
HSL126°83.61%88.04%
HSB/HSV126°20.40%98.04%
CMYK20.40%0.00%18.40%
1.96%

Color #C7FACC in popluar number systems.

HEXC7FACC
Decimal199250204
Binary110001111111101011001100
Octal307372314

Shades and tints

Shades of #C7FACC

#C7FACC
(199,250,204)
#B5E4BA
(181,228,186)
#A3CEA8
(163,206,168)
#91B896
(145,184,150)
#7FA284
(127,162,132)
#6D8C72
(109,140,114)
#5B7660
(91,118,96)
#49604E
(73,96,78)
#374A3C
(55,74,60)
#25342A
(37,52,42)
#131E18
(19,30,24)
#000000
(0,0,0)

Tints of #C7FACC

#C7FACC
(199,250,204)
#CCFAD0
(204,250,208)
#D1FAD4
(209,250,212)
#D6FAD8
(214,250,216)
#DBFADC
(219,250,220)
#E0FAE0
(224,250,224)
#E5FAE4
(229,250,228)
#EAFAE8
(234,250,232)
#EFFAEC
(239,250,236)
#F4FAF0
(244,250,240)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FACC; }

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

This text font color is #C7FACC.


Background Color

.myBgColor { background-color: #C7FACC; }

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

This div background color is #C7FACC.


Border color

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

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

This div border color is #C7FACC.


Opacity

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

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

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

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

This text has shadow with #C7FACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FACC on black background.


Color preview on white background

This text has color #C7FACC on white background.



Black color preview on #C7FACC background

This text has black color on #C7FACC background.


White color preview on #C7FACC background

This text has white color on #C7FACC background.