COLOR #CCD28D

HEX: #CCD28D
RGB: (204,210,141)

Color info

#CCD28D contains mainly red and green colors. Web safe color of #CCD28D is #CCCC99 (or #CC9).

RGB color model

#CCD28D color RGB value is (204,210,141).

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

RGB channels and saturation

R 204 of 255 = 80%
G 210 of 255 = 82%
B 141 of 255 = 55%

204
210
141

R + G + B ~ 72%. #CCD28D is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 210 + 141 = 555 (100%)
R 204 of 555 ~ 36.76%
G 210 of 555 ~ 37.84%
B 141 of 555 ~ 25.41%

%36.76
%37.84
%25.41

CMYK color model

#CCD28D color CMYK value is (3,0,33,18).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 17.65%
CMYK:
(3,0,33,18)
C3M0Y33K18 
(3%,0%,33%,18%)
(0.03/0.00/0.33/0.18)	

CMYK percentages

%2.86
%0
%32.86
%17.65

Codes

Color #CCD28D in popluar color models

CCD28D
RGB204210141
HSL65°43.40%68.82%
HSB/HSV65°32.86%82.35%
CMYK2.86%0.00%32.86%
17.65%

Color #CCD28D in popluar number systems.

HEXCCD28D
Decimal204210141
Binary110011001101001010001101
Octal314322215

Shades and tints

Shades of #CCD28D

#CCD28D
(204,210,141)
#BABF81
(186,191,129)
#A8AC75
(168,172,117)
#969969
(150,153,105)
#84865D
(132,134,93)
#727351
(114,115,81)
#606045
(96,96,69)
#4E4D39
(78,77,57)
#3C3A2D
(60,58,45)
#2A2721
(42,39,33)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #CCD28D

#CCD28D
(204,210,141)
#D0D697
(208,214,151)
#D4DAA1
(212,218,161)
#D8DEAB
(216,222,171)
#DCE2B5
(220,226,181)
#E0E6BF
(224,230,191)
#E4EAC9
(228,234,201)
#E8EED3
(232,238,211)
#ECF2DD
(236,242,221)
#F0F6E7
(240,246,231)
#F4FAF1
(244,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD28D; }

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

This text font color is #CCD28D.


Background Color

.myBgColor { background-color: #CCD28D; }

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

This div background color is #CCD28D.


Border color

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

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

This div border color is #CCD28D.


Opacity

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

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

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

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

This text has shadow with #CCD28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD28D on black background.


Color preview on white background

This text has color #CCD28D on white background.



Black color preview on #CCD28D background

This text has black color on #CCD28D background.


White color preview on #CCD28D background

This text has white color on #CCD28D background.