COLOR #C8BCD7

HEX: #C8BCD7 RGB: (200,188,215)

Color info

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

RGB color model

#C8BCD7 color RGB value is (200,188,215).

RGB: (200,188,215) (78%, 74%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 188 of 255 = 74%
B 215 of 255 = 84%

200
188
215

R + G + B ~ 79%. #C8BCD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 188 + 215 = 603 (100%)
R 200 of 603 ~ 33.17%
G 188 of 603 ~ 31.18%
B 215 of 603 ~ 35.66'%

%33.17
%31.18
%35.66

CMYK color model

#C8BCD7 color CMYK value is (7,13,0,16).

  • cyan value is 6.98%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (7,13,0,16)
C7M13Y0K16 (7%, 13%, 0%, 16%)
(0.07 / 0.13 / 0.00 / 0.16)

CMYK percentages

%6.98
%12.56
%0
%15.69

Codes

Color #C8BCD7 in popluar color models

C8 BC D7
RGB 200 188 215
HSL 267° 25.23% 79.02%
HSB/HSV 267° 12.56% 84.31%
CMYK 6.98% 12.56% 0.00%
15.69%

Color #C8BCD7 in popluar number systems.

HEX C8 BC D7
Decimal 200 188 215
Binary 11001000 10111100 11010111
Octal 310 274 327

Shades and tints

Shades of #C8BCD7

#C8BCD7
(200,188,215)
#B6ABC4
(182,171,196)
#A49AB1
(164,154,177)
#92899E
(146,137,158)
#80788B
(128,120,139)
#6E6778
(110,103,120)
#5C5665
(92,86,101)
#4A4552
(74,69,82)
#38343F
(56,52,63)
#26232C
(38,35,44)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #C8BCD7

#C8BCD7
(200,188,215)
#CDC2DA
(205,194,218)
#D2C8DD
(210,200,221)
#D7CEE0
(215,206,224)
#DCD4E3
(220,212,227)
#E1DAE6
(225,218,230)
#E6E0E9
(230,224,233)
#EBE6EC
(235,230,236)
#F0ECEF
(240,236,239)
#F5F2F2
(245,242,242)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BCD7; }

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

This text font color is #C8BCD7.

Background Color

.myBgColor { background-color: #C8BCD7; }

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

This div background color is #C8BCD7.

Border color

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

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

This div border color is #C8BCD7.

Opacity

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

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

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

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

This text has shadow with #C8BCD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BCD7.

Preview

Color preview on black background

This text has color #C8BCD7 on black background.


Color preview on white background

This text has color #C8BCD7 on white background.


Black color preview on #C8BCD7 background

This text has black color on #C8BCD7 background.


White color preview on #C8BCD7 background

This text has white color on #C8BCD7 background.


Related colors

Complementary color

Complementary color for #hex is #374328.


I love getcolorcode.com

Triadic colors

1 #D7C8BC and #BCD7C8 with #C8BCD7 are triadic colors.

2 #D7BCC8 and #BCC8D7 with #C8BCD7 are triadic colors.