COLOR #C6CD15

HEX: #C6CD15
RGB: (198,205,21)

Color info

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

RGB color model

#C6CD15 color RGB value is (198,205,21).

  • red value is 198;
  • green value is 205;
  • blue value is 21.
RGB:
(198,205,21)
(78%,80%,8%)

RGB channels and saturation

R 198 of 255 = 78%
G 205 of 255 = 80%
B 21 of 255 = 8%

198
205
21

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

Portions of RGB colors in percentages

R + G + B =
198 + 205 + 21 = 424 (100%)
R 198 of 424 ~ 46.7%
G 205 of 424 ~ 48.35%
B 21 of 424 ~ 4.95%

%46.7
%48.35

CMYK color model

#C6CD15 color CMYK value is (3,0,90,20).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 89.76%
  • key color value is 19.61%
CMYK:
(3,0,90,20)
C3M0Y90K20 
(3%,0%,90%,20%)
(0.03/0.00/0.90/0.20)	

CMYK percentages

%3.41
%0
%89.76
%19.61

Codes

Color #C6CD15 in popluar color models

C6CD15
RGB19820521
HSL62°81.42%44.31%
HSB/HSV62°89.76%80.39%
CMYK3.41%0.00%89.76%
19.61%

Color #C6CD15 in popluar number systems.

HEXC6CD15
Decimal19820521
Binary110001101100110110101
Octal30631525

Shades and tints

Shades of #C6CD15

#C6CD15
(198,205,21)
#B4BB14
(180,187,20)
#A2A913
(162,169,19)
#909712
(144,151,18)
#7E8511
(126,133,17)
#6C7310
(108,115,16)
#5A610F
(90,97,15)
#484F0E
(72,79,14)
#363D0D
(54,61,13)
#242B0C
(36,43,12)
#12190B
(18,25,11)
#000000
(0,0,0)

Tints of #C6CD15

#C6CD15
(198,205,21)
#CBD12A
(203,209,42)
#D0D53F
(208,213,63)
#D5D954
(213,217,84)
#DADD69
(218,221,105)
#DFE17E
(223,225,126)
#E4E593
(228,229,147)
#E9E9A8
(233,233,168)
#EEEDBD
(238,237,189)
#F3F1D2
(243,241,210)
#F8F5E7
(248,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CD15 color. Also use rgb(198,205,21) instead hex code.

Text Font Color

.myTextColor { color: #C6CD15; }

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

This text font color is #C6CD15.


Background Color

.myBgColor { background-color: #C6CD15; }

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

This div background color is #C6CD15.


Border color

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

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

This div border color is #C6CD15.


Opacity

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

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

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

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

This text has shadow with #C6CD15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CD15 on black background.


Color preview on white background

This text has color #C6CD15 on white background.



Black color preview on #C6CD15 background

This text has black color on #C6CD15 background.


White color preview on #C6CD15 background

This text has white color on #C6CD15 background.