COLOR #CFCC68

HEX: #CFCC68 RGB: (207,204,104)

Color info

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

RGB color model

#CFCC68 color RGB value is (207,204,104).

RGB: (207,204,104) (81%, 80%, 41%)

RGB channels and saturation

R 207 of 255 = 81%
G 204 of 255 = 80%
B 104 of 255 = 41%

207
204
104

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

Portions of RGB colors in percentages

R + G + B = 207 + 204 + 104 = 515 (100%)
R 207 of 515 ~ 40.19%
G 204 of 515 ~ 39.61%
B 104 of 515 ~ 20.19'%

%40.19
%39.61
%20.19

CMYK color model

#CFCC68 color CMYK value is (0,1,50,19).

  • cyan value is 0.00%
  • magenta value is 1.45%
  • yellow value is 49.76%
  • key color value is 18.82%

CMYK: (0,1,50,19)
C0M1Y50K19 (0%, 1%, 50%, 19%)
(0.00 / 0.01 / 0.50 / 0.19)

CMYK percentages

%0
%1.45
%49.76
%18.82

Codes

Color #CFCC68 in popluar color models

CF CC 68
RGB 207 204 104
HSL 58° 51.76% 60.98%
HSB/HSV 58° 49.76% 81.18%
CMYK 0.00% 1.45% 49.76%
18.82%

Color #CFCC68 in popluar number systems.

HEX CF CC 68
Decimal 207 204 104
Binary 11001111 11001100 1101000
Octal 317 314 150

Shades and tints

Shades of #CFCC68

#CFCC68
(207,204,104)
#BDBA5F
(189,186,95)
#ABA856
(171,168,86)
#99964D
(153,150,77)
#878444
(135,132,68)
#75723B
(117,114,59)
#636032
(99,96,50)
#514E29
(81,78,41)
#3F3C20
(63,60,32)
#2D2A17
(45,42,23)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #CFCC68

#CFCC68
(207,204,104)
#D3D075
(211,208,117)
#D7D482
(215,212,130)
#DBD88F
(219,216,143)
#DFDC9C
(223,220,156)
#E3E0A9
(227,224,169)
#E7E4B6
(231,228,182)
#EBE8C3
(235,232,195)
#EFECD0
(239,236,208)
#F3F0DD
(243,240,221)
#F7F4EA
(247,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFCC68; }

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

This text font color is #CFCC68.

Background Color

.myBgColor { background-color: #CFCC68; }

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

This div background color is #CFCC68.

Border color

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

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

This div border color is #CFCC68.

Opacity

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

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

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

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

This text has shadow with #CFCC68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFCC68.

Preview

Color preview on black background

This text has color #CFCC68 on black background.


Color preview on white background

This text has color #CFCC68 on white background.


Black color preview on #CFCC68 background

This text has black color on #CFCC68 background.


White color preview on #CFCC68 background

This text has white color on #CFCC68 background.


Related colors

Complementary color

Complementary color for #hex is #303397.


I love getcolorcode.com

Triadic colors

1 #68CFCC and #CC68CF with #CFCC68 are triadic colors.

2 #68CCCF and #CCCF68 with #CFCC68 are triadic colors.