COLOR #C8BCDA

HEX: #C8BCDA RGB: (200,188,218)

Color info

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

RGB color model

#C8BCDA color RGB value is (200,188,218).

RGB: (200,188,218) (78%, 74%, 85%)

RGB channels and saturation

R 200 of 255 = 78%
G 188 of 255 = 74%
B 218 of 255 = 85%

200
188
218

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

Portions of RGB colors in percentages

R + G + B = 200 + 188 + 218 = 606 (100%)
R 200 of 606 ~ 33%
G 188 of 606 ~ 31.02%
B 218 of 606 ~ 35.97'%

%33
%31.02
%35.97

CMYK color model

#C8BCDA color CMYK value is (8,14,0,15).

  • cyan value is 8.26%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (8,14,0,15) C8M14Y0K15 (8%,14%,0%,15%) (0.08/0.14/0.00/0.15) 

CMYK percentages

%8.26
%13.76
%0
%14.51

Codes

Color #C8BCDA in popluar color models

C8 BC DA
RGB 200 188 218
HSL 264° 28.85% 79.61%
HSB/HSV 264° 13.76% 85.49%
CMYK 8.26% 13.76% 0.00%
14.51%

Color #C8BCDA in popluar number systems.

HEX C8 BC DA
Decimal 200 188 218
Binary 11001000 10111100 11011010
Octal 310 274 332

Shades and tints

Shades of #C8BCDA

#C8BCDA
(200,188,218)
#B6ABC7
(182,171,199)
#A49AB4
(164,154,180)
#9289A1
(146,137,161)
#80788E
(128,120,142)
#6E677B
(110,103,123)
#5C5668
(92,86,104)
#4A4555
(74,69,85)
#383442
(56,52,66)
#26232F
(38,35,47)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #C8BCDA

#C8BCDA
(200,188,218)
#CDC2DD
(205,194,221)
#D2C8E0
(210,200,224)
#D7CEE3
(215,206,227)
#DCD4E6
(220,212,230)
#E1DAE9
(225,218,233)
#E6E0EC
(230,224,236)
#EBE6EF
(235,230,239)
#F0ECF2
(240,236,242)
#F5F2F5
(245,242,245)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BCDA; }

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

This text font color is #C8BCDA.

Background Color

.myBgColor { background-color: #C8BCDA; }

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

This div background color is #C8BCDA.

Border color

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

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

This div border color is #C8BCDA.

Opacity

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

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

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

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

This text has shadow with #C8BCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BCDA.

Preview

Color preview on black background

This text has color #C8BCDA on black background.


Color preview on white background

This text has color #C8BCDA on white background.


Black color preview on #C8BCDA background

This text has black color on #C8BCDA background.


White color preview on #C8BCDA background

This text has white color on #C8BCDA background.


Related colors

Complementary color

Complementary color for #hex is #374325.


I love getcolorcode.com

Triadic colors

1 #DAC8BC and #BCDAC8 with #C8BCDA are triadic colors.

2 #DABCC8 and #BCC8DA with #C8BCDA are triadic colors.