COLOR #CCE69F

HEX: #CCE69F RGB: (204,230,159)

Color info

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

RGB color model

#CCE69F color RGB value is (204,230,159).

RGB: (204,230,159) (80%, 90%, 62%)

RGB channels and saturation

R 204 of 255 = 80%
G 230 of 255 = 90%
B 159 of 255 = 62%

204
230
159

R + G + B ~ 77%. #CCE69F is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 230 + 159 = 593 (100%)
R 204 of 593 ~ 34.4%
G 230 of 593 ~ 38.79%
B 159 of 593 ~ 26.81'%

%34.4
%38.79
%26.81

CMYK color model

#CCE69F color CMYK value is (11,0,31,10).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 30.87%
  • key color value is 9.80%
CMYK: (11,0,31,10) C11M0Y31K10 (11%,0%,31%,10%) (0.11/0.00/0.31/0.10) 

CMYK percentages

%11.3
%0
%30.87
%9.8

Codes

Color #CCE69F in popluar color models

CC E6 9F
RGB 204 230 159
HSL 82° 58.68% 76.27%
HSB/HSV 82° 30.87% 90.20%
CMYK 11.30% 0.00% 30.87%
9.80%

Color #CCE69F in popluar number systems.

HEX CC E6 9F
Decimal 204 230 159
Binary 11001100 11100110 10011111
Octal 314 346 237

Shades and tints

Shades of #CCE69F

#CCE69F
(204,230,159)
#BAD291
(186,210,145)
#A8BE83
(168,190,131)
#96AA75
(150,170,117)
#849667
(132,150,103)
#728259
(114,130,89)
#606E4B
(96,110,75)
#4E5A3D
(78,90,61)
#3C462F
(60,70,47)
#2A3221
(42,50,33)
#181E13
(24,30,19)
#000000
(0,0,0)

Tints of #CCE69F

#CCE69F
(204,230,159)
#D0E8A7
(208,232,167)
#D4EAAF
(212,234,175)
#D8ECB7
(216,236,183)
#DCEEBF
(220,238,191)
#E0F0C7
(224,240,199)
#E4F2CF
(228,242,207)
#E8F4D7
(232,244,215)
#ECF6DF
(236,246,223)
#F0F8E7
(240,248,231)
#F4FAEF
(244,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE69F; }

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

This text font color is #CCE69F.

Background Color

.myBgColor { background-color: #CCE69F; }

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

This div background color is #CCE69F.

Border color

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

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

This div border color is #CCE69F.

Opacity

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

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

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

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

This text has shadow with #CCE69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE69F.

Preview

Color preview on black background

This text has color #CCE69F on black background.


Color preview on white background

This text has color #CCE69F on white background.


Black color preview on #CCE69F background

This text has black color on #CCE69F background.


White color preview on #CCE69F background

This text has white color on #CCE69F background.


Related colors

Complementary color

Complementary color for #hex is #331960.


I love getcolorcode.com

Triadic colors

1 #9FCCE6 and #E69FCC with #CCE69F are triadic colors.

2 #9FE6CC and #E6CC9F with #CCE69F are triadic colors.