COLOR #C8D517

HEX: #C8D517
RGB: (200,213,23)

Color info

#C8D517 contains mainly red and green colors. Web safe color of #C8D517 is #CCCC00 (or #CC0).

RGB color model

#C8D517 color RGB value is (200,213,23).

  • red value is 200;
  • green value is 213;
  • blue value is 23.
RGB:
(200,213,23)
(78%,84%,9%)

RGB channels and saturation

R 200 of 255 = 78%
G 213 of 255 = 84%
B 23 of 255 = 9%

200
213
23

R + G + B ~ 57%. #C8D517 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
200 + 213 + 23 = 436 (100%)
R 200 of 436 ~ 45.87%
G 213 of 436 ~ 48.85%
B 23 of 436 ~ 5.28%

%45.87
%48.85

CMYK color model

#C8D517 color CMYK value is (6,0,89,16).

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 89.20%
  • key color value is 16.47%
CMYK:
(6,0,89,16)
C6M0Y89K16 
(6%,0%,89%,16%)
(0.06/0.00/0.89/0.16)	

CMYK percentages

%6.1
%0
%89.2
%16.47

Codes

Color #C8D517 in popluar color models

C8D517
RGB20021323
HSL64°80.51%46.27%
HSB/HSV64°89.20%83.53%
CMYK6.10%0.00%89.20%
16.47%

Color #C8D517 in popluar number systems.

HEXC8D517
Decimal20021323
Binary110010001101010110111
Octal31032527

Shades and tints

Shades of #C8D517

#C8D517
(200,213,23)
#B6C215
(182,194,21)
#A4AF13
(164,175,19)
#929C11
(146,156,17)
#80890F
(128,137,15)
#6E760D
(110,118,13)
#5C630B
(92,99,11)
#4A5009
(74,80,9)
#383D07
(56,61,7)
#262A05
(38,42,5)
#141703
(20,23,3)
#000000
(0,0,0)

Tints of #C8D517

#C8D517
(200,213,23)
#CDD82C
(205,216,44)
#D2DB41
(210,219,65)
#D7DE56
(215,222,86)
#DCE16B
(220,225,107)
#E1E480
(225,228,128)
#E6E795
(230,231,149)
#EBEAAA
(235,234,170)
#F0EDBF
(240,237,191)
#F5F0D4
(245,240,212)
#FAF3E9
(250,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D517 color. Also use rgb(200,213,23) instead hex code.

Text Font Color

.myTextColor { color: #C8D517; }

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

This text font color is #C8D517.


Background Color

.myBgColor { background-color: #C8D517; }

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

This div background color is #C8D517.


Border color

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

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

This div border color is #C8D517.


Opacity

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

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

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

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

This text has shadow with #C8D517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D517 on black background.


Color preview on white background

This text has color #C8D517 on white background.



Black color preview on #C8D517 background

This text has black color on #C8D517 background.


White color preview on #C8D517 background

This text has white color on #C8D517 background.