COLOR #CCDA78

HEX: #CCDA78
RGB: (204,218,120)

Color info

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

RGB color model

#CCDA78 color RGB value is (204,218,120).

  • red value is 204;
  • green value is 218;
  • blue value is 120.
RGB:
(204,218,120)
(80%,85%,47%)

RGB channels and saturation

R 204 of 255 = 80%
G 218 of 255 = 85%
B 120 of 255 = 47%

204
218
120

R + G + B ~ 71%. #CCDA78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 218 + 120 = 542 (100%)
R 204 of 542 ~ 37.64%
G 218 of 542 ~ 40.22%
B 120 of 542 ~ 22.14%

%37.64
%40.22
%22.14

CMYK color model

#CCDA78 color CMYK value is (6,0,45,15).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 44.95%
  • key color value is 14.51%
CMYK:
(6,0,45,15)
C6M0Y45K15 
(6%,0%,45%,15%)
(0.06/0.00/0.45/0.15)	

CMYK percentages

%6.42
%0
%44.95
%14.51

Codes

Color #CCDA78 in popluar color models

CCDA78
RGB204218120
HSL69°56.98%66.27%
HSB/HSV69°44.95%85.49%
CMYK6.42%0.00%44.95%
14.51%

Color #CCDA78 in popluar number systems.

HEXCCDA78
Decimal204218120
Binary11001100110110101111000
Octal314332170

Shades and tints

Shades of #CCDA78

#CCDA78
(204,218,120)
#BAC76E
(186,199,110)
#A8B464
(168,180,100)
#96A15A
(150,161,90)
#848E50
(132,142,80)
#727B46
(114,123,70)
#60683C
(96,104,60)
#4E5532
(78,85,50)
#3C4228
(60,66,40)
#2A2F1E
(42,47,30)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #CCDA78

#CCDA78
(204,218,120)
#D0DD84
(208,221,132)
#D4E090
(212,224,144)
#D8E39C
(216,227,156)
#DCE6A8
(220,230,168)
#E0E9B4
(224,233,180)
#E4ECC0
(228,236,192)
#E8EFCC
(232,239,204)
#ECF2D8
(236,242,216)
#F0F5E4
(240,245,228)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDA78 color. Also use rgb(204,218,120) instead hex code.

Text Font Color

.myTextColor { color: #CCDA78; }

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

This text font color is #CCDA78.


Background Color

.myBgColor { background-color: #CCDA78; }

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

This div background color is #CCDA78.


Border color

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

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

This div border color is #CCDA78.


Opacity

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

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

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

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

This text has shadow with #CCDA78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDA78 on black background.


Color preview on white background

This text has color #CCDA78 on white background.



Black color preview on #CCDA78 background

This text has black color on #CCDA78 background.


White color preview on #CCDA78 background

This text has white color on #CCDA78 background.