COLOR #CCCE99

HEX: #CCCE99 RGB: (204,206,153)

Color info

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

RGB color model

#CCCE99 color RGB value is (204,206,153).

RGB: (204,206,153) (80%, 81%, 60%)

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 153 of 255 = 60%

204
206
153

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

Portions of RGB colors in percentages

R + G + B = 204 + 206 + 153 = 563 (100%)
R 204 of 563 ~ 36.23%
G 206 of 563 ~ 36.59%
B 153 of 563 ~ 27.18'%

%36.23
%36.59
%27.18

CMYK color model

#CCCE99 color CMYK value is (1,0,26,19).

  • cyan value is 0.97%
  • magenta value is 0.00%
  • yellow value is 25.73%
  • key color value is 19.22%

CMYK: (1,0,26,19)
C1M0Y26K19 (1%, 0%, 26%, 19%)
(0.01 / 0.00 / 0.26 / 0.19)

CMYK percentages

%0.97
%0
%25.73
%19.22

Codes

Color #CCCE99 in popluar color models

CC CE 99
RGB 204 206 153
HSL 62° 35.10% 70.39%
HSB/HSV 62° 25.73% 80.78%
CMYK 0.97% 0.00% 25.73%
19.22%

Color #CCCE99 in popluar number systems.

HEX CC CE 99
Decimal 204 206 153
Binary 11001100 11001110 10011001
Octal 314 316 231

Shades and tints

Shades of #CCCE99

#CCCE99
(204,206,153)
#BABC8C
(186,188,140)
#A8AA7F
(168,170,127)
#969872
(150,152,114)
#848665
(132,134,101)
#727458
(114,116,88)
#60624B
(96,98,75)
#4E503E
(78,80,62)
#3C3E31
(60,62,49)
#2A2C24
(42,44,36)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #CCCE99

#CCCE99
(204,206,153)
#D0D2A2
(208,210,162)
#D4D6AB
(212,214,171)
#D8DAB4
(216,218,180)
#DCDEBD
(220,222,189)
#E0E2C6
(224,226,198)
#E4E6CF
(228,230,207)
#E8EAD8
(232,234,216)
#ECEEE1
(236,238,225)
#F0F2EA
(240,242,234)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCE99 color. Also use rgb(204,206,153) instead hex code.

Text Font Color

.myTextColor { color: #CCCE99; }

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

This text font color is #CCCE99.

Background Color

.myBgColor { background-color: #CCCE99; }

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

This div background color is #CCCE99.

Border color

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

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

This div border color is #CCCE99.

Opacity

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

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

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

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

This text has shadow with #CCCE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCE99.

Preview

Color preview on black background

This text has color #CCCE99 on black background.


Color preview on white background

This text has color #CCCE99 on white background.


Black color preview on #CCCE99 background

This text has black color on #CCCE99 background.


White color preview on #CCCE99 background

This text has white color on #CCCE99 background.


Related colors

Complementary color

Complementary color for #hex is #333166.


I love getcolorcode.com

Triadic colors

1 #99CCCE and #CE99CC with #CCCE99 are triadic colors.

2 #99CECC and #CECC99 with #CCCE99 are triadic colors.