COLOR #C9ED83

HEX: #C9ED83
RGB: (201,237,131)

Color info

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

RGB color model

#C9ED83 color RGB value is (201,237,131).

  • red value is 201;
  • green value is 237;
  • blue value is 131.
RGB:
(201,237,131)
(79%,93%,51%)

RGB channels and saturation

R 201 of 255 = 79%
G 237 of 255 = 93%
B 131 of 255 = 51%

201
237
131

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

Portions of RGB colors in percentages

R + G + B =
201 + 237 + 131 = 569 (100%)
R 201 of 569 ~ 35.33%
G 237 of 569 ~ 41.65%
B 131 of 569 ~ 23.02%

%35.33
%41.65
%23.02

CMYK color model

#C9ED83 color CMYK value is (15,0,45,7).

  • cyan value is 15.19%
  • magenta value is 0.00%
  • yellow value is 44.73%
  • key color value is 7.06%
CMYK:
(15,0,45,7)
C15M0Y45K7 
(15%,0%,45%,7%)
(0.15/0.00/0.45/0.07)	

CMYK percentages

%15.19
%0
%44.73
%7.06

Codes

Color #C9ED83 in popluar color models

C9ED83
RGB201237131
HSL80°74.65%72.16%
HSB/HSV80°44.73%92.94%
CMYK15.19%0.00%44.73%
7.06%

Color #C9ED83 in popluar number systems.

HEXC9ED83
Decimal201237131
Binary110010011110110110000011
Octal311355203

Shades and tints

Shades of #C9ED83

#C9ED83
(201,237,131)
#B7D878
(183,216,120)
#A5C36D
(165,195,109)
#93AE62
(147,174,98)
#819957
(129,153,87)
#6F844C
(111,132,76)
#5D6F41
(93,111,65)
#4B5A36
(75,90,54)
#39452B
(57,69,43)
#273020
(39,48,32)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #C9ED83

#C9ED83
(201,237,131)
#CDEE8E
(205,238,142)
#D1EF99
(209,239,153)
#D5F0A4
(213,240,164)
#D9F1AF
(217,241,175)
#DDF2BA
(221,242,186)
#E1F3C5
(225,243,197)
#E5F4D0
(229,244,208)
#E9F5DB
(233,245,219)
#EDF6E6
(237,246,230)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9ED83 color. Also use rgb(201,237,131) instead hex code.

Text Font Color

.myTextColor { color: #C9ED83; }

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

This text font color is #C9ED83.


Background Color

.myBgColor { background-color: #C9ED83; }

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

This div background color is #C9ED83.


Border color

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

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

This div border color is #C9ED83.


Opacity

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

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

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

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

This text has shadow with #C9ED83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ED83 on black background.


Color preview on white background

This text has color #C9ED83 on white background.



Black color preview on #C9ED83 background

This text has black color on #C9ED83 background.


White color preview on #C9ED83 background

This text has white color on #C9ED83 background.