COLOR #C9E785

HEX: #C9E785
RGB: (201,231,133)

Color info

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

RGB color model

#C9E785 color RGB value is (201,231,133).

  • red value is 201;
  • green value is 231;
  • blue value is 133.
RGB:
(201,231,133)
(79%,91%,52%)

RGB channels and saturation

R 201 of 255 = 79%
G 231 of 255 = 91%
B 133 of 255 = 52%

201
231
133

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

Portions of RGB colors in percentages

R + G + B =
201 + 231 + 133 = 565 (100%)
R 201 of 565 ~ 35.58%
G 231 of 565 ~ 40.88%
B 133 of 565 ~ 23.54%

%35.58
%40.88
%23.54

CMYK color model

#C9E785 color CMYK value is (13,0,42,9).

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 9.41%
CMYK:
(13,0,42,9)
C13M0Y42K9 
(13%,0%,42%,9%)
(0.13/0.00/0.42/0.09)	

CMYK percentages

%12.99
%0
%42.42
%9.41

Codes

Color #C9E785 in popluar color models

C9E785
RGB201231133
HSL78°67.12%71.37%
HSB/HSV78°42.42%90.59%
CMYK12.99%0.00%42.42%
9.41%

Color #C9E785 in popluar number systems.

HEXC9E785
Decimal201231133
Binary110010011110011110000101
Octal311347205

Shades and tints

Shades of #C9E785

#C9E785
(201,231,133)
#B7D279
(183,210,121)
#A5BD6D
(165,189,109)
#93A861
(147,168,97)
#819355
(129,147,85)
#6F7E49
(111,126,73)
#5D693D
(93,105,61)
#4B5431
(75,84,49)
#393F25
(57,63,37)
#272A19
(39,42,25)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #C9E785

#C9E785
(201,231,133)
#CDE990
(205,233,144)
#D1EB9B
(209,235,155)
#D5EDA6
(213,237,166)
#D9EFB1
(217,239,177)
#DDF1BC
(221,241,188)
#E1F3C7
(225,243,199)
#E5F5D2
(229,245,210)
#E9F7DD
(233,247,221)
#EDF9E8
(237,249,232)
#F1FBF3
(241,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E785 color. Also use rgb(201,231,133) instead hex code.

Text Font Color

.myTextColor { color: #C9E785; }

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

This text font color is #C9E785.


Background Color

.myBgColor { background-color: #C9E785; }

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

This div background color is #C9E785.


Border color

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

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

This div border color is #C9E785.


Opacity

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

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

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

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

This text has shadow with #C9E785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E785 on black background.


Color preview on white background

This text has color #C9E785 on white background.



Black color preview on #C9E785 background

This text has black color on #C9E785 background.


White color preview on #C9E785 background

This text has white color on #C9E785 background.