COLOR #C3E8B2

HEX: #C3E8B2
RGB: (195,232,178)

Color info

#C3E8B2 contains red, green and blue colors in about the same proportion. Web safe color of #C3E8B2 is #CCFF99 (or #CF9).

RGB color model

#C3E8B2 color RGB value is (195,232,178).

  • red value is 195;
  • green value is 232;
  • blue value is 178.
RGB:
(195,232,178)
(76%,91%,70%)

RGB channels and saturation

R 195 of 255 = 76%
G 232 of 255 = 91%
B 178 of 255 = 70%

195
232
178

R + G + B ~ 79%. #C3E8B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 232 + 178 = 605 (100%)
R 195 of 605 ~ 32.23%
G 232 of 605 ~ 38.35%
B 178 of 605 ~ 29.42%

%32.23
%38.35
%29.42

CMYK color model

#C3E8B2 color CMYK value is (16,0,23,9).

  • cyan value is 15.95%
  • magenta value is 0.00%
  • yellow value is 23.28%
  • key color value is 9.02%
CMYK:
(16,0,23,9)
C16M0Y23K9 
(16%,0%,23%,9%)
(0.16/0.00/0.23/0.09)	

CMYK percentages

%15.95
%0
%23.28
%9.02

Codes

Color #C3E8B2 in popluar color models

C3E8B2
RGB195232178
HSL101°54.00%80.39%
HSB/HSV101°23.28%90.98%
CMYK15.95%0.00%23.28%
9.02%

Color #C3E8B2 in popluar number systems.

HEXC3E8B2
Decimal195232178
Binary110000111110100010110010
Octal303350262

Shades and tints

Shades of #C3E8B2

#C3E8B2
(195,232,178)
#B2D3A2
(178,211,162)
#A1BE92
(161,190,146)
#90A982
(144,169,130)
#7F9472
(127,148,114)
#6E7F62
(110,127,98)
#5D6A52
(93,106,82)
#4C5542
(76,85,66)
#3B4032
(59,64,50)
#2A2B22
(42,43,34)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #C3E8B2

#C3E8B2
(195,232,178)
#C8EAB9
(200,234,185)
#CDECC0
(205,236,192)
#D2EEC7
(210,238,199)
#D7F0CE
(215,240,206)
#DCF2D5
(220,242,213)
#E1F4DC
(225,244,220)
#E6F6E3
(230,246,227)
#EBF8EA
(235,248,234)
#F0FAF1
(240,250,241)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E8B2 color. Also use rgb(195,232,178) instead hex code.

Text Font Color

.myTextColor { color: #C3E8B2; }

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

This text font color is #C3E8B2.


Background Color

.myBgColor { background-color: #C3E8B2; }

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

This div background color is #C3E8B2.


Border color

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

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

This div border color is #C3E8B2.


Opacity

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

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

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

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

This text has shadow with #C3E8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E8B2 on black background.


Color preview on white background

This text has color #C3E8B2 on white background.



Black color preview on #C3E8B2 background

This text has black color on #C3E8B2 background.


White color preview on #C3E8B2 background

This text has white color on #C3E8B2 background.