COLOR #C2D773

HEX: #C2D773
RGB: (194,215,115)

Color info

#C2D773 contains mainly red and green colors. Web safe color of #C2D773 is #CCCC66 (or #CC6).

RGB color model

#C2D773 color RGB value is (194,215,115).

  • red value is 194;
  • green value is 215;
  • blue value is 115.
RGB: (194,215,115) (76%,84%,45%)

RGB channels and saturation

R 194 of 255 = 76%
G 215 of 255 = 84%
B 115 of 255 = 45%

194
215
115

R + G + B ~ 68%. #C2D773 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 215 + 115 = 524 (100%)
R 194 of 524 ~ 37.02%
G 215 of 524 ~ 41.03%
B 115 of 524 ~ 21.95%

%37.02
%41.03
%21.95

CMYK color model

#C2D773 color CMYK value is (10,0,47,16).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 46.51%
  • key color value is 15.69%
CMYK: (10,0,47,16) C10M0Y47K16 (10%,0%,47%,16%) (0.10/0.00/0.47/0.16)

CMYK percentages

%9.77
%0
%46.51
%15.69

Codes

Color #C2D773 in popluar color models

C2D773
RGB194215115
HSL73°55.56%64.71%
HSB/HSV73°46.51%84.31%
CMYK9.77%0.00%46.51%
15.69%

Color #C2D773 in popluar number systems.

HEXC2D773
Decimal194215115
Binary11000010110101111110011
Octal302327163

Shades and tints

Shades of #C2D773

#C2D773
(194,215,115)
#B1C469
(177,196,105)
#A0B15F
(160,177,95)
#8F9E55
(143,158,85)
#7E8B4B
(126,139,75)
#6D7841
(109,120,65)
#5C6537
(92,101,55)
#4B522D
(75,82,45)
#3A3F23
(58,63,35)
#292C19
(41,44,25)
#18190F
(24,25,15)
#000000
(0,0,0)

Tints of #C2D773

#C2D773
(194,215,115)
#C7DA7F
(199,218,127)
#CCDD8B
(204,221,139)
#D1E097
(209,224,151)
#D6E3A3
(214,227,163)
#DBE6AF
(219,230,175)
#E0E9BB
(224,233,187)
#E5ECC7
(229,236,199)
#EAEFD3
(234,239,211)
#EFF2DF
(239,242,223)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D773 color. Also use rgb(194,215,115) instead hex code.

Text Font Color

.myTextColor { color: #C2D773; }

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

This text font color is #C2D773.


Background Color

.myBgColor { background-color: #C2D773; }

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

This div background color is #C2D773.


Border color

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

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

This div border color is #C2D773.


Opacity

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

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

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

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

This text has shadow with #C2D773 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C2D773 on black background.


Color preview on white background

This text has color #C2D773 on white background.



Black color preview on #C2D773 background

This text has black color on #C2D773 background.


White color preview on #C2D773 background

This text has white color on #C2D773 background.