COLOR #CCCEA3

HEX: #CCCEA3
RGB: (204,206,163)

Color info

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

RGB color model

#CCCEA3 color RGB value is (204,206,163).

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

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 163 of 255 = 64%

204
206
163

R + G + B ~ 75%. #CCCEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 206 + 163 = 573 (100%)
R 204 of 573 ~ 35.6%
G 206 of 573 ~ 35.95%
B 163 of 573 ~ 28.45%

%35.6
%35.95
%28.45

CMYK color model

#CCCEA3 color CMYK value is (1,0,21,19).

  • cyan value is 0.97%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 19.22%
CMYK:
(1,0,21,19)
C1M0Y21K19 
(1%,0%,21%,19%)
(0.01/0.00/0.21/0.19)	

CMYK percentages

%0.97
%0
%20.87
%19.22

Codes

Color #CCCEA3 in popluar color models

CCCEA3
RGB204206163
HSL63°30.50%72.35%
HSB/HSV63°20.87%80.78%
CMYK0.97%0.00%20.87%
19.22%

Color #CCCEA3 in popluar number systems.

HEXCCCEA3
Decimal204206163
Binary110011001100111010100011
Octal314316243

Shades and tints

Shades of #CCCEA3

#CCCEA3
(204,206,163)
#BABC95
(186,188,149)
#A8AA87
(168,170,135)
#969879
(150,152,121)
#84866B
(132,134,107)
#72745D
(114,116,93)
#60624F
(96,98,79)
#4E5041
(78,80,65)
#3C3E33
(60,62,51)
#2A2C25
(42,44,37)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #CCCEA3

#CCCEA3
(204,206,163)
#D0D2AB
(208,210,171)
#D4D6B3
(212,214,179)
#D8DABB
(216,218,187)
#DCDEC3
(220,222,195)
#E0E2CB
(224,226,203)
#E4E6D3
(228,230,211)
#E8EADB
(232,234,219)
#ECEEE3
(236,238,227)
#F0F2EB
(240,242,235)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCEA3; }

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

This text font color is #CCCEA3.


Background Color

.myBgColor { background-color: #CCCEA3; }

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

This div background color is #CCCEA3.


Border color

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

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

This div border color is #CCCEA3.


Opacity

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

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

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

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

This text has shadow with #CCCEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCEA3 on black background.


Color preview on white background

This text has color #CCCEA3 on white background.



Black color preview on #CCCEA3 background

This text has black color on #CCCEA3 background.


White color preview on #CCCEA3 background

This text has white color on #CCCEA3 background.