COLOR #CCC6BF

HEX: #CCC6BF RGB: (204,198,191)

Color info

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

RGB color model

#CCC6BF color RGB value is (204,198,191).

RGB: (204,198,191) (80%, 78%, 75%)

RGB channels and saturation

R 204 of 255 = 80%
G 198 of 255 = 78%
B 191 of 255 = 75%

204
198
191

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

Portions of RGB colors in percentages

R + G + B = 204 + 198 + 191 = 593 (100%)
R 204 of 593 ~ 34.4%
G 198 of 593 ~ 33.39%
B 191 of 593 ~ 32.21'%

%34.4
%33.39
%32.21

CMYK color model

#CCC6BF color CMYK value is (0,3,6,20).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 6.37%
  • key color value is 20.00%
CMYK: (0,3,6,20) C0M3Y6K20 (0%,3%,6%,20%) (0.00/0.03/0.06/0.20) 

CMYK percentages

%0
%2.94
%6.37
%20

Codes

Color #CCC6BF in popluar color models

CC C6 BF
RGB 204 198 191
HSL 32° 11.30% 77.45%
HSB/HSV 32° 6.37% 80.00%
CMYK 0.00% 2.94% 6.37%
20.00%

Color #CCC6BF in popluar number systems.

HEX CC C6 BF
Decimal 204 198 191
Binary 11001100 11000110 10111111
Octal 314 306 277

Shades and tints

Shades of #CCC6BF

#CCC6BF
(204,198,191)
#BAB4AE
(186,180,174)
#A8A29D
(168,162,157)
#96908C
(150,144,140)
#847E7B
(132,126,123)
#726C6A
(114,108,106)
#605A59
(96,90,89)
#4E4848
(78,72,72)
#3C3637
(60,54,55)
#2A2426
(42,36,38)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #CCC6BF

#CCC6BF
(204,198,191)
#D0CBC4
(208,203,196)
#D4D0C9
(212,208,201)
#D8D5CE
(216,213,206)
#DCDAD3
(220,218,211)
#E0DFD8
(224,223,216)
#E4E4DD
(228,228,221)
#E8E9E2
(232,233,226)
#ECEEE7
(236,238,231)
#F0F3EC
(240,243,236)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC6BF color. Also use rgb(204,198,191) instead hex code.

Text Font Color

.myTextColor { color: #CCC6BF; }

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

This text font color is #CCC6BF.

Background Color

.myBgColor { background-color: #CCC6BF; }

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

This div background color is #CCC6BF.

Border color

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

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

This div border color is #CCC6BF.

Opacity

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

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

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

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

This text has shadow with #CCC6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC6BF.

Preview

Color preview on black background

This text has color #CCC6BF on black background.


Color preview on white background

This text has color #CCC6BF on white background.


Black color preview on #CCC6BF background

This text has black color on #CCC6BF background.


White color preview on #CCC6BF background

This text has white color on #CCC6BF background.


Related colors

Complementary color

Complementary color for #hex is #333940.


I love getcolorcode.com

Triadic colors

1 #BFCCC6 and #C6BFCC with #CCC6BF are triadic colors.

2 #BFC6CC and #C6CCBF with #CCC6BF are triadic colors.