COLOR #C3E487

HEX: #C3E487 RGB: (195,228,135)

Color info

#C3E487 contains mainly red and green colors. Web safe color of #C3E487 is #CCCC99 (or #CC9).

RGB color model

#C3E487 color RGB value is (195,228,135).

RGB: (195,228,135) (76%, 89%, 53%)

RGB channels and saturation

R 195 of 255 = 76%
G 228 of 255 = 89%
B 135 of 255 = 53%

195
228
135

R + G + B ~ 73%. #C3E487 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 228 + 135 = 558 (100%)
R 195 of 558 ~ 34.95%
G 228 of 558 ~ 40.86%
B 135 of 558 ~ 24.19'%

%34.95
%40.86
%24.19

CMYK color model

#C3E487 color CMYK value is (14,0,41,11).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 40.79%
  • key color value is 10.59%

CMYK: (14,0,41,11)
C14M0Y41K11 (14%, 0%, 41%, 11%)
(0.14 / 0.00 / 0.41 / 0.11)

CMYK percentages

%14.47
%0
%40.79
%10.59

Codes

Color #C3E487 in popluar color models

C3 E4 87
RGB 195 228 135
HSL 81° 63.27% 71.18%
HSB/HSV 81° 40.79% 89.41%
CMYK 14.47% 0.00% 40.79%
10.59%

Color #C3E487 in popluar number systems.

HEX C3 E4 87
Decimal 195 228 135
Binary 11000011 11100100 10000111
Octal 303 344 207

Shades and tints

Shades of #C3E487

#C3E487
(195,228,135)
#B2D07B
(178,208,123)
#A1BC6F
(161,188,111)
#90A863
(144,168,99)
#7F9457
(127,148,87)
#6E804B
(110,128,75)
#5D6C3F
(93,108,63)
#4C5833
(76,88,51)
#3B4427
(59,68,39)
#2A301B
(42,48,27)
#191C0F
(25,28,15)
#000000
(0,0,0)

Tints of #C3E487

#C3E487
(195,228,135)
#C8E691
(200,230,145)
#CDE89B
(205,232,155)
#D2EAA5
(210,234,165)
#D7ECAF
(215,236,175)
#DCEEB9
(220,238,185)
#E1F0C3
(225,240,195)
#E6F2CD
(230,242,205)
#EBF4D7
(235,244,215)
#F0F6E1
(240,246,225)
#F5F8EB
(245,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E487 color. Also use rgb(195,228,135) instead hex code.

Text Font Color

.myTextColor { color: #C3E487; }

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

This text font color is #C3E487.

Background Color

.myBgColor { background-color: #C3E487; }

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

This div background color is #C3E487.

Border color

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

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

This div border color is #C3E487.

Opacity

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

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

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

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

This text has shadow with #C3E487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3E487.

Preview

Color preview on black background

This text has color #C3E487 on black background.


Color preview on white background

This text has color #C3E487 on white background.


Black color preview on #C3E487 background

This text has black color on #C3E487 background.


White color preview on #C3E487 background

This text has white color on #C3E487 background.


Related colors

Complementary color

Complementary color for #hex is #3C1B78.


I love getcolorcode.com

Triadic colors

1 #87C3E4 and #E487C3 with #C3E487 are triadic colors.

2 #87E4C3 and #E4C387 with #C3E487 are triadic colors.