COLOR #C6BCD0

HEX: #C6BCD0 RGB: (198,188,208)

Color info

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

RGB color model

#C6BCD0 color RGB value is (198,188,208).

RGB: (198,188,208) (78%, 74%, 82%)

RGB channels and saturation

R 198 of 255 = 78%
G 188 of 255 = 74%
B 208 of 255 = 82%

198
188
208

R + G + B ~ 78%. #C6BCD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 188 + 208 = 594 (100%)
R 198 of 594 ~ 33.33%
G 188 of 594 ~ 31.65%
B 208 of 594 ~ 35.02'%

%33.33
%31.65
%35.02

CMYK color model

#C6BCD0 color CMYK value is (5,10,0,18).

  • cyan value is 4.81%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (5,10,0,18)
C5M10Y0K18 (5%, 10%, 0%, 18%)
(0.05 / 0.10 / 0.00 / 0.18)

CMYK percentages

%4.81
%9.62
%0
%18.43

Codes

Color #C6BCD0 in popluar color models

C6 BC D0
RGB 198 188 208
HSL 270° 17.54% 77.65%
HSB/HSV 270° 9.62% 81.57%
CMYK 4.81% 9.62% 0.00%
18.43%

Color #C6BCD0 in popluar number systems.

HEX C6 BC D0
Decimal 198 188 208
Binary 11000110 10111100 11010000
Octal 306 274 320

Shades and tints

Shades of #C6BCD0

#C6BCD0
(198,188,208)
#B4ABBE
(180,171,190)
#A29AAC
(162,154,172)
#90899A
(144,137,154)
#7E7888
(126,120,136)
#6C6776
(108,103,118)
#5A5664
(90,86,100)
#484552
(72,69,82)
#363440
(54,52,64)
#24232E
(36,35,46)
#12121C
(18,18,28)
#000000
(0,0,0)

Tints of #C6BCD0

#C6BCD0
(198,188,208)
#CBC2D4
(203,194,212)
#D0C8D8
(208,200,216)
#D5CEDC
(213,206,220)
#DAD4E0
(218,212,224)
#DFDAE4
(223,218,228)
#E4E0E8
(228,224,232)
#E9E6EC
(233,230,236)
#EEECF0
(238,236,240)
#F3F2F4
(243,242,244)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BCD0 color. Also use rgb(198,188,208) instead hex code.

Text Font Color

.myTextColor { color: #C6BCD0; }

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

This text font color is #C6BCD0.

Background Color

.myBgColor { background-color: #C6BCD0; }

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

This div background color is #C6BCD0.

Border color

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

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

This div border color is #C6BCD0.

Opacity

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

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

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

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

This text has shadow with #C6BCD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BCD0.

Preview

Color preview on black background

This text has color #C6BCD0 on black background.


Color preview on white background

This text has color #C6BCD0 on white background.


Black color preview on #C6BCD0 background

This text has black color on #C6BCD0 background.


White color preview on #C6BCD0 background

This text has white color on #C6BCD0 background.


Related colors

Complementary color

Complementary color for #hex is #39432F.


I love getcolorcode.com

Triadic colors

1 #D0C6BC and #BCD0C6 with #C6BCD0 are triadic colors.

2 #D0BCC6 and #BCC6D0 with #C6BCD0 are triadic colors.