COLOR #C8BCC1

HEX: #C8BCC1 RGB: (200,188,193)

Color info

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

RGB color model

#C8BCC1 color RGB value is (200,188,193).

RGB: (200,188,193) (78%, 74%, 76%)

RGB channels and saturation

R 200 of 255 = 78%
G 188 of 255 = 74%
B 193 of 255 = 76%

200
188
193

R + G + B ~ 76%. #C8BCC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 188 + 193 = 581 (100%)
R 200 of 581 ~ 34.42%
G 188 of 581 ~ 32.36%
B 193 of 581 ~ 33.22'%

%34.42
%32.36
%33.22

CMYK color model

#C8BCC1 color CMYK value is (0,6,4,22).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 3.50%
  • key color value is 21.57%

CMYK: (0,6,4,22)
C0M6Y4K22 (0%, 6%, 4%, 22%)
(0.00 / 0.06 / 0.04 / 0.22)

CMYK percentages

%0
%6
%3.5
%21.57

Codes

Color #C8BCC1 in popluar color models

C8 BC C1
RGB 200 188 193
HSL 335° 9.84% 76.08%
HSB/HSV 335° 6.00% 78.43%
CMYK 0.00% 6.00% 3.50%
21.57%

Color #C8BCC1 in popluar number systems.

HEX C8 BC C1
Decimal 200 188 193
Binary 11001000 10111100 11000001
Octal 310 274 301

Shades and tints

Shades of #C8BCC1

#C8BCC1
(200,188,193)
#B6ABB0
(182,171,176)
#A49A9F
(164,154,159)
#92898E
(146,137,142)
#80787D
(128,120,125)
#6E676C
(110,103,108)
#5C565B
(92,86,91)
#4A454A
(74,69,74)
#383439
(56,52,57)
#262328
(38,35,40)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #C8BCC1

#C8BCC1
(200,188,193)
#CDC2C6
(205,194,198)
#D2C8CB
(210,200,203)
#D7CED0
(215,206,208)
#DCD4D5
(220,212,213)
#E1DADA
(225,218,218)
#E6E0DF
(230,224,223)
#EBE6E4
(235,230,228)
#F0ECE9
(240,236,233)
#F5F2EE
(245,242,238)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BCC1 color. Also use rgb(200,188,193) instead hex code.

Text Font Color

.myTextColor { color: #C8BCC1; }

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

This text font color is #C8BCC1.

Background Color

.myBgColor { background-color: #C8BCC1; }

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

This div background color is #C8BCC1.

Border color

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

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

This div border color is #C8BCC1.

Opacity

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

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

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

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

This text has shadow with #C8BCC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BCC1.

Preview

Color preview on black background

This text has color #C8BCC1 on black background.


Color preview on white background

This text has color #C8BCC1 on white background.


Black color preview on #C8BCC1 background

This text has black color on #C8BCC1 background.


White color preview on #C8BCC1 background

This text has white color on #C8BCC1 background.


Related colors

Complementary color

Complementary color for #hex is #37433E.


I love getcolorcode.com

Triadic colors

1 #C1C8BC and #BCC1C8 with #C8BCC1 are triadic colors.

2 #C1BCC8 and #BCC8C1 with #C8BCC1 are triadic colors.