COLOR #C3E9AF

HEX: #C3E9AF
RGB: (195,233,175)

Color info

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

RGB color model

#C3E9AF color RGB value is (195,233,175).

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

RGB channels and saturation

R 195 of 255 = 76%
G 233 of 255 = 91%
B 175 of 255 = 69%

195
233
175

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

Portions of RGB colors in percentages

R + G + B =
195 + 233 + 175 = 603 (100%)
R 195 of 603 ~ 32.34%
G 233 of 603 ~ 38.64%
B 175 of 603 ~ 29.02%

%32.34
%38.64
%29.02

CMYK color model

#C3E9AF color CMYK value is (16,0,25,9).

  • cyan value is 16.31%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 8.63%
CMYK:
(16,0,25,9)
C16M0Y25K9 
(16%,0%,25%,9%)
(0.16/0.00/0.25/0.09)	

CMYK percentages

%16.31
%0
%24.89
%8.63

Codes

Color #C3E9AF in popluar color models

C3E9AF
RGB195233175
HSL99°56.86%80.00%
HSB/HSV99°24.89%91.37%
CMYK16.31%0.00%24.89%
8.63%

Color #C3E9AF in popluar number systems.

HEXC3E9AF
Decimal195233175
Binary110000111110100110101111
Octal303351257

Shades and tints

Shades of #C3E9AF

#C3E9AF
(195,233,175)
#B2D4A0
(178,212,160)
#A1BF91
(161,191,145)
#90AA82
(144,170,130)
#7F9573
(127,149,115)
#6E8064
(110,128,100)
#5D6B55
(93,107,85)
#4C5646
(76,86,70)
#3B4137
(59,65,55)
#2A2C28
(42,44,40)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #C3E9AF

#C3E9AF
(195,233,175)
#C8EBB6
(200,235,182)
#CDEDBD
(205,237,189)
#D2EFC4
(210,239,196)
#D7F1CB
(215,241,203)
#DCF3D2
(220,243,210)
#E1F5D9
(225,245,217)
#E6F7E0
(230,247,224)
#EBF9E7
(235,249,231)
#F0FBEE
(240,251,238)
#F5FDF5
(245,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E9AF color. Also use rgb(195,233,175) instead hex code.

Text Font Color

.myTextColor { color: #C3E9AF; }

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

This text font color is #C3E9AF.


Background Color

.myBgColor { background-color: #C3E9AF; }

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

This div background color is #C3E9AF.


Border color

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

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

This div border color is #C3E9AF.


Opacity

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

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

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

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

This text has shadow with #C3E9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E9AF on black background.


Color preview on white background

This text has color #C3E9AF on white background.



Black color preview on #C3E9AF background

This text has black color on #C3E9AF background.


White color preview on #C3E9AF background

This text has white color on #C3E9AF background.