COLOR #CCCE8B

HEX: #CCCE8B
RGB: (204,206,139)

Color info

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

RGB color model

#CCCE8B color RGB value is (204,206,139).

  • red value is 204;
  • green value is 206;
  • blue value is 139.
RGB:
(204,206,139)
(80%,81%,55%)

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 139 of 255 = 55%

204
206
139

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

Portions of RGB colors in percentages

R + G + B =
204 + 206 + 139 = 549 (100%)
R 204 of 549 ~ 37.16%
G 206 of 549 ~ 37.52%
B 139 of 549 ~ 25.32%

%37.16
%37.52
%25.32

CMYK color model

#CCCE8B color CMYK value is (1,0,33,19).

  • cyan value is 0.97%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • key color value is 19.22%
CMYK:
(1,0,33,19)
C1M0Y33K19 
(1%,0%,33%,19%)
(0.01/0.00/0.33/0.19)	

CMYK percentages

%0.97
%0
%32.52
%19.22

Codes

Color #CCCE8B in popluar color models

CCCE8B
RGB204206139
HSL62°40.61%67.65%
HSB/HSV62°32.52%80.78%
CMYK0.97%0.00%32.52%
19.22%

Color #CCCE8B in popluar number systems.

HEXCCCE8B
Decimal204206139
Binary110011001100111010001011
Octal314316213

Shades and tints

Shades of #CCCE8B

#CCCE8B
(204,206,139)
#BABC7F
(186,188,127)
#A8AA73
(168,170,115)
#969867
(150,152,103)
#84865B
(132,134,91)
#72744F
(114,116,79)
#606243
(96,98,67)
#4E5037
(78,80,55)
#3C3E2B
(60,62,43)
#2A2C1F
(42,44,31)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #CCCE8B

#CCCE8B
(204,206,139)
#D0D295
(208,210,149)
#D4D69F
(212,214,159)
#D8DAA9
(216,218,169)
#DCDEB3
(220,222,179)
#E0E2BD
(224,226,189)
#E4E6C7
(228,230,199)
#E8EAD1
(232,234,209)
#ECEEDB
(236,238,219)
#F0F2E5
(240,242,229)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCE8B; }

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

This text font color is #CCCE8B.


Background Color

.myBgColor { background-color: #CCCE8B; }

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

This div background color is #CCCE8B.


Border color

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

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

This div border color is #CCCE8B.


Opacity

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

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

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

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

This text has shadow with #CCCE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCE8B on black background.


Color preview on white background

This text has color #CCCE8B on white background.



Black color preview on #CCCE8B background

This text has black color on #CCCE8B background.


White color preview on #CCCE8B background

This text has white color on #CCCE8B background.