COLOR #CCCC66

HEX: #CCCC66
RGB: (204,204,102)

Renk bilgisi

#CCCC66 contains mainly red and green colors. #CCCC66 color is web safe color. It maybe written shortly as #CC6.

RGB renk modeli

#CCCC66 color RGB value is (204,204,102).

  • kırmız ton 204;
  • yeşil ton 204;
  • mavi ton 102.
RGB:
(204,204,102)
(80%,80%,40%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 204 of 255 = 80%
B 102 of 255 = 40%

204
204
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 204 + 102 = 510 (100%)
R 204 of 510 ~ 40%
G 204 of 510 ~ 40%
B 102 of 510 ~ 20%

%40
%40
%20

CMYK RENK MODELİ

#CCCC66 rengi CMYK tonu (0,0,50,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 50.00%
  • ana renk tonu 20.00%
CMYK:
(0,0,50,20)
C0M0Y50K20 
(0%,0%,50%,20%)
(0.00/0.00/0.50/0.20)	

CMYK yüzdeleri

%0
%0
%50
%20

Codes

Color #CCCC66 in popluar color models

CCCC66
RGB204204102
HSL60°50.00%60.00%
HSB/HSV60°50.00%80.00%
CMYK0.00%0.00%50.00%
20.00%

Color #CCCC66 in popluar number systems.

HEXCCCC66
Decimal204204102
Binary11001100110011001100110
Octal314314146

Shades and tints

Shades of #CCCC66

#CCCC66
(204,204,102)
#BABA5D
(186,186,93)
#A8A854
(168,168,84)
#96964B
(150,150,75)
#848442
(132,132,66)
#727239
(114,114,57)
#606030
(96,96,48)
#4E4E27
(78,78,39)
#3C3C1E
(60,60,30)
#2A2A15
(42,42,21)
#18180C
(24,24,12)
#000000
(0,0,0)

Tints of #CCCC66

#CCCC66
(204,204,102)
#D0D073
(208,208,115)
#D4D480
(212,212,128)
#D8D88D
(216,216,141)
#DCDC9A
(220,220,154)
#E0E0A7
(224,224,167)
#E4E4B4
(228,228,180)
#E8E8C1
(232,232,193)
#ECECCE
(236,236,206)
#F0F0DB
(240,240,219)
#F4F4E8
(244,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCC66; }

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

This text font color is #CCCC66.


Background Color

.myBgColor { background-color: #CCCC66; }

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

This div background color is #CCCC66.


Border color

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

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

This div border color is #CCCC66.


Opacity

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

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

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

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

This text has shadow with #CCCC66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCC66 on black background.


Color preview on white background

This text has color #CCCC66 on white background.



Black color preview on #CCCC66 background

This text has black color on #CCCC66 background.


White color preview on #CCCC66 background

This text has white color on #CCCC66 background.