COLOR #C7DA90

HEX: #C7DA90
RGB: (199,218,144)

Color info

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

RGB color model

#C7DA90 color RGB value is (199,218,144).

  • red value is 199;
  • green value is 218;
  • blue value is 144.
RGB:
(199,218,144)
(78%,85%,56%)

RGB channels and saturation

R 199 of 255 = 78%
G 218 of 255 = 85%
B 144 of 255 = 56%

199
218
144

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

Portions of RGB colors in percentages

R + G + B =
199 + 218 + 144 = 561 (100%)
R 199 of 561 ~ 35.47%
G 218 of 561 ~ 38.86%
B 144 of 561 ~ 25.67%

%35.47
%38.86
%25.67

CMYK color model

#C7DA90 color CMYK value is (9,0,34,15).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 14.51%
CMYK:
(9,0,34,15)
C9M0Y34K15 
(9%,0%,34%,15%)
(0.09/0.00/0.34/0.15)	

CMYK percentages

%8.72
%0
%33.94
%14.51

Codes

Color #C7DA90 in popluar color models

C7DA90
RGB199218144
HSL75°50.00%70.98%
HSB/HSV75°33.94%85.49%
CMYK8.72%0.00%33.94%
14.51%

Color #C7DA90 in popluar number systems.

HEXC7DA90
Decimal199218144
Binary110001111101101010010000
Octal307332220

Shades and tints

Shades of #C7DA90

#C7DA90
(199,218,144)
#B5C783
(181,199,131)
#A3B476
(163,180,118)
#91A169
(145,161,105)
#7F8E5C
(127,142,92)
#6D7B4F
(109,123,79)
#5B6842
(91,104,66)
#495535
(73,85,53)
#374228
(55,66,40)
#252F1B
(37,47,27)
#131C0E
(19,28,14)
#000000
(0,0,0)

Tints of #C7DA90

#C7DA90
(199,218,144)
#CCDD9A
(204,221,154)
#D1E0A4
(209,224,164)
#D6E3AE
(214,227,174)
#DBE6B8
(219,230,184)
#E0E9C2
(224,233,194)
#E5ECCC
(229,236,204)
#EAEFD6
(234,239,214)
#EFF2E0
(239,242,224)
#F4F5EA
(244,245,234)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DA90 color. Also use rgb(199,218,144) instead hex code.

Text Font Color

.myTextColor { color: #C7DA90; }

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

This text font color is #C7DA90.


Background Color

.myBgColor { background-color: #C7DA90; }

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

This div background color is #C7DA90.


Border color

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

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

This div border color is #C7DA90.


Opacity

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

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

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

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

This text has shadow with #C7DA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DA90 on black background.


Color preview on white background

This text has color #C7DA90 on white background.



Black color preview on #C7DA90 background

This text has black color on #C7DA90 background.


White color preview on #C7DA90 background

This text has white color on #C7DA90 background.