COLOR #C3F98D

HEX: #C3F98D RGB: (195,249,141)

Color info

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

RGB color model

#C3F98D color RGB value is (195,249,141).

RGB: (195,249,141) (76%, 98%, 55%)

RGB channels and saturation

R 195 of 255 = 76%
G 249 of 255 = 98%
B 141 of 255 = 55%

195
249
141

R + G + B ~ 76%. #C3F98D is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 249 + 141 = 585 (100%)
R 195 of 585 ~ 33.33%
G 249 of 585 ~ 42.56%
B 141 of 585 ~ 24.1'%

%33.33
%42.56
%24.1

CMYK color model

#C3F98D color CMYK value is (22,0,43,2).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 2.35%

CMYK: (22,0,43,2)
C22M0Y43K2 (22%, 0%, 43%, 2%)
(0.22 / 0.00 / 0.43 / 0.02)

CMYK percentages

%21.69
%0
%43.37
%2.35

Codes

Color #C3F98D in popluar color models

C3 F9 8D
RGB 195 249 141
HSL 90° 90.00% 76.47%
HSB/HSV 90° 43.37% 97.65%
CMYK 21.69% 0.00% 43.37%
2.35%

Color #C3F98D in popluar number systems.

HEX C3 F9 8D
Decimal 195 249 141
Binary 11000011 11111001 10001101
Octal 303 371 215

Shades and tints

Shades of #C3F98D

#C3F98D
(195,249,141)
#B2E381
(178,227,129)
#A1CD75
(161,205,117)
#90B769
(144,183,105)
#7FA15D
(127,161,93)
#6E8B51
(110,139,81)
#5D7545
(93,117,69)
#4C5F39
(76,95,57)
#3B492D
(59,73,45)
#2A3321
(42,51,33)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #C3F98D

#C3F98D
(195,249,141)
#C8F997
(200,249,151)
#CDF9A1
(205,249,161)
#D2F9AB
(210,249,171)
#D7F9B5
(215,249,181)
#DCF9BF
(220,249,191)
#E1F9C9
(225,249,201)
#E6F9D3
(230,249,211)
#EBF9DD
(235,249,221)
#F0F9E7
(240,249,231)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3F98D; }

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

This text font color is #C3F98D.

Background Color

.myBgColor { background-color: #C3F98D; }

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

This div background color is #C3F98D.

Border color

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

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

This div border color is #C3F98D.

Opacity

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

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

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

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

This text has shadow with #C3F98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3F98D.

Preview

Color preview on black background

This text has color #C3F98D on black background.


Color preview on white background

This text has color #C3F98D on white background.


Black color preview on #C3F98D background

This text has black color on #C3F98D background.


White color preview on #C3F98D background

This text has white color on #C3F98D background.


Related colors

Complementary color

Complementary color for #hex is #3C0672.


I love getcolorcode.com

Triadic colors

1 #8DC3F9 and #F98DC3 with #C3F98D are triadic colors.

2 #8DF9C3 and #F9C38D with #C3F98D are triadic colors.