COLOR #CCC4B6

HEX: #CCC4B6
RGB: (204,196,182)

Color info

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

RGB color model

#CCC4B6 color RGB value is (204,196,182).

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

RGB channels and saturation

R 204 of 255 = 80%
G 196 of 255 = 77%
B 182 of 255 = 71%

204
196
182

R + G + B ~ 76%. #CCC4B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 196 + 182 = 582 (100%)
R 204 of 582 ~ 35.05%
G 196 of 582 ~ 33.68%
B 182 of 582 ~ 31.27%

%35.05
%33.68
%31.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 10.78%
  • key color value is 20.00%
CMYK: (0,4,11,20) C0M4Y11K20 (0%,4%,11%,20%) (0.00/0.04/0.11/0.20)

CMYK percentages

%0
%3.92
%10.78
%20

Codes

Color #CCC4B6 in popluar color models

CCC4B6
RGB204196182
HSL38°17.74%75.69%
HSB/HSV38°10.78%80.00%
CMYK0.00%3.92%10.78%
20.00%

Color #CCC4B6 in popluar number systems.

HEXCCC4B6
Decimal204196182
Binary110011001100010010110110
Octal314304266

Shades and tints

Shades of #CCC4B6

#CCC4B6
(204,196,182)
#BAB3A6
(186,179,166)
#A8A296
(168,162,150)
#969186
(150,145,134)
#848076
(132,128,118)
#726F66
(114,111,102)
#605E56
(96,94,86)
#4E4D46
(78,77,70)
#3C3C36
(60,60,54)
#2A2B26
(42,43,38)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #CCC4B6

#CCC4B6
(204,196,182)
#D0C9BC
(208,201,188)
#D4CEC2
(212,206,194)
#D8D3C8
(216,211,200)
#DCD8CE
(220,216,206)
#E0DDD4
(224,221,212)
#E4E2DA
(228,226,218)
#E8E7E0
(232,231,224)
#ECECE6
(236,236,230)
#F0F1EC
(240,241,236)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC4B6; }

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

This text font color is #CCC4B6.


Background Color

.myBgColor { background-color: #CCC4B6; }

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

This div background color is #CCC4B6.


Border color

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

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

This div border color is #CCC4B6.


Opacity

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

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

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

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

This text has shadow with #CCC4B6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CCC4B6 on black background.


Color preview on white background

This text has color #CCC4B6 on white background.



Black color preview on #CCC4B6 background

This text has black color on #CCC4B6 background.


White color preview on #CCC4B6 background

This text has white color on #CCC4B6 background.