COLOR #C3E398

HEX: #C3E398
RGB: (195,227,152)

Color info

#C3E398 contains mainly red and green colors. Web safe color of #C3E398 is #CCCC99 (or #CC9).

RGB color model

#C3E398 color RGB value is (195,227,152).

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

RGB channels and saturation

R 195 of 255 = 76%
G 227 of 255 = 89%
B 152 of 255 = 60%

195
227
152

R + G + B ~ 75%. #C3E398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 227 + 152 = 574 (100%)
R 195 of 574 ~ 33.97%
G 227 of 574 ~ 39.55%
B 152 of 574 ~ 26.48%

%33.97
%39.55
%26.48

CMYK color model

#C3E398 color CMYK value is (14,0,33,11).

  • cyan value is 14.10%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 10.98%
CMYK:
(14,0,33,11)
C14M0Y33K11 
(14%,0%,33%,11%)
(0.14/0.00/0.33/0.11)	

CMYK percentages

%14.1
%0
%33.04
%10.98

Codes

Color #C3E398 in popluar color models

C3E398
RGB195227152
HSL86°57.25%74.31%
HSB/HSV86°33.04%89.02%
CMYK14.10%0.00%33.04%
10.98%

Color #C3E398 in popluar number systems.

HEXC3E398
Decimal195227152
Binary110000111110001110011000
Octal303343230

Shades and tints

Shades of #C3E398

#C3E398
(195,227,152)
#B2CF8B
(178,207,139)
#A1BB7E
(161,187,126)
#90A771
(144,167,113)
#7F9364
(127,147,100)
#6E7F57
(110,127,87)
#5D6B4A
(93,107,74)
#4C573D
(76,87,61)
#3B4330
(59,67,48)
#2A2F23
(42,47,35)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #C3E398

#C3E398
(195,227,152)
#C8E5A1
(200,229,161)
#CDE7AA
(205,231,170)
#D2E9B3
(210,233,179)
#D7EBBC
(215,235,188)
#DCEDC5
(220,237,197)
#E1EFCE
(225,239,206)
#E6F1D7
(230,241,215)
#EBF3E0
(235,243,224)
#F0F5E9
(240,245,233)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E398; }

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

This text font color is #C3E398.


Background Color

.myBgColor { background-color: #C3E398; }

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

This div background color is #C3E398.


Border color

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

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

This div border color is #C3E398.


Opacity

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

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

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

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

This text has shadow with #C3E398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E398 on black background.


Color preview on white background

This text has color #C3E398 on white background.



Black color preview on #C3E398 background

This text has black color on #C3E398 background.


White color preview on #C3E398 background

This text has white color on #C3E398 background.