COLOR #C2D190

HEX: #C2D190 RGB: (194,209,144)

Color info

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

RGB color model

#C2D190 color RGB value is (194,209,144).

RGB: (194,209,144) (76%, 82%, 56%)

RGB channels and saturation

R 194 of 255 = 76%
G 209 of 255 = 82%
B 144 of 255 = 56%

194
209
144

R + G + B ~ 71%. #C2D190 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 209 + 144 = 547 (100%)
R 194 of 547 ~ 35.47%
G 209 of 547 ~ 38.21%
B 144 of 547 ~ 26.33'%

%35.47
%38.21
%26.33

CMYK color model

#C2D190 color CMYK value is (7,0,31,18).

  • cyan value is 7.18%
  • magenta value is 0.00%
  • yellow value is 31.10%
  • key color value is 18.04%

CMYK: (7,0,31,18)
C7M0Y31K18 (7%, 0%, 31%, 18%)
(0.07 / 0.00 / 0.31 / 0.18)

CMYK percentages

%7.18
%0
%31.1
%18.04

Codes

Color #C2D190 in popluar color models

C2 D1 90
RGB 194 209 144
HSL 74° 41.40% 69.22%
HSB/HSV 74° 31.10% 81.96%
CMYK 7.18% 0.00% 31.10%
18.04%

Color #C2D190 in popluar number systems.

HEX C2 D1 90
Decimal 194 209 144
Binary 11000010 11010001 10010000
Octal 302 321 220

Shades and tints

Shades of #C2D190

#C2D190
(194,209,144)
#B1BE83
(177,190,131)
#A0AB76
(160,171,118)
#8F9869
(143,152,105)
#7E855C
(126,133,92)
#6D724F
(109,114,79)
#5C5F42
(92,95,66)
#4B4C35
(75,76,53)
#3A3928
(58,57,40)
#29261B
(41,38,27)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #C2D190

#C2D190
(194,209,144)
#C7D59A
(199,213,154)
#CCD9A4
(204,217,164)
#D1DDAE
(209,221,174)
#D6E1B8
(214,225,184)
#DBE5C2
(219,229,194)
#E0E9CC
(224,233,204)
#E5EDD6
(229,237,214)
#EAF1E0
(234,241,224)
#EFF5EA
(239,245,234)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D190; }

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

This text font color is #C2D190.

Background Color

.myBgColor { background-color: #C2D190; }

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

This div background color is #C2D190.

Border color

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

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

This div border color is #C2D190.

Opacity

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

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

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

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

This text has shadow with #C2D190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2D190.

Preview

Color preview on black background

This text has color #C2D190 on black background.


Color preview on white background

This text has color #C2D190 on white background.


Black color preview on #C2D190 background

This text has black color on #C2D190 background.


White color preview on #C2D190 background

This text has white color on #C2D190 background.


Related colors

Complementary color

Complementary color for #hex is #3D2E6F.


I love getcolorcode.com

Triadic colors

1 #90C2D1 and #D190C2 with #C2D190 are triadic colors.

2 #90D1C2 and #D1C290 with #C2D190 are triadic colors.