COLOR #CCCF6D

HEX: #CCCF6D
RGB: (204,207,109)

Color info

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

RGB color model

#CCCF6D color RGB value is (204,207,109).

  • red value is 204;
  • green value is 207;
  • blue value is 109.
RGB:
(204,207,109)
(80%,81%,43%)

RGB channels and saturation

R 204 of 255 = 80%
G 207 of 255 = 81%
B 109 of 255 = 43%

204
207
109

R + G + B ~ 68%. #CCCF6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 207 + 109 = 520 (100%)
R 204 of 520 ~ 39.23%
G 207 of 520 ~ 39.81%
B 109 of 520 ~ 20.96%

%39.23
%39.81
%20.96

CMYK color model

#CCCF6D color CMYK value is (1,0,47,19).

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 47.34%
  • key color value is 18.82%
CMYK:
(1,0,47,19)
C1M0Y47K19 
(1%,0%,47%,19%)
(0.01/0.00/0.47/0.19)	

CMYK percentages

%1.45
%0
%47.34
%18.82

Codes

Color #CCCF6D in popluar color models

CCCF6D
RGB204207109
HSL62°50.52%61.96%
HSB/HSV62°47.34%81.18%
CMYK1.45%0.00%47.34%
18.82%

Color #CCCF6D in popluar number systems.

HEXCCCF6D
Decimal204207109
Binary11001100110011111101101
Octal314317155

Shades and tints

Shades of #CCCF6D

#CCCF6D
(204,207,109)
#BABD64
(186,189,100)
#A8AB5B
(168,171,91)
#969952
(150,153,82)
#848749
(132,135,73)
#727540
(114,117,64)
#606337
(96,99,55)
#4E512E
(78,81,46)
#3C3F25
(60,63,37)
#2A2D1C
(42,45,28)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #CCCF6D

#CCCF6D
(204,207,109)
#D0D37A
(208,211,122)
#D4D787
(212,215,135)
#D8DB94
(216,219,148)
#DCDFA1
(220,223,161)
#E0E3AE
(224,227,174)
#E4E7BB
(228,231,187)
#E8EBC8
(232,235,200)
#ECEFD5
(236,239,213)
#F0F3E2
(240,243,226)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCF6D color. Also use rgb(204,207,109) instead hex code.

Text Font Color

.myTextColor { color: #CCCF6D; }

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

This text font color is #CCCF6D.


Background Color

.myBgColor { background-color: #CCCF6D; }

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

This div background color is #CCCF6D.


Border color

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

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

This div border color is #CCCF6D.


Opacity

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

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

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

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

This text has shadow with #CCCF6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCF6D on black background.


Color preview on white background

This text has color #CCCF6D on white background.



Black color preview on #CCCF6D background

This text has black color on #CCCF6D background.


White color preview on #CCCF6D background

This text has white color on #CCCF6D background.