COLOR #CCE3AA

HEX: #CCE3AA RGB: (204,227,170)

Color info

#CCE3AA contains red, green and blue colors in about the same proportion. Web safe color of #CCE3AA is #CCCC99 (or #CC9).

RGB color model

#CCE3AA color RGB value is (204,227,170).

RGB: (204,227,170) (80%, 89%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 227 of 255 = 89%
B 170 of 255 = 67%

204
227
170

R + G + B ~ 79%. #CCE3AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 227 + 170 = 601 (100%)
R 204 of 601 ~ 33.94%
G 227 of 601 ~ 37.77%
B 170 of 601 ~ 28.29'%

%33.94
%37.77
%28.29

CMYK color model

#CCE3AA color CMYK value is (10,0,25,11).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 10.98%

CMYK: (10,0,25,11)
C10M0Y25K11 (10%, 0%, 25%, 11%)
(0.10 / 0.00 / 0.25 / 0.11)

CMYK percentages

%10.13
%0
%25.11
%10.98

Codes

Color #CCE3AA in popluar color models

CC E3 AA
RGB 204 227 170
HSL 84° 50.44% 77.84%
HSB/HSV 84° 25.11% 89.02%
CMYK 10.13% 0.00% 25.11%
10.98%

Color #CCE3AA in popluar number systems.

HEX CC E3 AA
Decimal 204 227 170
Binary 11001100 11100011 10101010
Octal 314 343 252

Shades and tints

Shades of #CCE3AA

#CCE3AA
(204,227,170)
#BACF9B
(186,207,155)
#A8BB8C
(168,187,140)
#96A77D
(150,167,125)
#84936E
(132,147,110)
#727F5F
(114,127,95)
#606B50
(96,107,80)
#4E5741
(78,87,65)
#3C4332
(60,67,50)
#2A2F23
(42,47,35)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #CCE3AA

#CCE3AA
(204,227,170)
#D0E5B1
(208,229,177)
#D4E7B8
(212,231,184)
#D8E9BF
(216,233,191)
#DCEBC6
(220,235,198)
#E0EDCD
(224,237,205)
#E4EFD4
(228,239,212)
#E8F1DB
(232,241,219)
#ECF3E2
(236,243,226)
#F0F5E9
(240,245,233)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE3AA color. Also use rgb(204,227,170) instead hex code.

Text Font Color

.myTextColor { color: #CCE3AA; }

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

This text font color is #CCE3AA.

Background Color

.myBgColor { background-color: #CCE3AA; }

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

This div background color is #CCE3AA.

Border color

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

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

This div border color is #CCE3AA.

Opacity

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

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

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

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

This text has shadow with #CCE3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE3AA.

Preview

Color preview on black background

This text has color #CCE3AA on black background.


Color preview on white background

This text has color #CCE3AA on white background.


Black color preview on #CCE3AA background

This text has black color on #CCE3AA background.


White color preview on #CCE3AA background

This text has white color on #CCE3AA background.


Related colors

Complementary color

Complementary color for #hex is #331C55.


I love getcolorcode.com

Triadic colors

1 #AACCE3 and #E3AACC with #CCE3AA are triadic colors.

2 #AAE3CC and #E3CCAA with #CCE3AA are triadic colors.