COLOR #CCC4BC

HEX: #CCC4BC RGB: (204,196,188)

Color info

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

RGB color model

#CCC4BC color RGB value is (204,196,188).

RGB: (204,196,188) (80%, 77%, 74%)

RGB channels and saturation

R 204 of 255 = 80%
G 196 of 255 = 77%
B 188 of 255 = 74%

204
196
188

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

Portions of RGB colors in percentages

R + G + B = 204 + 196 + 188 = 588 (100%)
R 204 of 588 ~ 34.69%
G 196 of 588 ~ 33.33%
B 188 of 588 ~ 31.97'%

%34.69
%33.33
%31.97

CMYK color model

#CCC4BC color CMYK value is (0,4,8,20).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 7.84%
  • key color value is 20.00%
CMYK: (0,4,8,20) C0M4Y8K20 (0%,4%,8%,20%) (0.00/0.04/0.08/0.20) 

CMYK percentages

%0
%3.92
%7.84
%20

Codes

Color #CCC4BC in popluar color models

CC C4 BC
RGB 204 196 188
HSL 30° 13.56% 76.86%
HSB/HSV 30° 7.84% 80.00%
CMYK 0.00% 3.92% 7.84%
20.00%

Color #CCC4BC in popluar number systems.

HEX CC C4 BC
Decimal 204 196 188
Binary 11001100 11000100 10111100
Octal 314 304 274

Shades and tints

Shades of #CCC4BC

#CCC4BC
(204,196,188)
#BAB3AB
(186,179,171)
#A8A29A
(168,162,154)
#969189
(150,145,137)
#848078
(132,128,120)
#726F67
(114,111,103)
#605E56
(96,94,86)
#4E4D45
(78,77,69)
#3C3C34
(60,60,52)
#2A2B23
(42,43,35)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #CCC4BC

#CCC4BC
(204,196,188)
#D0C9C2
(208,201,194)
#D4CEC8
(212,206,200)
#D8D3CE
(216,211,206)
#DCD8D4
(220,216,212)
#E0DDDA
(224,221,218)
#E4E2E0
(228,226,224)
#E8E7E6
(232,231,230)
#ECECEC
(236,236,236)
#F0F1F2
(240,241,242)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC4BC; }

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

This text font color is #CCC4BC.

Background Color

.myBgColor { background-color: #CCC4BC; }

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

This div background color is #CCC4BC.

Border color

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

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

This div border color is #CCC4BC.

Opacity

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

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

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

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

This text has shadow with #CCC4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC4BC.

Preview

Color preview on black background

This text has color #CCC4BC on black background.


Color preview on white background

This text has color #CCC4BC on white background.


Black color preview on #CCC4BC background

This text has black color on #CCC4BC background.


White color preview on #CCC4BC background

This text has white color on #CCC4BC background.


Related colors

Complementary color

Complementary color for #hex is #333B43.


I love getcolorcode.com

Triadic colors

1 #BCCCC4 and #C4BCCC with #CCC4BC are triadic colors.

2 #BCC4CC and #C4CCBC with #CCC4BC are triadic colors.