COLOR #CCCDB8

HEX: #CCCDB8
RGB: (204,205,184)

Color info

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

RGB color model

#CCCDB8 color RGB value is (204,205,184).

  • red value is 204;
  • green value is 205;
  • blue value is 184.
RGB:
(204,205,184)
(80%,80%,72%)

RGB channels and saturation

R 204 of 255 = 80%
G 205 of 255 = 80%
B 184 of 255 = 72%

204
205
184

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

Portions of RGB colors in percentages

R + G + B =
204 + 205 + 184 = 593 (100%)
R 204 of 593 ~ 34.4%
G 205 of 593 ~ 34.57%
B 184 of 593 ~ 31.03%

%34.4
%34.57
%31.03

CMYK color model

#CCCDB8 color CMYK value is (0,0,10,20).

  • cyan value is 0.49%
  • magenta value is 0.00%
  • yellow value is 10.24%
  • key color value is 19.61%
CMYK:
(0,0,10,20)
C0M0Y10K20 
(0%,0%,10%,20%)
(0.00/0.00/0.10/0.20)	

CMYK percentages

%0.49
%0
%10.24
%19.61

Codes

Color #CCCDB8 in popluar color models

CCCDB8
RGB204205184
HSL63°17.36%76.27%
HSB/HSV63°10.24%80.39%
CMYK0.49%0.00%10.24%
19.61%

Color #CCCDB8 in popluar number systems.

HEXCCCDB8
Decimal204205184
Binary110011001100110110111000
Octal314315270

Shades and tints

Shades of #CCCDB8

#CCCDB8
(204,205,184)
#BABBA8
(186,187,168)
#A8A998
(168,169,152)
#969788
(150,151,136)
#848578
(132,133,120)
#727368
(114,115,104)
#606158
(96,97,88)
#4E4F48
(78,79,72)
#3C3D38
(60,61,56)
#2A2B28
(42,43,40)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #CCCDB8

#CCCDB8
(204,205,184)
#D0D1BE
(208,209,190)
#D4D5C4
(212,213,196)
#D8D9CA
(216,217,202)
#DCDDD0
(220,221,208)
#E0E1D6
(224,225,214)
#E4E5DC
(228,229,220)
#E8E9E2
(232,233,226)
#ECEDE8
(236,237,232)
#F0F1EE
(240,241,238)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCDB8 color. Also use rgb(204,205,184) instead hex code.

Text Font Color

.myTextColor { color: #CCCDB8; }

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

This text font color is #CCCDB8.


Background Color

.myBgColor { background-color: #CCCDB8; }

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

This div background color is #CCCDB8.


Border color

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

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

This div border color is #CCCDB8.


Opacity

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

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

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

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

This text has shadow with #CCCDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCDB8 on black background.


Color preview on white background

This text has color #CCCDB8 on white background.



Black color preview on #CCCDB8 background

This text has black color on #CCCDB8 background.


White color preview on #CCCDB8 background

This text has white color on #CCCDB8 background.