COLOR #C3ED88

HEX: #C3ED88 RGB: (195,237,136)

Color info

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

RGB color model

#C3ED88 color RGB value is (195,237,136).

RGB: (195,237,136) (76%, 93%, 53%)

RGB channels and saturation

R 195 of 255 = 76%
G 237 of 255 = 93%
B 136 of 255 = 53%

195
237
136

R + G + B ~ 74%. #C3ED88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 237 + 136 = 568 (100%)
R 195 of 568 ~ 34.33%
G 237 of 568 ~ 41.73%
B 136 of 568 ~ 23.94'%

%34.33
%41.73
%23.94

CMYK color model

#C3ED88 color CMYK value is (18,0,43,7).

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 42.62%
  • key color value is 7.06%

CMYK: (18,0,43,7)
C18M0Y43K7 (18%, 0%, 43%, 7%)
(0.18 / 0.00 / 0.43 / 0.07)

CMYK percentages

%17.72
%0
%42.62
%7.06

Codes

Color #C3ED88 in popluar color models

C3 ED 88
RGB 195 237 136
HSL 85° 73.72% 73.14%
HSB/HSV 85° 42.62% 92.94%
CMYK 17.72% 0.00% 42.62%
7.06%

Color #C3ED88 in popluar number systems.

HEX C3 ED 88
Decimal 195 237 136
Binary 11000011 11101101 10001000
Octal 303 355 210

Shades and tints

Shades of #C3ED88

#C3ED88
(195,237,136)
#B2D87C
(178,216,124)
#A1C370
(161,195,112)
#90AE64
(144,174,100)
#7F9958
(127,153,88)
#6E844C
(110,132,76)
#5D6F40
(93,111,64)
#4C5A34
(76,90,52)
#3B4528
(59,69,40)
#2A301C
(42,48,28)
#191B10
(25,27,16)
#000000
(0,0,0)

Tints of #C3ED88

#C3ED88
(195,237,136)
#C8EE92
(200,238,146)
#CDEF9C
(205,239,156)
#D2F0A6
(210,240,166)
#D7F1B0
(215,241,176)
#DCF2BA
(220,242,186)
#E1F3C4
(225,243,196)
#E6F4CE
(230,244,206)
#EBF5D8
(235,245,216)
#F0F6E2
(240,246,226)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3ED88 color. Also use rgb(195,237,136) instead hex code.

Text Font Color

.myTextColor { color: #C3ED88; }

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

This text font color is #C3ED88.

Background Color

.myBgColor { background-color: #C3ED88; }

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

This div background color is #C3ED88.

Border color

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

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

This div border color is #C3ED88.

Opacity

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

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

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

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

This text has shadow with #C3ED88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3ED88.

Preview

Color preview on black background

This text has color #C3ED88 on black background.


Color preview on white background

This text has color #C3ED88 on white background.


Black color preview on #C3ED88 background

This text has black color on #C3ED88 background.


White color preview on #C3ED88 background

This text has white color on #C3ED88 background.


Related colors

Complementary color

Complementary color for #hex is #3C1277.


I love getcolorcode.com

Triadic colors

1 #88C3ED and #ED88C3 with #C3ED88 are triadic colors.

2 #88EDC3 and #EDC388 with #C3ED88 are triadic colors.