COLOR #C3EB9F

HEX: #C3EB9F
RGB: (195,235,159)

Color info

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

RGB color model

#C3EB9F color RGB value is (195,235,159).

  • red value is 195;
  • green value is 235;
  • blue value is 159.
RGB:
(195,235,159)
(76%,92%,62%)

RGB channels and saturation

R 195 of 255 = 76%
G 235 of 255 = 92%
B 159 of 255 = 62%

195
235
159

R + G + B ~ 77%. #C3EB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 235 + 159 = 589 (100%)
R 195 of 589 ~ 33.11%
G 235 of 589 ~ 39.9%
B 159 of 589 ~ 26.99%

%33.11
%39.9
%26.99

CMYK color model

#C3EB9F color CMYK value is (17,0,32,8).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 32.34%
  • key color value is 7.84%
CMYK:
(17,0,32,8)
C17M0Y32K8 
(17%,0%,32%,8%)
(0.17/0.00/0.32/0.08)	

CMYK percentages

%17.02
%0
%32.34
%7.84

Codes

Color #C3EB9F in popluar color models

C3EB9F
RGB195235159
HSL92°65.52%77.25%
HSB/HSV92°32.34%92.16%
CMYK17.02%0.00%32.34%
7.84%

Color #C3EB9F in popluar number systems.

HEXC3EB9F
Decimal195235159
Binary110000111110101110011111
Octal303353237

Shades and tints

Shades of #C3EB9F

#C3EB9F
(195,235,159)
#B2D691
(178,214,145)
#A1C183
(161,193,131)
#90AC75
(144,172,117)
#7F9767
(127,151,103)
#6E8259
(110,130,89)
#5D6D4B
(93,109,75)
#4C583D
(76,88,61)
#3B432F
(59,67,47)
#2A2E21
(42,46,33)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #C3EB9F

#C3EB9F
(195,235,159)
#C8ECA7
(200,236,167)
#CDEDAF
(205,237,175)
#D2EEB7
(210,238,183)
#D7EFBF
(215,239,191)
#DCF0C7
(220,240,199)
#E1F1CF
(225,241,207)
#E6F2D7
(230,242,215)
#EBF3DF
(235,243,223)
#F0F4E7
(240,244,231)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3EB9F color. Also use rgb(195,235,159) instead hex code.

Text Font Color

.myTextColor { color: #C3EB9F; }

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

This text font color is #C3EB9F.


Background Color

.myBgColor { background-color: #C3EB9F; }

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

This div background color is #C3EB9F.


Border color

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

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

This div border color is #C3EB9F.


Opacity

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

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

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

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

This text has shadow with #C3EB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EB9F on black background.


Color preview on white background

This text has color #C3EB9F on white background.



Black color preview on #C3EB9F background

This text has black color on #C3EB9F background.


White color preview on #C3EB9F background

This text has white color on #C3EB9F background.