COLOR #C1FACC

HEX: #C1FACC
RGB: (193,250,204)

Color info

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

RGB color model

#C1FACC color RGB value is (193,250,204).

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

RGB channels and saturation

R 193 of 255 = 76%
G 250 of 255 = 98%
B 204 of 255 = 80%

193
250
204

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

Portions of RGB colors in percentages

R + G + B =
193 + 250 + 204 = 647 (100%)
R 193 of 647 ~ 29.83%
G 250 of 647 ~ 38.64%
B 204 of 647 ~ 31.53%

%29.83
%38.64
%31.53

CMYK color model

#C1FACC color CMYK value is (23,0,18,2).

  • cyan value is 22.80%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 1.96%
CMYK:
(23,0,18,2)
C23M0Y18K2 
(23%,0%,18%,2%)
(0.23/0.00/0.18/0.02)	

CMYK percentages

%22.8
%0
%18.4
%1.96

Codes

Color #C1FACC in popluar color models

C1FACC
RGB193250204
HSL132°85.07%86.86%
HSB/HSV132°22.80%98.04%
CMYK22.80%0.00%18.40%
1.96%

Color #C1FACC in popluar number systems.

HEXC1FACC
Decimal193250204
Binary110000011111101011001100
Octal301372314

Shades and tints

Shades of #C1FACC

#C1FACC
(193,250,204)
#B0E4BA
(176,228,186)
#9FCEA8
(159,206,168)
#8EB896
(142,184,150)
#7DA284
(125,162,132)
#6C8C72
(108,140,114)
#5B7660
(91,118,96)
#4A604E
(74,96,78)
#394A3C
(57,74,60)
#28342A
(40,52,42)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #C1FACC

#C1FACC
(193,250,204)
#C6FAD0
(198,250,208)
#CBFAD4
(203,250,212)
#D0FAD8
(208,250,216)
#D5FADC
(213,250,220)
#DAFAE0
(218,250,224)
#DFFAE4
(223,250,228)
#E4FAE8
(228,250,232)
#E9FAEC
(233,250,236)
#EEFAF0
(238,250,240)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1FACC; }

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

This text font color is #C1FACC.


Background Color

.myBgColor { background-color: #C1FACC; }

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

This div background color is #C1FACC.


Border color

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

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

This div border color is #C1FACC.


Opacity

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

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

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

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

This text has shadow with #C1FACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1FACC on black background.


Color preview on white background

This text has color #C1FACC on white background.



Black color preview on #C1FACC background

This text has black color on #C1FACC background.


White color preview on #C1FACC background

This text has white color on #C1FACC background.