COLOR #C3E1B1

HEX: #C3E1B1
RGB: (195,225,177)

Color info

#C3E1B1 contains red, green and blue colors in about the same proportion. Web safe color of #C3E1B1 is #CCCC99 (or #CC9).

RGB color model

#C3E1B1 color RGB value is (195,225,177).

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

RGB channels and saturation

R 195 of 255 = 76%
G 225 of 255 = 88%
B 177 of 255 = 69%

195
225
177

R + G + B ~ 78%. #C3E1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 225 + 177 = 597 (100%)
R 195 of 597 ~ 32.66%
G 225 of 597 ~ 37.69%
B 177 of 597 ~ 29.65%

%32.66
%37.69
%29.65

CMYK color model

#C3E1B1 color CMYK value is (13,0,21,12).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 11.76%
CMYK:
(13,0,21,12)
C13M0Y21K12 
(13%,0%,21%,12%)
(0.13/0.00/0.21/0.12)	

CMYK percentages

%13.33
%0
%21.33
%11.76

Codes

Color #C3E1B1 in popluar color models

C3E1B1
RGB195225177
HSL98°44.44%78.82%
HSB/HSV98°21.33%88.24%
CMYK13.33%0.00%21.33%
11.76%

Color #C3E1B1 in popluar number systems.

HEXC3E1B1
Decimal195225177
Binary110000111110000110110001
Octal303341261

Shades and tints

Shades of #C3E1B1

#C3E1B1
(195,225,177)
#B2CDA1
(178,205,161)
#A1B991
(161,185,145)
#90A581
(144,165,129)
#7F9171
(127,145,113)
#6E7D61
(110,125,97)
#5D6951
(93,105,81)
#4C5541
(76,85,65)
#3B4131
(59,65,49)
#2A2D21
(42,45,33)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #C3E1B1

#C3E1B1
(195,225,177)
#C8E3B8
(200,227,184)
#CDE5BF
(205,229,191)
#D2E7C6
(210,231,198)
#D7E9CD
(215,233,205)
#DCEBD4
(220,235,212)
#E1EDDB
(225,237,219)
#E6EFE2
(230,239,226)
#EBF1E9
(235,241,233)
#F0F3F0
(240,243,240)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E1B1; }

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

This text font color is #C3E1B1.


Background Color

.myBgColor { background-color: #C3E1B1; }

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

This div background color is #C3E1B1.


Border color

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

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

This div border color is #C3E1B1.


Opacity

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

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

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

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

This text has shadow with #C3E1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E1B1 on black background.


Color preview on white background

This text has color #C3E1B1 on white background.



Black color preview on #C3E1B1 background

This text has black color on #C3E1B1 background.


White color preview on #C3E1B1 background

This text has white color on #C3E1B1 background.