COLOR #CCD779

HEX: #CCD779
RGB: (204,215,121)

Color info

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

RGB color model

#CCD779 color RGB value is (204,215,121).

  • red value is 204;
  • green value is 215;
  • blue value is 121.
RGB:
(204,215,121)
(80%,84%,47%)

RGB channels and saturation

R 204 of 255 = 80%
G 215 of 255 = 84%
B 121 of 255 = 47%

204
215
121

R + G + B ~ 70%. #CCD779 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 215 + 121 = 540 (100%)
R 204 of 540 ~ 37.78%
G 215 of 540 ~ 39.81%
B 121 of 540 ~ 22.41%

%37.78
%39.81
%22.41

CMYK color model

#CCD779 color CMYK value is (5,0,44,16).

  • cyan value is 5.12%
  • magenta value is 0.00%
  • yellow value is 43.72%
  • key color value is 15.69%
CMYK:
(5,0,44,16)
C5M0Y44K16 
(5%,0%,44%,16%)
(0.05/0.00/0.44/0.16)	

CMYK percentages

%5.12
%0
%43.72
%15.69

Codes

Color #CCD779 in popluar color models

CCD779
RGB204215121
HSL67°54.02%65.88%
HSB/HSV67°43.72%84.31%
CMYK5.12%0.00%43.72%
15.69%

Color #CCD779 in popluar number systems.

HEXCCD779
Decimal204215121
Binary11001100110101111111001
Octal314327171

Shades and tints

Shades of #CCD779

#CCD779
(204,215,121)
#BAC46E
(186,196,110)
#A8B163
(168,177,99)
#969E58
(150,158,88)
#848B4D
(132,139,77)
#727842
(114,120,66)
#606537
(96,101,55)
#4E522C
(78,82,44)
#3C3F21
(60,63,33)
#2A2C16
(42,44,22)
#18190B
(24,25,11)
#000000
(0,0,0)

Tints of #CCD779

#CCD779
(204,215,121)
#D0DA85
(208,218,133)
#D4DD91
(212,221,145)
#D8E09D
(216,224,157)
#DCE3A9
(220,227,169)
#E0E6B5
(224,230,181)
#E4E9C1
(228,233,193)
#E8ECCD
(232,236,205)
#ECEFD9
(236,239,217)
#F0F2E5
(240,242,229)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD779 color. Also use rgb(204,215,121) instead hex code.

Text Font Color

.myTextColor { color: #CCD779; }

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

This text font color is #CCD779.


Background Color

.myBgColor { background-color: #CCD779; }

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

This div background color is #CCD779.


Border color

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

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

This div border color is #CCD779.


Opacity

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

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

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

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

This text has shadow with #CCD779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD779 on black background.


Color preview on white background

This text has color #CCD779 on white background.



Black color preview on #CCD779 background

This text has black color on #CCD779 background.


White color preview on #CCD779 background

This text has white color on #CCD779 background.