COLOR #C3F9A8

HEX: #C3F9A8
RGB: (195,249,168)

Color info

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

RGB color model

#C3F9A8 color RGB value is (195,249,168).

  • red value is 195;
  • green value is 249;
  • blue value is 168.
RGB:
(195,249,168)
(76%,98%,66%)

RGB channels and saturation

R 195 of 255 = 76%
G 249 of 255 = 98%
B 168 of 255 = 66%

195
249
168

R + G + B ~ 80%. #C3F9A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 249 + 168 = 612 (100%)
R 195 of 612 ~ 31.86%
G 249 of 612 ~ 40.69%
B 168 of 612 ~ 27.45%

%31.86
%40.69
%27.45

CMYK color model

#C3F9A8 color CMYK value is (22,0,33,2).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 32.53%
  • key color value is 2.35%
CMYK:
(22,0,33,2)
C22M0Y33K2 
(22%,0%,33%,2%)
(0.22/0.00/0.33/0.02)	

CMYK percentages

%21.69
%0
%32.53
%2.35

Codes

Color #C3F9A8 in popluar color models

C3F9A8
RGB195249168
HSL100°87.10%81.76%
HSB/HSV100°32.53%97.65%
CMYK21.69%0.00%32.53%
2.35%

Color #C3F9A8 in popluar number systems.

HEXC3F9A8
Decimal195249168
Binary110000111111100110101000
Octal303371250

Shades and tints

Shades of #C3F9A8

#C3F9A8
(195,249,168)
#B2E399
(178,227,153)
#A1CD8A
(161,205,138)
#90B77B
(144,183,123)
#7FA16C
(127,161,108)
#6E8B5D
(110,139,93)
#5D754E
(93,117,78)
#4C5F3F
(76,95,63)
#3B4930
(59,73,48)
#2A3321
(42,51,33)
#191D12
(25,29,18)
#000000
(0,0,0)

Tints of #C3F9A8

#C3F9A8
(195,249,168)
#C8F9AF
(200,249,175)
#CDF9B6
(205,249,182)
#D2F9BD
(210,249,189)
#D7F9C4
(215,249,196)
#DCF9CB
(220,249,203)
#E1F9D2
(225,249,210)
#E6F9D9
(230,249,217)
#EBF9E0
(235,249,224)
#F0F9E7
(240,249,231)
#F5F9EE
(245,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F9A8 color. Also use rgb(195,249,168) instead hex code.

Text Font Color

.myTextColor { color: #C3F9A8; }

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

This text font color is #C3F9A8.


Background Color

.myBgColor { background-color: #C3F9A8; }

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

This div background color is #C3F9A8.


Border color

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

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

This div border color is #C3F9A8.


Opacity

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

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

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

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

This text has shadow with #C3F9A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F9A8 on black background.


Color preview on white background

This text has color #C3F9A8 on white background.



Black color preview on #C3F9A8 background

This text has black color on #C3F9A8 background.


White color preview on #C3F9A8 background

This text has white color on #C3F9A8 background.