COLOR #C7DD86

HEX: #C7DD86
RGB: (199,221,134)

Color info

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

RGB color model

#C7DD86 color RGB value is (199,221,134).

  • red value is 199;
  • green value is 221;
  • blue value is 134.
RGB:
(199,221,134)
(78%,87%,53%)

RGB channels and saturation

R 199 of 255 = 78%
G 221 of 255 = 87%
B 134 of 255 = 53%

199
221
134

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

Portions of RGB colors in percentages

R + G + B =
199 + 221 + 134 = 554 (100%)
R 199 of 554 ~ 35.92%
G 221 of 554 ~ 39.89%
B 134 of 554 ~ 24.19%

%35.92
%39.89
%24.19

CMYK color model

#C7DD86 color CMYK value is (10,0,39,13).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 39.37%
  • key color value is 13.33%
CMYK:
(10,0,39,13)
C10M0Y39K13 
(10%,0%,39%,13%)
(0.10/0.00/0.39/0.13)	

CMYK percentages

%9.95
%0
%39.37
%13.33

Codes

Color #C7DD86 in popluar color models

C7DD86
RGB199221134
HSL75°56.13%69.61%
HSB/HSV75°39.37%86.67%
CMYK9.95%0.00%39.37%
13.33%

Color #C7DD86 in popluar number systems.

HEXC7DD86
Decimal199221134
Binary110001111101110110000110
Octal307335206

Shades and tints

Shades of #C7DD86

#C7DD86
(199,221,134)
#B5C97A
(181,201,122)
#A3B56E
(163,181,110)
#91A162
(145,161,98)
#7F8D56
(127,141,86)
#6D794A
(109,121,74)
#5B653E
(91,101,62)
#495132
(73,81,50)
#373D26
(55,61,38)
#25291A
(37,41,26)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #C7DD86

#C7DD86
(199,221,134)
#CCE091
(204,224,145)
#D1E39C
(209,227,156)
#D6E6A7
(214,230,167)
#DBE9B2
(219,233,178)
#E0ECBD
(224,236,189)
#E5EFC8
(229,239,200)
#EAF2D3
(234,242,211)
#EFF5DE
(239,245,222)
#F4F8E9
(244,248,233)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DD86 color. Also use rgb(199,221,134) instead hex code.

Text Font Color

.myTextColor { color: #C7DD86; }

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

This text font color is #C7DD86.


Background Color

.myBgColor { background-color: #C7DD86; }

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

This div background color is #C7DD86.


Border color

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

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

This div border color is #C7DD86.


Opacity

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

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

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

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

This text has shadow with #C7DD86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DD86 on black background.


Color preview on white background

This text has color #C7DD86 on white background.



Black color preview on #C7DD86 background

This text has black color on #C7DD86 background.


White color preview on #C7DD86 background

This text has white color on #C7DD86 background.