COLOR #C3F893

HEX: #C3F893 RGB: (195,248,147)

Color info

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

RGB color model

#C3F893 color RGB value is (195,248,147).

RGB: (195,248,147) (76%, 97%, 58%)

RGB channels and saturation

R 195 of 255 = 76%
G 248 of 255 = 97%
B 147 of 255 = 58%

195
248
147

R + G + B ~ 77%. #C3F893 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 248 + 147 = 590 (100%)
R 195 of 590 ~ 33.05%
G 248 of 590 ~ 42.03%
B 147 of 590 ~ 24.92'%

%33.05
%42.03
%24.92

CMYK color model

#C3F893 color CMYK value is (21,0,41,3).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 40.73%
  • key color value is 2.75%

CMYK: (21,0,41,3)
C21M0Y41K3 (21%, 0%, 41%, 3%)
(0.21 / 0.00 / 0.41 / 0.03)

CMYK percentages

%21.37
%0
%40.73
%2.75

Codes

Color #C3F893 in popluar color models

C3 F8 93
RGB 195 248 147
HSL 91° 87.83% 77.45%
HSB/HSV 91° 40.73% 97.25%
CMYK 21.37% 0.00% 40.73%
2.75%

Color #C3F893 in popluar number systems.

HEX C3 F8 93
Decimal 195 248 147
Binary 11000011 11111000 10010011
Octal 303 370 223

Shades and tints

Shades of #C3F893

#C3F893
(195,248,147)
#B2E286
(178,226,134)
#A1CC79
(161,204,121)
#90B66C
(144,182,108)
#7FA05F
(127,160,95)
#6E8A52
(110,138,82)
#5D7445
(93,116,69)
#4C5E38
(76,94,56)
#3B482B
(59,72,43)
#2A321E
(42,50,30)
#191C11
(25,28,17)
#000000
(0,0,0)

Tints of #C3F893

#C3F893
(195,248,147)
#C8F89C
(200,248,156)
#CDF8A5
(205,248,165)
#D2F8AE
(210,248,174)
#D7F8B7
(215,248,183)
#DCF8C0
(220,248,192)
#E1F8C9
(225,248,201)
#E6F8D2
(230,248,210)
#EBF8DB
(235,248,219)
#F0F8E4
(240,248,228)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F893 color. Also use rgb(195,248,147) instead hex code.

Text Font Color

.myTextColor { color: #C3F893; }

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

This text font color is #C3F893.

Background Color

.myBgColor { background-color: #C3F893; }

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

This div background color is #C3F893.

Border color

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

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

This div border color is #C3F893.

Opacity

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

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

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

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

This text has shadow with #C3F893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3F893.

Preview

Color preview on black background

This text has color #C3F893 on black background.


Color preview on white background

This text has color #C3F893 on white background.


Black color preview on #C3F893 background

This text has black color on #C3F893 background.


White color preview on #C3F893 background

This text has white color on #C3F893 background.


Related colors

Complementary color

Complementary color for #hex is #3C076C.


I love getcolorcode.com

Triadic colors

1 #93C3F8 and #F893C3 with #C3F893 are triadic colors.

2 #93F8C3 and #F8C393 with #C3F893 are triadic colors.