COLOR #CCE17D

HEX: #CCE17D RGB: (204,225,125)

Color info

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

RGB color model

#CCE17D color RGB value is (204,225,125).

RGB: (204,225,125) (80%, 88%, 49%)

RGB channels and saturation

R 204 of 255 = 80%
G 225 of 255 = 88%
B 125 of 255 = 49%

204
225
125

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

Portions of RGB colors in percentages

R + G + B = 204 + 225 + 125 = 554 (100%)
R 204 of 554 ~ 36.82%
G 225 of 554 ~ 40.61%
B 125 of 554 ~ 22.56'%

%36.82
%40.61
%22.56

CMYK color model

#CCE17D color CMYK value is (9,0,44,12).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 11.76%

CMYK: (9,0,44,12)
C9M0Y44K12 (9%, 0%, 44%, 12%)
(0.09 / 0.00 / 0.44 / 0.12)

CMYK percentages

%9.33
%0
%44.44
%11.76

Codes

Color #CCE17D in popluar color models

CC E1 7D
RGB 204 225 125
HSL 73° 62.50% 68.63%
HSB/HSV 73° 44.44% 88.24%
CMYK 9.33% 0.00% 44.44%
11.76%

Color #CCE17D in popluar number systems.

HEX CC E1 7D
Decimal 204 225 125
Binary 11001100 11100001 1111101
Octal 314 341 175

Shades and tints

Shades of #CCE17D

#CCE17D
(204,225,125)
#BACD72
(186,205,114)
#A8B967
(168,185,103)
#96A55C
(150,165,92)
#849151
(132,145,81)
#727D46
(114,125,70)
#60693B
(96,105,59)
#4E5530
(78,85,48)
#3C4125
(60,65,37)
#2A2D1A
(42,45,26)
#18190F
(24,25,15)
#000000
(0,0,0)

Tints of #CCE17D

#CCE17D
(204,225,125)
#D0E388
(208,227,136)
#D4E593
(212,229,147)
#D8E79E
(216,231,158)
#DCE9A9
(220,233,169)
#E0EBB4
(224,235,180)
#E4EDBF
(228,237,191)
#E8EFCA
(232,239,202)
#ECF1D5
(236,241,213)
#F0F3E0
(240,243,224)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE17D; }

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

This text font color is #CCE17D.

Background Color

.myBgColor { background-color: #CCE17D; }

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

This div background color is #CCE17D.

Border color

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

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

This div border color is #CCE17D.

Opacity

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

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

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

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

This text has shadow with #CCE17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE17D.

Preview

Color preview on black background

This text has color #CCE17D on black background.


Color preview on white background

This text has color #CCE17D on white background.


Black color preview on #CCE17D background

This text has black color on #CCE17D background.


White color preview on #CCE17D background

This text has white color on #CCE17D background.


Related colors

Complementary color

Complementary color for #hex is #331E82.


I love getcolorcode.com

Triadic colors

1 #7DCCE1 and #E17DCC with #CCE17D are triadic colors.

2 #7DE1CC and #E1CC7D with #CCE17D are triadic colors.