COLOR #CCC2BD

HEX: #CCC2BD RGB: (204,194,189)

Color info

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

RGB color model

#CCC2BD color RGB value is (204,194,189).

RGB: (204,194,189) (80%, 76%, 74%)

RGB channels and saturation

R 204 of 255 = 80%
G 194 of 255 = 76%
B 189 of 255 = 74%

204
194
189

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

Portions of RGB colors in percentages

R + G + B = 204 + 194 + 189 = 587 (100%)
R 204 of 587 ~ 34.75%
G 194 of 587 ~ 33.05%
B 189 of 587 ~ 32.2'%

%34.75
%33.05
%32.2

CMYK color model

#CCC2BD color CMYK value is (0,5,7,20).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 7.35%
  • key color value is 20.00%

CMYK: (0,5,7,20)
C0M5Y7K20 (0%, 5%, 7%, 20%)
(0.00 / 0.05 / 0.07 / 0.20)

CMYK percentages

%0
%4.9
%7.35
%20

Codes

Color #CCC2BD in popluar color models

CC C2 BD
RGB 204 194 189
HSL 20° 12.82% 77.06%
HSB/HSV 20° 7.35% 80.00%
CMYK 0.00% 4.90% 7.35%
20.00%

Color #CCC2BD in popluar number systems.

HEX CC C2 BD
Decimal 204 194 189
Binary 11001100 11000010 10111101
Octal 314 302 275

Shades and tints

Shades of #CCC2BD

#CCC2BD
(204,194,189)
#BAB1AC
(186,177,172)
#A8A09B
(168,160,155)
#968F8A
(150,143,138)
#847E79
(132,126,121)
#726D68
(114,109,104)
#605C57
(96,92,87)
#4E4B46
(78,75,70)
#3C3A35
(60,58,53)
#2A2924
(42,41,36)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #CCC2BD

#CCC2BD
(204,194,189)
#D0C7C3
(208,199,195)
#D4CCC9
(212,204,201)
#D8D1CF
(216,209,207)
#DCD6D5
(220,214,213)
#E0DBDB
(224,219,219)
#E4E0E1
(228,224,225)
#E8E5E7
(232,229,231)
#ECEAED
(236,234,237)
#F0EFF3
(240,239,243)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC2BD color. Also use rgb(204,194,189) instead hex code.

Text Font Color

.myTextColor { color: #CCC2BD; }

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

This text font color is #CCC2BD.

Background Color

.myBgColor { background-color: #CCC2BD; }

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

This div background color is #CCC2BD.

Border color

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

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

This div border color is #CCC2BD.

Opacity

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

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

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

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

This text has shadow with #CCC2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC2BD.

Preview

Color preview on black background

This text has color #CCC2BD on black background.


Color preview on white background

This text has color #CCC2BD on white background.


Black color preview on #CCC2BD background

This text has black color on #CCC2BD background.


White color preview on #CCC2BD background

This text has white color on #CCC2BD background.


Related colors

Complementary color

Complementary color for #hex is #333D42.


I love getcolorcode.com

Triadic colors

1 #BDCCC2 and #C2BDCC with #CCC2BD are triadic colors.

2 #BDC2CC and #C2CCBD with #CCC2BD are triadic colors.