COLOR #C9DB68

HEX: #C9DB68
RGB: (201,219,104)

Color info

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

RGB color model

#C9DB68 color RGB value is (201,219,104).

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

RGB channels and saturation

R 201 of 255 = 79%
G 219 of 255 = 86%
B 104 of 255 = 41%

201
219
104

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

Portions of RGB colors in percentages

R + G + B =
201 + 219 + 104 = 524 (100%)
R 201 of 524 ~ 38.36%
G 219 of 524 ~ 41.79%
B 104 of 524 ~ 19.85%

%38.36
%41.79
%19.85

CMYK color model

#C9DB68 color CMYK value is (8,0,53,14).

  • cyan value is 8.22%
  • magenta value is 0.00%
  • yellow value is 52.51%
  • key color value is 14.12%
CMYK:
(8,0,53,14)
C8M0Y53K14 
(8%,0%,53%,14%)
(0.08/0.00/0.53/0.14)	

CMYK percentages

%8.22
%0
%52.51
%14.12

Codes

Color #C9DB68 in popluar color models

C9DB68
RGB201219104
HSL69°61.50%63.33%
HSB/HSV69°52.51%85.88%
CMYK8.22%0.00%52.51%
14.12%

Color #C9DB68 in popluar number systems.

HEXC9DB68
Decimal201219104
Binary11001001110110111101000
Octal311333150

Shades and tints

Shades of #C9DB68

#C9DB68
(201,219,104)
#B7C85F
(183,200,95)
#A5B556
(165,181,86)
#93A24D
(147,162,77)
#818F44
(129,143,68)
#6F7C3B
(111,124,59)
#5D6932
(93,105,50)
#4B5629
(75,86,41)
#394320
(57,67,32)
#273017
(39,48,23)
#151D0E
(21,29,14)
#000000
(0,0,0)

Tints of #C9DB68

#C9DB68
(201,219,104)
#CDDE75
(205,222,117)
#D1E182
(209,225,130)
#D5E48F
(213,228,143)
#D9E79C
(217,231,156)
#DDEAA9
(221,234,169)
#E1EDB6
(225,237,182)
#E5F0C3
(229,240,195)
#E9F3D0
(233,243,208)
#EDF6DD
(237,246,221)
#F1F9EA
(241,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DB68 color. Also use rgb(201,219,104) instead hex code.

Text Font Color

.myTextColor { color: #C9DB68; }

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

This text font color is #C9DB68.


Background Color

.myBgColor { background-color: #C9DB68; }

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

This div background color is #C9DB68.


Border color

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

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

This div border color is #C9DB68.


Opacity

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

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

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

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

This text has shadow with #C9DB68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DB68 on black background.


Color preview on white background

This text has color #C9DB68 on white background.



Black color preview on #C9DB68 background

This text has black color on #C9DB68 background.


White color preview on #C9DB68 background

This text has white color on #C9DB68 background.