COLOR #CCCEB0

HEX: #CCCEB0
RGB: (204,206,176)

Color info

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

RGB color model

#CCCEB0 color RGB value is (204,206,176).

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

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 176 of 255 = 69%

204
206
176

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

Portions of RGB colors in percentages

R + G + B =
204 + 206 + 176 = 586 (100%)
R 204 of 586 ~ 34.81%
G 206 of 586 ~ 35.15%
B 176 of 586 ~ 30.03%

%34.81
%35.15
%30.03

CMYK color model

#CCCEB0 color CMYK value is (1,0,15,19).

  • cyan value is 0.97%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 19.22%
CMYK:
(1,0,15,19)
C1M0Y15K19 
(1%,0%,15%,19%)
(0.01/0.00/0.15/0.19)	

CMYK percentages

%0.97
%0
%14.56
%19.22

Codes

Color #CCCEB0 in popluar color models

CCCEB0
RGB204206176
HSL64°23.44%74.90%
HSB/HSV64°14.56%80.78%
CMYK0.97%0.00%14.56%
19.22%

Color #CCCEB0 in popluar number systems.

HEXCCCEB0
Decimal204206176
Binary110011001100111010110000
Octal314316260

Shades and tints

Shades of #CCCEB0

#CCCEB0
(204,206,176)
#BABCA0
(186,188,160)
#A8AA90
(168,170,144)
#969880
(150,152,128)
#848670
(132,134,112)
#727460
(114,116,96)
#606250
(96,98,80)
#4E5040
(78,80,64)
#3C3E30
(60,62,48)
#2A2C20
(42,44,32)
#181A10
(24,26,16)
#000000
(0,0,0)

Tints of #CCCEB0

#CCCEB0
(204,206,176)
#D0D2B7
(208,210,183)
#D4D6BE
(212,214,190)
#D8DAC5
(216,218,197)
#DCDECC
(220,222,204)
#E0E2D3
(224,226,211)
#E4E6DA
(228,230,218)
#E8EAE1
(232,234,225)
#ECEEE8
(236,238,232)
#F0F2EF
(240,242,239)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCEB0; }

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

This text font color is #CCCEB0.


Background Color

.myBgColor { background-color: #CCCEB0; }

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

This div background color is #CCCEB0.


Border color

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

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

This div border color is #CCCEB0.


Opacity

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

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

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

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

This text has shadow with #CCCEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCEB0 on black background.


Color preview on white background

This text has color #CCCEB0 on white background.



Black color preview on #CCCEB0 background

This text has black color on #CCCEB0 background.


White color preview on #CCCEB0 background

This text has white color on #CCCEB0 background.