COLOR #CCCEBB

HEX: #CCCEBB
RGB: (204,206,187)

Color info

#CCCEBB contains red, green and blue colors in about the same proportion. Web safe color of #CCCEBB is #CCCCCC (or #CCC).

RGB color model

#CCCEBB color RGB value is (204,206,187).

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

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 187 of 255 = 73%

204
206
187

R + G + B ~ 78%. #CCCEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 206 + 187 = 597 (100%)
R 204 of 597 ~ 34.17%
G 206 of 597 ~ 34.51%
B 187 of 597 ~ 31.32%

%34.17
%34.51
%31.32

CMYK color model

#CCCEBB color CMYK value is (1,0,9,19).

  • cyan value is 0.97%
  • magenta value is 0.00%
  • yellow value is 9.22%
  • key color value is 19.22%
CMYK:
(1,0,9,19)
C1M0Y9K19 
(1%,0%,9%,19%)
(0.01/0.00/0.09/0.19)	

CMYK percentages

%0.97
%0
%9.22
%19.22

Codes

Color #CCCEBB in popluar color models

CCCEBB
RGB204206187
HSL66°16.24%77.06%
HSB/HSV66°9.22%80.78%
CMYK0.97%0.00%9.22%
19.22%

Color #CCCEBB in popluar number systems.

HEXCCCEBB
Decimal204206187
Binary110011001100111010111011
Octal314316273

Shades and tints

Shades of #CCCEBB

#CCCEBB
(204,206,187)
#BABCAA
(186,188,170)
#A8AA99
(168,170,153)
#969888
(150,152,136)
#848677
(132,134,119)
#727466
(114,116,102)
#606255
(96,98,85)
#4E5044
(78,80,68)
#3C3E33
(60,62,51)
#2A2C22
(42,44,34)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #CCCEBB

#CCCEBB
(204,206,187)
#D0D2C1
(208,210,193)
#D4D6C7
(212,214,199)
#D8DACD
(216,218,205)
#DCDED3
(220,222,211)
#E0E2D9
(224,226,217)
#E4E6DF
(228,230,223)
#E8EAE5
(232,234,229)
#ECEEEB
(236,238,235)
#F0F2F1
(240,242,241)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCEBB; }

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

This text font color is #CCCEBB.


Background Color

.myBgColor { background-color: #CCCEBB; }

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

This div background color is #CCCEBB.


Border color

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

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

This div border color is #CCCEBB.


Opacity

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

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

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

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

This text has shadow with #CCCEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCEBB on black background.


Color preview on white background

This text has color #CCCEBB on white background.



Black color preview on #CCCEBB background

This text has black color on #CCCEBB background.


White color preview on #CCCEBB background

This text has white color on #CCCEBB background.