COLOR #C2D39A

HEX: #C2D39A RGB: (194,211,154)

Color info

#C2D39A contains red, green and blue colors in about the same proportion. Web safe color of #C2D39A is #CCCC99 (or #CC9).

RGB color model

#C2D39A color RGB value is (194,211,154).

RGB: (194,211,154) (76%, 83%, 60%)

RGB channels and saturation

R 194 of 255 = 76%
G 211 of 255 = 83%
B 154 of 255 = 60%

194
211
154

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

Portions of RGB colors in percentages

R + G + B = 194 + 211 + 154 = 559 (100%)
R 194 of 559 ~ 34.7%
G 211 of 559 ~ 37.75%
B 154 of 559 ~ 27.55'%

%34.7
%37.75
%27.55

CMYK color model

#C2D39A color CMYK value is (8,0,27,17).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 27.01%
  • key color value is 17.25%

CMYK: (8,0,27,17)
C8M0Y27K17 (8%, 0%, 27%, 17%)
(0.08 / 0.00 / 0.27 / 0.17)

CMYK percentages

%8.06
%0
%27.01
%17.25

Codes

Color #C2D39A in popluar color models

C2 D3 9A
RGB 194 211 154
HSL 78° 39.31% 71.57%
HSB/HSV 78° 27.01% 82.75%
CMYK 8.06% 0.00% 27.01%
17.25%

Color #C2D39A in popluar number systems.

HEX C2 D3 9A
Decimal 194 211 154
Binary 11000010 11010011 10011010
Octal 302 323 232

Shades and tints

Shades of #C2D39A

#C2D39A
(194,211,154)
#B1C08C
(177,192,140)
#A0AD7E
(160,173,126)
#8F9A70
(143,154,112)
#7E8762
(126,135,98)
#6D7454
(109,116,84)
#5C6146
(92,97,70)
#4B4E38
(75,78,56)
#3A3B2A
(58,59,42)
#29281C
(41,40,28)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #C2D39A

#C2D39A
(194,211,154)
#C7D7A3
(199,215,163)
#CCDBAC
(204,219,172)
#D1DFB5
(209,223,181)
#D6E3BE
(214,227,190)
#DBE7C7
(219,231,199)
#E0EBD0
(224,235,208)
#E5EFD9
(229,239,217)
#EAF3E2
(234,243,226)
#EFF7EB
(239,247,235)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D39A color. Also use rgb(194,211,154) instead hex code.

Text Font Color

.myTextColor { color: #C2D39A; }

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

This text font color is #C2D39A.

Background Color

.myBgColor { background-color: #C2D39A; }

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

This div background color is #C2D39A.

Border color

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

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

This div border color is #C2D39A.

Opacity

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

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

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

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

This text has shadow with #C2D39A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2D39A.

Preview

Color preview on black background

This text has color #C2D39A on black background.


Color preview on white background

This text has color #C2D39A on white background.


Black color preview on #C2D39A background

This text has black color on #C2D39A background.


White color preview on #C2D39A background

This text has white color on #C2D39A background.


Related colors

Complementary color

Complementary color for #hex is #3D2C65.


I love getcolorcode.com

Triadic colors

1 #9AC2D3 and #D39AC2 with #C2D39A are triadic colors.

2 #9AD3C2 and #D3C29A with #C2D39A are triadic colors.