COLOR #C3FFA5

HEX: #C3FFA5
RGB: (195,255,165)

Color info

#C3FFA5 contains mainly green color. Web safe color of #C3FFA5 is #CCFF99 (or #CF9).

RGB color model

#C3FFA5 color RGB value is (195,255,165).

  • red value is 195;
  • green value is 255;
  • blue value is 165.
RGB:
(195,255,165)
(76%,100%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 255 of 255 = 100%
B 165 of 255 = 65%

195
255
165

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

Portions of RGB colors in percentages

R + G + B =
195 + 255 + 165 = 615 (100%)
R 195 of 615 ~ 31.71%
G 255 of 615 ~ 41.46%
B 165 of 615 ~ 26.83%

%31.71
%41.46
%26.83

CMYK color model

#C3FFA5 color CMYK value is (24,0,35,0).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 0.00%
CMYK:
(24,0,35,0)
C24M0Y35K0 
(24%,0%,35%,0%)
(0.24/0.00/0.35/0.00)	

CMYK percentages

%23.53
%0
%35.29
%0

Codes

Color #C3FFA5 in popluar color models

C3FFA5
RGB195255165
HSL100°100.00%82.35%
HSB/HSV100°35.29%100.00%
CMYK23.53%0.00%35.29%
0.00%

Color #C3FFA5 in popluar number systems.

HEXC3FFA5
Decimal195255165
Binary110000111111111110100101
Octal303377245

Shades and tints

Shades of #C3FFA5

#C3FFA5
(195,255,165)
#B2E896
(178,232,150)
#A1D187
(161,209,135)
#90BA78
(144,186,120)
#7FA369
(127,163,105)
#6E8C5A
(110,140,90)
#5D754B
(93,117,75)
#4C5E3C
(76,94,60)
#3B472D
(59,71,45)
#2A301E
(42,48,30)
#19190F
(25,25,15)
#000000
(0,0,0)

Tints of #C3FFA5

#C3FFA5
(195,255,165)
#C8FFAD
(200,255,173)
#CDFFB5
(205,255,181)
#D2FFBD
(210,255,189)
#D7FFC5
(215,255,197)
#DCFFCD
(220,255,205)
#E1FFD5
(225,255,213)
#E6FFDD
(230,255,221)
#EBFFE5
(235,255,229)
#F0FFED
(240,255,237)
#F5FFF5
(245,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3FFA5 color. Also use rgb(195,255,165) instead hex code.

Text Font Color

.myTextColor { color: #C3FFA5; }

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

This text font color is #C3FFA5.


Background Color

.myBgColor { background-color: #C3FFA5; }

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

This div background color is #C3FFA5.


Border color

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

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

This div border color is #C3FFA5.


Opacity

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

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

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

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

This text has shadow with #C3FFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3FFA5 on black background.


Color preview on white background

This text has color #C3FFA5 on white background.



Black color preview on #C3FFA5 background

This text has black color on #C3FFA5 background.


White color preview on #C3FFA5 background

This text has white color on #C3FFA5 background.