COLOR #C3E7B1

HEX: #C3E7B1
RGB: (195,231,177)

Color info

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

RGB color model

#C3E7B1 color RGB value is (195,231,177).

  • red value is 195;
  • green value is 231;
  • blue value is 177.
RGB:
(195,231,177)
(76%,91%,69%)

RGB channels and saturation

R 195 of 255 = 76%
G 231 of 255 = 91%
B 177 of 255 = 69%

195
231
177

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

Portions of RGB colors in percentages

R + G + B =
195 + 231 + 177 = 603 (100%)
R 195 of 603 ~ 32.34%
G 231 of 603 ~ 38.31%
B 177 of 603 ~ 29.35%

%32.34
%38.31
%29.35

CMYK color model

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

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

CMYK percentages

%15.58
%0
%23.38
%9.41

Codes

Color #C3E7B1 in popluar color models

C3E7B1
RGB195231177
HSL100°52.94%80.00%
HSB/HSV100°23.38%90.59%
CMYK15.58%0.00%23.38%
9.41%

Color #C3E7B1 in popluar number systems.

HEXC3E7B1
Decimal195231177
Binary110000111110011110110001
Octal303347261

Shades and tints

Shades of #C3E7B1

#C3E7B1
(195,231,177)
#B2D2A1
(178,210,161)
#A1BD91
(161,189,145)
#90A881
(144,168,129)
#7F9371
(127,147,113)
#6E7E61
(110,126,97)
#5D6951
(93,105,81)
#4C5441
(76,84,65)
#3B3F31
(59,63,49)
#2A2A21
(42,42,33)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #C3E7B1

#C3E7B1
(195,231,177)
#C8E9B8
(200,233,184)
#CDEBBF
(205,235,191)
#D2EDC6
(210,237,198)
#D7EFCD
(215,239,205)
#DCF1D4
(220,241,212)
#E1F3DB
(225,243,219)
#E6F5E2
(230,245,226)
#EBF7E9
(235,247,233)
#F0F9F0
(240,249,240)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E7B1 color. Also use rgb(195,231,177) instead hex code.

Text Font Color

.myTextColor { color: #C3E7B1; }

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

This text font color is #C3E7B1.


Background Color

.myBgColor { background-color: #C3E7B1; }

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

This div background color is #C3E7B1.


Border color

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

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

This div border color is #C3E7B1.


Opacity

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

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

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

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

This text has shadow with #C3E7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E7B1 on black background.


Color preview on white background

This text has color #C3E7B1 on white background.



Black color preview on #C3E7B1 background

This text has black color on #C3E7B1 background.


White color preview on #C3E7B1 background

This text has white color on #C3E7B1 background.