COLOR #CCB1C0

HEX: #CCB1C0 RGB: (204,177,192)

Color info

#CCB1C0 contains red, green and blue colors in about the same proportion. Web safe color of #CCB1C0 is #CC99CC (or #C9C).

RGB color model

#CCB1C0 color RGB value is (204,177,192).

RGB: (204,177,192) (80%, 69%, 75%)

RGB channels and saturation

R 204 of 255 = 80%
G 177 of 255 = 69%
B 192 of 255 = 75%

204
177
192

R + G + B ~ 75%. #CCB1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 177 + 192 = 573 (100%)
R 204 of 573 ~ 35.6%
G 177 of 573 ~ 30.89%
B 192 of 573 ~ 33.51'%

%35.6
%30.89
%33.51

CMYK color model

#CCB1C0 color CMYK value is (0,13,6,20).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 5.88%
  • key color value is 20.00%

CMYK: (0,13,6,20)
C0M13Y6K20 (0%, 13%, 6%, 20%)
(0.00 / 0.13 / 0.06 / 0.20)

CMYK percentages

%0
%13.24
%5.88
%20

Codes

Color #CCB1C0 in popluar color models

CC B1 C0
RGB 204 177 192
HSL 327° 20.93% 74.71%
HSB/HSV 327° 13.24% 80.00%
CMYK 0.00% 13.24% 5.88%
20.00%

Color #CCB1C0 in popluar number systems.

HEX CC B1 C0
Decimal 204 177 192
Binary 11001100 10110001 11000000
Octal 314 261 300

Shades and tints

Shades of #CCB1C0

#CCB1C0
(204,177,192)
#BAA1AF
(186,161,175)
#A8919E
(168,145,158)
#96818D
(150,129,141)
#84717C
(132,113,124)
#72616B
(114,97,107)
#60515A
(96,81,90)
#4E4149
(78,65,73)
#3C3138
(60,49,56)
#2A2127
(42,33,39)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #CCB1C0

#CCB1C0
(204,177,192)
#D0B8C5
(208,184,197)
#D4BFCA
(212,191,202)
#D8C6CF
(216,198,207)
#DCCDD4
(220,205,212)
#E0D4D9
(224,212,217)
#E4DBDE
(228,219,222)
#E8E2E3
(232,226,227)
#ECE9E8
(236,233,232)
#F0F0ED
(240,240,237)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB1C0 color. Also use rgb(204,177,192) instead hex code.

Text Font Color

.myTextColor { color: #CCB1C0; }

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

This text font color is #CCB1C0.

Background Color

.myBgColor { background-color: #CCB1C0; }

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

This div background color is #CCB1C0.

Border color

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

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

This div border color is #CCB1C0.

Opacity

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

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

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

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

This text has shadow with #CCB1C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB1C0.

Preview

Color preview on black background

This text has color #CCB1C0 on black background.


Color preview on white background

This text has color #CCB1C0 on white background.


Black color preview on #CCB1C0 background

This text has black color on #CCB1C0 background.


White color preview on #CCB1C0 background

This text has white color on #CCB1C0 background.


Related colors

Complementary color

Complementary color for #hex is #334E3F.


I love getcolorcode.com

Triadic colors

1 #C0CCB1 and #B1C0CC with #CCB1C0 are triadic colors.

2 #C0B1CC and #B1CCC0 with #CCB1C0 are triadic colors.