COLOR #C3F0AC

HEX: #C3F0AC
RGB: (195,240,172)

Color info

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

RGB color model

#C3F0AC color RGB value is (195,240,172).

  • red value is 195;
  • green value is 240;
  • blue value is 172.
RGB:
(195,240,172)
(76%,94%,67%)

RGB channels and saturation

R 195 of 255 = 76%
G 240 of 255 = 94%
B 172 of 255 = 67%

195
240
172

R + G + B ~ 79%. #C3F0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 240 + 172 = 607 (100%)
R 195 of 607 ~ 32.13%
G 240 of 607 ~ 39.54%
B 172 of 607 ~ 28.34%

%32.13
%39.54
%28.34

CMYK color model

#C3F0AC color CMYK value is (19,0,28,6).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 5.88%
CMYK:
(19,0,28,6)
C19M0Y28K6 
(19%,0%,28%,6%)
(0.19/0.00/0.28/0.06)	

CMYK percentages

%18.75
%0
%28.33
%5.88

Codes

Color #C3F0AC in popluar color models

C3F0AC
RGB195240172
HSL100°69.39%80.78%
HSB/HSV100°28.33%94.12%
CMYK18.75%0.00%28.33%
5.88%

Color #C3F0AC in popluar number systems.

HEXC3F0AC
Decimal195240172
Binary110000111111000010101100
Octal303360254

Shades and tints

Shades of #C3F0AC

#C3F0AC
(195,240,172)
#B2DB9D
(178,219,157)
#A1C68E
(161,198,142)
#90B17F
(144,177,127)
#7F9C70
(127,156,112)
#6E8761
(110,135,97)
#5D7252
(93,114,82)
#4C5D43
(76,93,67)
#3B4834
(59,72,52)
#2A3325
(42,51,37)
#191E16
(25,30,22)
#000000
(0,0,0)

Tints of #C3F0AC

#C3F0AC
(195,240,172)
#C8F1B3
(200,241,179)
#CDF2BA
(205,242,186)
#D2F3C1
(210,243,193)
#D7F4C8
(215,244,200)
#DCF5CF
(220,245,207)
#E1F6D6
(225,246,214)
#E6F7DD
(230,247,221)
#EBF8E4
(235,248,228)
#F0F9EB
(240,249,235)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F0AC color. Also use rgb(195,240,172) instead hex code.

Text Font Color

.myTextColor { color: #C3F0AC; }

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

This text font color is #C3F0AC.


Background Color

.myBgColor { background-color: #C3F0AC; }

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

This div background color is #C3F0AC.


Border color

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

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

This div border color is #C3F0AC.


Opacity

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

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

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

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

This text has shadow with #C3F0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F0AC on black background.


Color preview on white background

This text has color #C3F0AC on white background.



Black color preview on #C3F0AC background

This text has black color on #C3F0AC background.


White color preview on #C3F0AC background

This text has white color on #C3F0AC background.