COLOR #C2D690

HEX: #C2D690
RGB: (194,214,144)

Color info

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

RGB color model

#C2D690 color RGB value is (194,214,144).

  • red value is 194;
  • green value is 214;
  • blue value is 144.
RGB:
(194,214,144)
(76%,84%,56%)

RGB channels and saturation

R 194 of 255 = 76%
G 214 of 255 = 84%
B 144 of 255 = 56%

194
214
144

R + G + B ~ 72%. #C2D690 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 214 + 144 = 552 (100%)
R 194 of 552 ~ 35.14%
G 214 of 552 ~ 38.77%
B 144 of 552 ~ 26.09%

%35.14
%38.77
%26.09

CMYK color model

#C2D690 color CMYK value is (9,0,33,16).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 32.71%
  • key color value is 16.08%
CMYK:
(9,0,33,16)
C9M0Y33K16 
(9%,0%,33%,16%)
(0.09/0.00/0.33/0.16)	

CMYK percentages

%9.35
%0
%32.71
%16.08

Codes

Color #C2D690 in popluar color models

C2D690
RGB194214144
HSL77°46.05%70.20%
HSB/HSV77°32.71%83.92%
CMYK9.35%0.00%32.71%
16.08%

Color #C2D690 in popluar number systems.

HEXC2D690
Decimal194214144
Binary110000101101011010010000
Octal302326220

Shades and tints

Shades of #C2D690

#C2D690
(194,214,144)
#B1C383
(177,195,131)
#A0B076
(160,176,118)
#8F9D69
(143,157,105)
#7E8A5C
(126,138,92)
#6D774F
(109,119,79)
#5C6442
(92,100,66)
#4B5135
(75,81,53)
#3A3E28
(58,62,40)
#292B1B
(41,43,27)
#18180E
(24,24,14)
#000000
(0,0,0)

Tints of #C2D690

#C2D690
(194,214,144)
#C7D99A
(199,217,154)
#CCDCA4
(204,220,164)
#D1DFAE
(209,223,174)
#D6E2B8
(214,226,184)
#DBE5C2
(219,229,194)
#E0E8CC
(224,232,204)
#E5EBD6
(229,235,214)
#EAEEE0
(234,238,224)
#EFF1EA
(239,241,234)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D690 color. Also use rgb(194,214,144) instead hex code.

Text Font Color

.myTextColor { color: #C2D690; }

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

This text font color is #C2D690.


Background Color

.myBgColor { background-color: #C2D690; }

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

This div background color is #C2D690.


Border color

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

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

This div border color is #C2D690.


Opacity

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

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

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

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

This text has shadow with #C2D690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D690 on black background.


Color preview on white background

This text has color #C2D690 on white background.



Black color preview on #C2D690 background

This text has black color on #C2D690 background.


White color preview on #C2D690 background

This text has white color on #C2D690 background.