COLOR #C8D763

HEX: #C8D763 RGB: (200,215,99)

Color info

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

RGB color model

#C8D763 color RGB value is (200,215,99).

RGB: (200,215,99) (78%, 84%, 39%)

RGB channels and saturation

R 200 of 255 = 78%
G 215 of 255 = 84%
B 99 of 255 = 39%

200
215
99

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

Portions of RGB colors in percentages

R + G + B = 200 + 215 + 99 = 514 (100%)
R 200 of 514 ~ 38.91%
G 215 of 514 ~ 41.83%
B 99 of 514 ~ 19.26'%

%38.91
%41.83
%19.26

CMYK color model

#C8D763 color CMYK value is (7,0,54,16).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 53.95%
  • key color value is 15.69%

CMYK: (7,0,54,16)
C7M0Y54K16 (7%, 0%, 54%, 16%)
(0.07 / 0.00 / 0.54 / 0.16)

CMYK percentages

%6.98
%0
%53.95
%15.69

Codes

Color #C8D763 in popluar color models

C8 D7 63
RGB 200 215 99
HSL 68° 59.18% 61.57%
HSB/HSV 68° 53.95% 84.31%
CMYK 6.98% 0.00% 53.95%
15.69%

Color #C8D763 in popluar number systems.

HEX C8 D7 63
Decimal 200 215 99
Binary 11001000 11010111 1100011
Octal 310 327 143

Shades and tints

Shades of #C8D763

#C8D763
(200,215,99)
#B6C45A
(182,196,90)
#A4B151
(164,177,81)
#929E48
(146,158,72)
#808B3F
(128,139,63)
#6E7836
(110,120,54)
#5C652D
(92,101,45)
#4A5224
(74,82,36)
#383F1B
(56,63,27)
#262C12
(38,44,18)
#141909
(20,25,9)
#000000
(0,0,0)

Tints of #C8D763

#C8D763
(200,215,99)
#CDDA71
(205,218,113)
#D2DD7F
(210,221,127)
#D7E08D
(215,224,141)
#DCE39B
(220,227,155)
#E1E6A9
(225,230,169)
#E6E9B7
(230,233,183)
#EBECC5
(235,236,197)
#F0EFD3
(240,239,211)
#F5F2E1
(245,242,225)
#FAF5EF
(250,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D763 color. Also use rgb(200,215,99) instead hex code.

Text Font Color

.myTextColor { color: #C8D763; }

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

This text font color is #C8D763.

Background Color

.myBgColor { background-color: #C8D763; }

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

This div background color is #C8D763.

Border color

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

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

This div border color is #C8D763.

Opacity

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

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

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

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

This text has shadow with #C8D763 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D763.

Preview

Color preview on black background

This text has color #C8D763 on black background.


Color preview on white background

This text has color #C8D763 on white background.


Black color preview on #C8D763 background

This text has black color on #C8D763 background.


White color preview on #C8D763 background

This text has white color on #C8D763 background.


Related colors

Complementary color

Complementary color for #hex is #37289C.


I love getcolorcode.com

Triadic colors

1 #63C8D7 and #D763C8 with #C8D763 are triadic colors.

2 #63D7C8 and #D7C863 with #C8D763 are triadic colors.