COLOR #C3E998

HEX: #C3E998
RGB: (195,233,152)

Color info

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

RGB color model

#C3E998 color RGB value is (195,233,152).

  • red value is 195;
  • green value is 233;
  • blue value is 152.
RGB:
(195,233,152)
(76%,91%,60%)

RGB channels and saturation

R 195 of 255 = 76%
G 233 of 255 = 91%
B 152 of 255 = 60%

195
233
152

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

Portions of RGB colors in percentages

R + G + B =
195 + 233 + 152 = 580 (100%)
R 195 of 580 ~ 33.62%
G 233 of 580 ~ 40.17%
B 152 of 580 ~ 26.21%

%33.62
%40.17
%26.21

CMYK color model

#C3E998 color CMYK value is (16,0,35,9).

  • cyan value is 16.31%
  • magenta value is 0.00%
  • yellow value is 34.76%
  • key color value is 8.63%
CMYK:
(16,0,35,9)
C16M0Y35K9 
(16%,0%,35%,9%)
(0.16/0.00/0.35/0.09)	

CMYK percentages

%16.31
%0
%34.76
%8.63

Codes

Color #C3E998 in popluar color models

C3E998
RGB195233152
HSL88°64.80%75.49%
HSB/HSV88°34.76%91.37%
CMYK16.31%0.00%34.76%
8.63%

Color #C3E998 in popluar number systems.

HEXC3E998
Decimal195233152
Binary110000111110100110011000
Octal303351230

Shades and tints

Shades of #C3E998

#C3E998
(195,233,152)
#B2D48B
(178,212,139)
#A1BF7E
(161,191,126)
#90AA71
(144,170,113)
#7F9564
(127,149,100)
#6E8057
(110,128,87)
#5D6B4A
(93,107,74)
#4C563D
(76,86,61)
#3B4130
(59,65,48)
#2A2C23
(42,44,35)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #C3E998

#C3E998
(195,233,152)
#C8EBA1
(200,235,161)
#CDEDAA
(205,237,170)
#D2EFB3
(210,239,179)
#D7F1BC
(215,241,188)
#DCF3C5
(220,243,197)
#E1F5CE
(225,245,206)
#E6F7D7
(230,247,215)
#EBF9E0
(235,249,224)
#F0FBE9
(240,251,233)
#F5FDF2
(245,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E998 color. Also use rgb(195,233,152) instead hex code.

Text Font Color

.myTextColor { color: #C3E998; }

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

This text font color is #C3E998.


Background Color

.myBgColor { background-color: #C3E998; }

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

This div background color is #C3E998.


Border color

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

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

This div border color is #C3E998.


Opacity

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

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

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

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

This text has shadow with #C3E998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E998 on black background.


Color preview on white background

This text has color #C3E998 on white background.



Black color preview on #C3E998 background

This text has black color on #C3E998 background.


White color preview on #C3E998 background

This text has white color on #C3E998 background.