COLOR #C2BCD8

HEX: #C2BCD8 RGB: (194,188,216)

Color info

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

RGB color model

#C2BCD8 color RGB value is (194,188,216).

RGB: (194,188,216) (76%, 74%, 85%)

RGB channels and saturation

R 194 of 255 = 76%
G 188 of 255 = 74%
B 216 of 255 = 85%

194
188
216

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

Portions of RGB colors in percentages

R + G + B = 194 + 188 + 216 = 598 (100%)
R 194 of 598 ~ 32.44%
G 188 of 598 ~ 31.44%
B 216 of 598 ~ 36.12'%

%32.44
%31.44
%36.12

CMYK color model

#C2BCD8 color CMYK value is (10,13,0,15).

  • cyan value is 10.19%
  • magenta value is 12.96%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (10,13,0,15)
C10M13Y0K15 (10%, 13%, 0%, 15%)
(0.10 / 0.13 / 0.00 / 0.15)

CMYK percentages

%10.19
%12.96
%0
%15.29

Codes

Color #C2BCD8 in popluar color models

C2 BC D8
RGB 194 188 216
HSL 253° 26.42% 79.22%
HSB/HSV 253° 12.96% 84.71%
CMYK 10.19% 12.96% 0.00%
15.29%

Color #C2BCD8 in popluar number systems.

HEX C2 BC D8
Decimal 194 188 216
Binary 11000010 10111100 11011000
Octal 302 274 330

Shades and tints

Shades of #C2BCD8

#C2BCD8
(194,188,216)
#B1ABC5
(177,171,197)
#A09AB2
(160,154,178)
#8F899F
(143,137,159)
#7E788C
(126,120,140)
#6D6779
(109,103,121)
#5C5666
(92,86,102)
#4B4553
(75,69,83)
#3A3440
(58,52,64)
#29232D
(41,35,45)
#18121A
(24,18,26)
#000000
(0,0,0)

Tints of #C2BCD8

#C2BCD8
(194,188,216)
#C7C2DB
(199,194,219)
#CCC8DE
(204,200,222)
#D1CEE1
(209,206,225)
#D6D4E4
(214,212,228)
#DBDAE7
(219,218,231)
#E0E0EA
(224,224,234)
#E5E6ED
(229,230,237)
#EAECF0
(234,236,240)
#EFF2F3
(239,242,243)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BCD8 color. Also use rgb(194,188,216) instead hex code.

Text Font Color

.myTextColor { color: #C2BCD8; }

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

This text font color is #C2BCD8.

Background Color

.myBgColor { background-color: #C2BCD8; }

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

This div background color is #C2BCD8.

Border color

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

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

This div border color is #C2BCD8.

Opacity

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

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

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

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

This text has shadow with #C2BCD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2BCD8.

Preview

Color preview on black background

This text has color #C2BCD8 on black background.


Color preview on white background

This text has color #C2BCD8 on white background.


Black color preview on #C2BCD8 background

This text has black color on #C2BCD8 background.


White color preview on #C2BCD8 background

This text has white color on #C2BCD8 background.


Related colors

Complementary color

Complementary color for #hex is #3D4327.


I love getcolorcode.com

Triadic colors

1 #D8C2BC and #BCD8C2 with #C2BCD8 are triadic colors.

2 #D8BCC2 and #BCC2D8 with #C2BCD8 are triadic colors.