COLOR #CCD29F

HEX: #CCD29F
RGB: (204,210,159)

Color info

#CCD29F contains red, green and blue colors in about the same proportion. Web safe color of #CCD29F is #CCCC99 (or #CC9).

RGB color model

#CCD29F color RGB value is (204,210,159).

  • red value is 204;
  • green value is 210;
  • blue value is 159.
RGB:
(204,210,159)
(80%,82%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 210 of 255 = 82%
B 159 of 255 = 62%

204
210
159

R + G + B ~ 75%. #CCD29F is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 210 + 159 = 573 (100%)
R 204 of 573 ~ 35.6%
G 210 of 573 ~ 36.65%
B 159 of 573 ~ 27.75%

%35.6
%36.65
%27.75

CMYK color model

#CCD29F color CMYK value is (3,0,24,18).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 17.65%
CMYK:
(3,0,24,18)
C3M0Y24K18 
(3%,0%,24%,18%)
(0.03/0.00/0.24/0.18)	

CMYK percentages

%2.86
%0
%24.29
%17.65

Codes

Color #CCD29F in popluar color models

CCD29F
RGB204210159
HSL67°36.17%72.35%
HSB/HSV67°24.29%82.35%
CMYK2.86%0.00%24.29%
17.65%

Color #CCD29F in popluar number systems.

HEXCCD29F
Decimal204210159
Binary110011001101001010011111
Octal314322237

Shades and tints

Shades of #CCD29F

#CCD29F
(204,210,159)
#BABF91
(186,191,145)
#A8AC83
(168,172,131)
#969975
(150,153,117)
#848667
(132,134,103)
#727359
(114,115,89)
#60604B
(96,96,75)
#4E4D3D
(78,77,61)
#3C3A2F
(60,58,47)
#2A2721
(42,39,33)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #CCD29F

#CCD29F
(204,210,159)
#D0D6A7
(208,214,167)
#D4DAAF
(212,218,175)
#D8DEB7
(216,222,183)
#DCE2BF
(220,226,191)
#E0E6C7
(224,230,199)
#E4EACF
(228,234,207)
#E8EED7
(232,238,215)
#ECF2DF
(236,242,223)
#F0F6E7
(240,246,231)
#F4FAEF
(244,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD29F; }

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

This text font color is #CCD29F.


Background Color

.myBgColor { background-color: #CCD29F; }

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

This div background color is #CCD29F.


Border color

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

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

This div border color is #CCD29F.


Opacity

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

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

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

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

This text has shadow with #CCD29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD29F on black background.


Color preview on white background

This text has color #CCD29F on white background.



Black color preview on #CCD29F background

This text has black color on #CCD29F background.


White color preview on #CCD29F background

This text has white color on #CCD29F background.