COLOR #CCD28E

HEX: #CCD28E RGB: (204,210,142)

Color info

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

RGB color model

#CCD28E color RGB value is (204,210,142).

RGB: (204,210,142) (80%, 82%, 56%)

RGB channels and saturation

R 204 of 255 = 80%
G 210 of 255 = 82%
B 142 of 255 = 56%

204
210
142

R + G + B ~ 73%. #CCD28E is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 210 + 142 = 556 (100%)
R 204 of 556 ~ 36.69%
G 210 of 556 ~ 37.77%
B 142 of 556 ~ 25.54'%

%36.69
%37.77
%25.54

CMYK color model

#CCD28E color CMYK value is (3,0,32,18).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 32.38%
  • key color value is 17.65%

CMYK: (3,0,32,18)
C3M0Y32K18 (3%, 0%, 32%, 18%)
(0.03 / 0.00 / 0.32 / 0.18)

CMYK percentages

%2.86
%0
%32.38
%17.65

Codes

Color #CCD28E in popluar color models

CC D2 8E
RGB 204 210 142
HSL 65° 43.04% 69.02%
HSB/HSV 65° 32.38% 82.35%
CMYK 2.86% 0.00% 32.38%
17.65%

Color #CCD28E in popluar number systems.

HEX CC D2 8E
Decimal 204 210 142
Binary 11001100 11010010 10001110
Octal 314 322 216

Shades and tints

Shades of #CCD28E

#CCD28E
(204,210,142)
#BABF82
(186,191,130)
#A8AC76
(168,172,118)
#96996A
(150,153,106)
#84865E
(132,134,94)
#727352
(114,115,82)
#606046
(96,96,70)
#4E4D3A
(78,77,58)
#3C3A2E
(60,58,46)
#2A2722
(42,39,34)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #CCD28E

#CCD28E
(204,210,142)
#D0D698
(208,214,152)
#D4DAA2
(212,218,162)
#D8DEAC
(216,222,172)
#DCE2B6
(220,226,182)
#E0E6C0
(224,230,192)
#E4EACA
(228,234,202)
#E8EED4
(232,238,212)
#ECF2DE
(236,242,222)
#F0F6E8
(240,246,232)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD28E; }

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

This text font color is #CCD28E.

Background Color

.myBgColor { background-color: #CCD28E; }

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

This div background color is #CCD28E.

Border color

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

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

This div border color is #CCD28E.

Opacity

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

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

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

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

This text has shadow with #CCD28E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD28E.

Preview

Color preview on black background

This text has color #CCD28E on black background.


Color preview on white background

This text has color #CCD28E on white background.


Black color preview on #CCD28E background

This text has black color on #CCD28E background.


White color preview on #CCD28E background

This text has white color on #CCD28E background.


Related colors

Complementary color

Complementary color for #hex is #332D71.


I love getcolorcode.com

Triadic colors

1 #8ECCD2 and #D28ECC with #CCD28E are triadic colors.

2 #8ED2CC and #D2CC8E with #CCD28E are triadic colors.