COLOR #C3E255

HEX: #C3E255
RGB: (195,226,85)

Color info

#C3E255 contains mainly red and green colors. Web safe color of #C3E255 is #CCCC66 (or #CC6).

RGB color model

#C3E255 color RGB value is (195,226,85).

  • red value is 195;
  • green value is 226;
  • blue value is 85.
RGB:
(195,226,85)
(76%,89%,33%)

RGB channels and saturation

R 195 of 255 = 76%
G 226 of 255 = 89%
B 85 of 255 = 33%

195
226
85

R + G + B ~ 66%. #C3E255 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 226 + 85 = 506 (100%)
R 195 of 506 ~ 38.54%
G 226 of 506 ~ 44.66%
B 85 of 506 ~ 16.8%

%38.54
%44.66
%16.8

CMYK color model

#C3E255 color CMYK value is (14,0,62,11).

  • cyan value is 13.72%
  • magenta value is 0.00%
  • yellow value is 62.39%
  • key color value is 11.37%
CMYK:
(14,0,62,11)
C14M0Y62K11 
(14%,0%,62%,11%)
(0.14/0.00/0.62/0.11)	

CMYK percentages

%13.72
%0
%62.39
%11.37

Codes

Color #C3E255 in popluar color models

C3E255
RGB19522685
HSL73°70.85%60.98%
HSB/HSV73°62.39%88.63%
CMYK13.72%0.00%62.39%
11.37%

Color #C3E255 in popluar number systems.

HEXC3E255
Decimal19522685
Binary11000011111000101010101
Octal303342125

Shades and tints

Shades of #C3E255

#C3E255
(195,226,85)
#B2CE4E
(178,206,78)
#A1BA47
(161,186,71)
#90A640
(144,166,64)
#7F9239
(127,146,57)
#6E7E32
(110,126,50)
#5D6A2B
(93,106,43)
#4C5624
(76,86,36)
#3B421D
(59,66,29)
#2A2E16
(42,46,22)
#191A0F
(25,26,15)
#000000
(0,0,0)

Tints of #C3E255

#C3E255
(195,226,85)
#C8E464
(200,228,100)
#CDE673
(205,230,115)
#D2E882
(210,232,130)
#D7EA91
(215,234,145)
#DCECA0
(220,236,160)
#E1EEAF
(225,238,175)
#E6F0BE
(230,240,190)
#EBF2CD
(235,242,205)
#F0F4DC
(240,244,220)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E255 color. Also use rgb(195,226,85) instead hex code.

Text Font Color

.myTextColor { color: #C3E255; }

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

This text font color is #C3E255.


Background Color

.myBgColor { background-color: #C3E255; }

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

This div background color is #C3E255.


Border color

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

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

This div border color is #C3E255.


Opacity

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

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

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

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

This text has shadow with #C3E255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E255 on black background.


Color preview on white background

This text has color #C3E255 on white background.



Black color preview on #C3E255 background

This text has black color on #C3E255 background.


White color preview on #C3E255 background

This text has white color on #C3E255 background.