COLOR #CCCD6A

HEX: #CCCD6A RGB: (204,205,106)

Color info

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

RGB color model

#CCCD6A color RGB value is (204,205,106).

RGB: (204,205,106) (80%, 80%, 42%)

RGB channels and saturation

R 204 of 255 = 80%
G 205 of 255 = 80%
B 106 of 255 = 42%

204
205
106

R + G + B ~ 67%. #CCCD6A is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 205 + 106 = 515 (100%)
R 204 of 515 ~ 39.61%
G 205 of 515 ~ 39.81%
B 106 of 515 ~ 20.58'%

%39.61
%39.81
%20.58

CMYK color model

#CCCD6A color CMYK value is (0,0,48,20).

  • cyan value is 0.49%
  • magenta value is 0.00%
  • yellow value is 48.29%
  • key color value is 19.61%

CMYK: (0,0,48,20)
C0M0Y48K20 (0%, 0%, 48%, 20%)
(0.00 / 0.00 / 0.48 / 0.20)

CMYK percentages

%0.49
%0
%48.29
%19.61

Codes

Color #CCCD6A in popluar color models

CC CD 6A
RGB 204 205 106
HSL 61° 49.75% 60.98%
HSB/HSV 61° 48.29% 80.39%
CMYK 0.49% 0.00% 48.29%
19.61%

Color #CCCD6A in popluar number systems.

HEX CC CD 6A
Decimal 204 205 106
Binary 11001100 11001101 1101010
Octal 314 315 152

Shades and tints

Shades of #CCCD6A

#CCCD6A
(204,205,106)
#BABB61
(186,187,97)
#A8A958
(168,169,88)
#96974F
(150,151,79)
#848546
(132,133,70)
#72733D
(114,115,61)
#606134
(96,97,52)
#4E4F2B
(78,79,43)
#3C3D22
(60,61,34)
#2A2B19
(42,43,25)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #CCCD6A

#CCCD6A
(204,205,106)
#D0D177
(208,209,119)
#D4D584
(212,213,132)
#D8D991
(216,217,145)
#DCDD9E
(220,221,158)
#E0E1AB
(224,225,171)
#E4E5B8
(228,229,184)
#E8E9C5
(232,233,197)
#ECEDD2
(236,237,210)
#F0F1DF
(240,241,223)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCD6A color. Also use rgb(204,205,106) instead hex code.

Text Font Color

.myTextColor { color: #CCCD6A; }

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

This text font color is #CCCD6A.

Background Color

.myBgColor { background-color: #CCCD6A; }

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

This div background color is #CCCD6A.

Border color

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

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

This div border color is #CCCD6A.

Opacity

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

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

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

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

This text has shadow with #CCCD6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCD6A.

Preview

Color preview on black background

This text has color #CCCD6A on black background.


Color preview on white background

This text has color #CCCD6A on white background.


Black color preview on #CCCD6A background

This text has black color on #CCCD6A background.


White color preview on #CCCD6A background

This text has white color on #CCCD6A background.


Related colors

Complementary color

Complementary color for #hex is #333295.


I love getcolorcode.com

Triadic colors

1 #6ACCCD and #CD6ACC with #CCCD6A are triadic colors.

2 #6ACDCC and #CDCC6A with #CCCD6A are triadic colors.