COLOR #CCC7BB

HEX: #CCC7BB RGB: (204,199,187)

Color info

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

RGB color model

#CCC7BB color RGB value is (204,199,187).

RGB: (204,199,187) (80%, 78%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 199 of 255 = 78%
B 187 of 255 = 73%

204
199
187

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

Portions of RGB colors in percentages

R + G + B = 204 + 199 + 187 = 590 (100%)
R 204 of 590 ~ 34.58%
G 199 of 590 ~ 33.73%
B 187 of 590 ~ 31.69'%

%34.58
%33.73
%31.69

CMYK color model

#CCC7BB color CMYK value is (0,2,8,20).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 8.33%
  • key color value is 20.00%

CMYK: (0,2,8,20)
C0M2Y8K20 (0%, 2%, 8%, 20%)
(0.00 / 0.02 / 0.08 / 0.20)

CMYK percentages

%0
%2.45
%8.33
%20

Codes

Color #CCC7BB in popluar color models

CC C7 BB
RGB 204 199 187
HSL 42° 14.29% 76.67%
HSB/HSV 42° 8.33% 80.00%
CMYK 0.00% 2.45% 8.33%
20.00%

Color #CCC7BB in popluar number systems.

HEX CC C7 BB
Decimal 204 199 187
Binary 11001100 11000111 10111011
Octal 314 307 273

Shades and tints

Shades of #CCC7BB

#CCC7BB
(204,199,187)
#BAB5AA
(186,181,170)
#A8A399
(168,163,153)
#969188
(150,145,136)
#847F77
(132,127,119)
#726D66
(114,109,102)
#605B55
(96,91,85)
#4E4944
(78,73,68)
#3C3733
(60,55,51)
#2A2522
(42,37,34)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #CCC7BB

#CCC7BB
(204,199,187)
#D0CCC1
(208,204,193)
#D4D1C7
(212,209,199)
#D8D6CD
(216,214,205)
#DCDBD3
(220,219,211)
#E0E0D9
(224,224,217)
#E4E5DF
(228,229,223)
#E8EAE5
(232,234,229)
#ECEFEB
(236,239,235)
#F0F4F1
(240,244,241)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC7BB color. Also use rgb(204,199,187) instead hex code.

Text Font Color

.myTextColor { color: #CCC7BB; }

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

This text font color is #CCC7BB.

Background Color

.myBgColor { background-color: #CCC7BB; }

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

This div background color is #CCC7BB.

Border color

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

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

This div border color is #CCC7BB.

Opacity

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

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

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

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

This text has shadow with #CCC7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC7BB.

Preview

Color preview on black background

This text has color #CCC7BB on black background.


Color preview on white background

This text has color #CCC7BB on white background.


Black color preview on #CCC7BB background

This text has black color on #CCC7BB background.


White color preview on #CCC7BB background

This text has white color on #CCC7BB background.


Related colors

Complementary color

Complementary color for #hex is #333844.


I love getcolorcode.com

Triadic colors

1 #BBCCC7 and #C7BBCC with #CCC7BB are triadic colors.

2 #BBC7CC and #C7CCBB with #CCC7BB are triadic colors.