COLOR #C9DC69

HEX: #C9DC69
RGB: (201,220,105)

Color info

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

RGB color model

#C9DC69 color RGB value is (201,220,105).

  • red value is 201;
  • green value is 220;
  • blue value is 105.
RGB:
(201,220,105)
(79%,86%,41%)

RGB channels and saturation

R 201 of 255 = 79%
G 220 of 255 = 86%
B 105 of 255 = 41%

201
220
105

R + G + B ~ 69%. #C9DC69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 220 + 105 = 526 (100%)
R 201 of 526 ~ 38.21%
G 220 of 526 ~ 41.83%
B 105 of 526 ~ 19.96%

%38.21
%41.83
%19.96

CMYK color model

#C9DC69 color CMYK value is (9,0,52,14).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 52.27%
  • key color value is 13.73%
CMYK:
(9,0,52,14)
C9M0Y52K14 
(9%,0%,52%,14%)
(0.09/0.00/0.52/0.14)	

CMYK percentages

%8.64
%0
%52.27
%13.73

Codes

Color #C9DC69 in popluar color models

C9DC69
RGB201220105
HSL70°62.16%63.73%
HSB/HSV70°52.27%86.27%
CMYK8.64%0.00%52.27%
13.73%

Color #C9DC69 in popluar number systems.

HEXC9DC69
Decimal201220105
Binary11001001110111001101001
Octal311334151

Shades and tints

Shades of #C9DC69

#C9DC69
(201,220,105)
#B7C860
(183,200,96)
#A5B457
(165,180,87)
#93A04E
(147,160,78)
#818C45
(129,140,69)
#6F783C
(111,120,60)
#5D6433
(93,100,51)
#4B502A
(75,80,42)
#393C21
(57,60,33)
#272818
(39,40,24)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #C9DC69

#C9DC69
(201,220,105)
#CDDF76
(205,223,118)
#D1E283
(209,226,131)
#D5E590
(213,229,144)
#D9E89D
(217,232,157)
#DDEBAA
(221,235,170)
#E1EEB7
(225,238,183)
#E5F1C4
(229,241,196)
#E9F4D1
(233,244,209)
#EDF7DE
(237,247,222)
#F1FAEB
(241,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DC69 color. Also use rgb(201,220,105) instead hex code.

Text Font Color

.myTextColor { color: #C9DC69; }

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

This text font color is #C9DC69.


Background Color

.myBgColor { background-color: #C9DC69; }

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

This div background color is #C9DC69.


Border color

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

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

This div border color is #C9DC69.


Opacity

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

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

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

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

This text has shadow with #C9DC69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DC69 on black background.


Color preview on white background

This text has color #C9DC69 on white background.



Black color preview on #C9DC69 background

This text has black color on #C9DC69 background.


White color preview on #C9DC69 background

This text has white color on #C9DC69 background.