COLOR #C2D963

HEX: #C2D963 RGB: (194,217,99)

Color info

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

RGB color model

#C2D963 color RGB value is (194,217,99).

RGB: (194,217,99) (76%, 85%, 39%)

RGB channels and saturation

R 194 of 255 = 76%
G 217 of 255 = 85%
B 99 of 255 = 39%

194
217
99

R + G + B ~ 67%. #C2D963 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 217 + 99 = 510 (100%)
R 194 of 510 ~ 38.04%
G 217 of 510 ~ 42.55%
B 99 of 510 ~ 19.41'%

%38.04
%42.55
%19.41

CMYK color model

#C2D963 color CMYK value is (11,0,54,15).

  • cyan value is 10.60%
  • magenta value is 0.00%
  • yellow value is 54.38%
  • key color value is 14.90%
CMYK: (11,0,54,15) C11M0Y54K15 (11%,0%,54%,15%) (0.11/0.00/0.54/0.15) 

CMYK percentages

%10.6
%0
%54.38
%14.9

Codes

Color #C2D963 in popluar color models

C2 D9 63
RGB 194 217 99
HSL 72° 60.82% 61.96%
HSB/HSV 72° 54.38% 85.10%
CMYK 10.60% 0.00% 54.38%
14.90%

Color #C2D963 in popluar number systems.

HEX C2 D9 63
Decimal 194 217 99
Binary 11000010 11011001 1100011
Octal 302 331 143

Shades and tints

Shades of #C2D963

#C2D963
(194,217,99)
#B1C65A
(177,198,90)
#A0B351
(160,179,81)
#8FA048
(143,160,72)
#7E8D3F
(126,141,63)
#6D7A36
(109,122,54)
#5C672D
(92,103,45)
#4B5424
(75,84,36)
#3A411B
(58,65,27)
#292E12
(41,46,18)
#181B09
(24,27,9)
#000000
(0,0,0)

Tints of #C2D963

#C2D963
(194,217,99)
#C7DC71
(199,220,113)
#CCDF7F
(204,223,127)
#D1E28D
(209,226,141)
#D6E59B
(214,229,155)
#DBE8A9
(219,232,169)
#E0EBB7
(224,235,183)
#E5EEC5
(229,238,197)
#EAF1D3
(234,241,211)
#EFF4E1
(239,244,225)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D963 color. Also use rgb(194,217,99) instead hex code.

Text Font Color

.myTextColor { color: #C2D963; }

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

This text font color is #C2D963.

Background Color

.myBgColor { background-color: #C2D963; }

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

This div background color is #C2D963.

Border color

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

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

This div border color is #C2D963.

Opacity

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

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

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

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

This text has shadow with #C2D963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2D963.

Preview

Color preview on black background

This text has color #C2D963 on black background.


Color preview on white background

This text has color #C2D963 on white background.


Black color preview on #C2D963 background

This text has black color on #C2D963 background.


White color preview on #C2D963 background

This text has white color on #C2D963 background.


Related colors

Complementary color

Complementary color for #hex is #3D269C.


I love getcolorcode.com

Triadic colors

1 #63C2D9 and #D963C2 with #C2D963 are triadic colors.

2 #63D9C2 and #D9C263 with #C2D963 are triadic colors.