COLOR #CCE880

HEX: #CCE880 RGB: (204,232,128)

Color info

#CCE880 contains mainly red and green colors. Web safe color of #CCE880 is #CCFF66 (or #CF6).

RGB color model

#CCE880 color RGB value is (204,232,128).

RGB: (204,232,128) (80%, 91%, 50%)

RGB channels and saturation

R 204 of 255 = 80%
G 232 of 255 = 91%
B 128 of 255 = 50%

204
232
128

R + G + B ~ 74%. #CCE880 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 232 + 128 = 564 (100%)
R 204 of 564 ~ 36.17%
G 232 of 564 ~ 41.13%
B 128 of 564 ~ 22.7'%

%36.17
%41.13
%22.7

CMYK color model

#CCE880 color CMYK value is (12,0,45,9).

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 9.02%

CMYK: (12,0,45,9)
C12M0Y45K9 (12%, 0%, 45%, 9%)
(0.12 / 0.00 / 0.45 / 0.09)

CMYK percentages

%12.07
%0
%44.83
%9.02

Codes

Color #CCE880 in popluar color models

CC E8 80
RGB 204 232 128
HSL 76° 69.33% 70.59%
HSB/HSV 76° 44.83% 90.98%
CMYK 12.07% 0.00% 44.83%
9.02%

Color #CCE880 in popluar number systems.

HEX CC E8 80
Decimal 204 232 128
Binary 11001100 11101000 10000000
Octal 314 350 200

Shades and tints

Shades of #CCE880

#CCE880
(204,232,128)
#BAD375
(186,211,117)
#A8BE6A
(168,190,106)
#96A95F
(150,169,95)
#849454
(132,148,84)
#727F49
(114,127,73)
#606A3E
(96,106,62)
#4E5533
(78,85,51)
#3C4028
(60,64,40)
#2A2B1D
(42,43,29)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #CCE880

#CCE880
(204,232,128)
#D0EA8B
(208,234,139)
#D4EC96
(212,236,150)
#D8EEA1
(216,238,161)
#DCF0AC
(220,240,172)
#E0F2B7
(224,242,183)
#E4F4C2
(228,244,194)
#E8F6CD
(232,246,205)
#ECF8D8
(236,248,216)
#F0FAE3
(240,250,227)
#F4FCEE
(244,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE880 color. Also use rgb(204,232,128) instead hex code.

Text Font Color

.myTextColor { color: #CCE880; }

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

This text font color is #CCE880.

Background Color

.myBgColor { background-color: #CCE880; }

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

This div background color is #CCE880.

Border color

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

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

This div border color is #CCE880.

Opacity

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

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

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

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

This text has shadow with #CCE880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE880.

Preview

Color preview on black background

This text has color #CCE880 on black background.


Color preview on white background

This text has color #CCE880 on white background.


Black color preview on #CCE880 background

This text has black color on #CCE880 background.


White color preview on #CCE880 background

This text has white color on #CCE880 background.


Related colors

Complementary color

Complementary color for #hex is #33177F.


I love getcolorcode.com

Triadic colors

1 #80CCE8 and #E880CC with #CCE880 are triadic colors.

2 #80E8CC and #E8CC80 with #CCE880 are triadic colors.