COLOR #CCCDB6

HEX: #CCCDB6
RGB: (204,205,182)

Color info

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

RGB color model

#CCCDB6 color RGB value is (204,205,182).

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

RGB channels and saturation

R 204 of 255 = 80%
G 205 of 255 = 80%
B 182 of 255 = 71%

204
205
182

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

Portions of RGB colors in percentages

R + G + B =
204 + 205 + 182 = 591 (100%)
R 204 of 591 ~ 34.52%
G 205 of 591 ~ 34.69%
B 182 of 591 ~ 30.8%

%34.52
%34.69
%30.8

CMYK color model

#CCCDB6 color CMYK value is (0,0,11,20).

  • cyan value is 0.49%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 19.61%
CMYK:
(0,0,11,20)
C0M0Y11K20 
(0%,0%,11%,20%)
(0.00/0.00/0.11/0.20)	

CMYK percentages

%0.49
%0
%11.22
%19.61

Codes

Color #CCCDB6 in popluar color models

CCCDB6
RGB204205182
HSL63°18.70%75.88%
HSB/HSV63°11.22%80.39%
CMYK0.49%0.00%11.22%
19.61%

Color #CCCDB6 in popluar number systems.

HEXCCCDB6
Decimal204205182
Binary110011001100110110110110
Octal314315266

Shades and tints

Shades of #CCCDB6

#CCCDB6
(204,205,182)
#BABBA6
(186,187,166)
#A8A996
(168,169,150)
#969786
(150,151,134)
#848576
(132,133,118)
#727366
(114,115,102)
#606156
(96,97,86)
#4E4F46
(78,79,70)
#3C3D36
(60,61,54)
#2A2B26
(42,43,38)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #CCCDB6

#CCCDB6
(204,205,182)
#D0D1BC
(208,209,188)
#D4D5C2
(212,213,194)
#D8D9C8
(216,217,200)
#DCDDCE
(220,221,206)
#E0E1D4
(224,225,212)
#E4E5DA
(228,229,218)
#E8E9E0
(232,233,224)
#ECEDE6
(236,237,230)
#F0F1EC
(240,241,236)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCDB6; }

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

This text font color is #CCCDB6.


Background Color

.myBgColor { background-color: #CCCDB6; }

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

This div background color is #CCCDB6.


Border color

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

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

This div border color is #CCCDB6.


Opacity

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

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

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

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

This text has shadow with #CCCDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCDB6 on black background.


Color preview on white background

This text has color #CCCDB6 on white background.



Black color preview on #CCCDB6 background

This text has black color on #CCCDB6 background.


White color preview on #CCCDB6 background

This text has white color on #CCCDB6 background.