COLOR #C7E484

HEX: #C7E484
RGB: (199,228,132)

Color info

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

RGB color model

#C7E484 color RGB value is (199,228,132).

  • red value is 199;
  • green value is 228;
  • blue value is 132.
RGB:
(199,228,132)
(78%,89%,52%)

RGB channels and saturation

R 199 of 255 = 78%
G 228 of 255 = 89%
B 132 of 255 = 52%

199
228
132

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

Portions of RGB colors in percentages

R + G + B =
199 + 228 + 132 = 559 (100%)
R 199 of 559 ~ 35.6%
G 228 of 559 ~ 40.79%
B 132 of 559 ~ 23.61%

%35.6
%40.79
%23.61

CMYK color model

#C7E484 color CMYK value is (13,0,42,11).

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 10.59%
CMYK:
(13,0,42,11)
C13M0Y42K11 
(13%,0%,42%,11%)
(0.13/0.00/0.42/0.11)	

CMYK percentages

%12.72
%0
%42.11
%10.59

Codes

Color #C7E484 in popluar color models

C7E484
RGB199228132
HSL78°64.00%70.59%
HSB/HSV78°42.11%89.41%
CMYK12.72%0.00%42.11%
10.59%

Color #C7E484 in popluar number systems.

HEXC7E484
Decimal199228132
Binary110001111110010010000100
Octal307344204

Shades and tints

Shades of #C7E484

#C7E484
(199,228,132)
#B5D078
(181,208,120)
#A3BC6C
(163,188,108)
#91A860
(145,168,96)
#7F9454
(127,148,84)
#6D8048
(109,128,72)
#5B6C3C
(91,108,60)
#495830
(73,88,48)
#374424
(55,68,36)
#253018
(37,48,24)
#131C0C
(19,28,12)
#000000
(0,0,0)

Tints of #C7E484

#C7E484
(199,228,132)
#CCE68F
(204,230,143)
#D1E89A
(209,232,154)
#D6EAA5
(214,234,165)
#DBECB0
(219,236,176)
#E0EEBB
(224,238,187)
#E5F0C6
(229,240,198)
#EAF2D1
(234,242,209)
#EFF4DC
(239,244,220)
#F4F6E7
(244,246,231)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E484 color. Also use rgb(199,228,132) instead hex code.

Text Font Color

.myTextColor { color: #C7E484; }

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

This text font color is #C7E484.


Background Color

.myBgColor { background-color: #C7E484; }

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

This div background color is #C7E484.


Border color

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

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

This div border color is #C7E484.


Opacity

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

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

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

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

This text has shadow with #C7E484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E484 on black background.


Color preview on white background

This text has color #C7E484 on white background.



Black color preview on #C7E484 background

This text has black color on #C7E484 background.


White color preview on #C7E484 background

This text has white color on #C7E484 background.