COLOR #C8BCDC

HEX: #C8BCDC RGB: (200,188,220)

Color info

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

RGB color model

#C8BCDC color RGB value is (200,188,220).

RGB: (200,188,220) (78%, 74%, 86%)

RGB channels and saturation

R 200 of 255 = 78%
G 188 of 255 = 74%
B 220 of 255 = 86%

200
188
220

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

Portions of RGB colors in percentages

R + G + B = 200 + 188 + 220 = 608 (100%)
R 200 of 608 ~ 32.89%
G 188 of 608 ~ 30.92%
B 220 of 608 ~ 36.18'%

%32.89
%30.92
%36.18

CMYK color model

#C8BCDC color CMYK value is (9,15,0,14).

  • cyan value is 9.09%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (9,15,0,14) C9M15Y0K14 (9%,15%,0%,14%) (0.09/0.15/0.00/0.14) 

CMYK percentages

%9.09
%14.55
%0
%13.73

Codes

Color #C8BCDC in popluar color models

C8 BC DC
RGB 200 188 220
HSL 263° 31.37% 80.00%
HSB/HSV 263° 14.55% 86.27%
CMYK 9.09% 14.55% 0.00%
13.73%

Color #C8BCDC in popluar number systems.

HEX C8 BC DC
Decimal 200 188 220
Binary 11001000 10111100 11011100
Octal 310 274 334

Shades and tints

Shades of #C8BCDC

#C8BCDC
(200,188,220)
#B6ABC8
(182,171,200)
#A49AB4
(164,154,180)
#9289A0
(146,137,160)
#80788C
(128,120,140)
#6E6778
(110,103,120)
#5C5664
(92,86,100)
#4A4550
(74,69,80)
#38343C
(56,52,60)
#262328
(38,35,40)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C8BCDC

#C8BCDC
(200,188,220)
#CDC2DF
(205,194,223)
#D2C8E2
(210,200,226)
#D7CEE5
(215,206,229)
#DCD4E8
(220,212,232)
#E1DAEB
(225,218,235)
#E6E0EE
(230,224,238)
#EBE6F1
(235,230,241)
#F0ECF4
(240,236,244)
#F5F2F7
(245,242,247)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BCDC; }

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

This text font color is #C8BCDC.

Background Color

.myBgColor { background-color: #C8BCDC; }

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

This div background color is #C8BCDC.

Border color

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

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

This div border color is #C8BCDC.

Opacity

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

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

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

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

This text has shadow with #C8BCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BCDC.

Preview

Color preview on black background

This text has color #C8BCDC on black background.


Color preview on white background

This text has color #C8BCDC on white background.


Black color preview on #C8BCDC background

This text has black color on #C8BCDC background.


White color preview on #C8BCDC background

This text has white color on #C8BCDC background.


Related colors

Complementary color

Complementary color for #hex is #374323.


I love getcolorcode.com

Triadic colors

1 #DCC8BC and #BCDCC8 with #C8BCDC are triadic colors.

2 #DCBCC8 and #BCC8DC with #C8BCDC are triadic colors.