COLOR #C3BCD1

HEX: #C3BCD1 RGB: (195,188,209)

Color info

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

RGB color model

#C3BCD1 color RGB value is (195,188,209).

RGB: (195,188,209) (76%, 74%, 82%)

RGB channels and saturation

R 195 of 255 = 76%
G 188 of 255 = 74%
B 209 of 255 = 82%

195
188
209

R + G + B ~ 77%. #C3BCD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 188 + 209 = 592 (100%)
R 195 of 592 ~ 32.94%
G 188 of 592 ~ 31.76%
B 209 of 592 ~ 35.3'%

%32.94
%31.76
%35.3

CMYK color model

#C3BCD1 color CMYK value is (7,10,0,18).

  • cyan value is 6.70%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (7,10,0,18)
C7M10Y0K18 (7%, 10%, 0%, 18%)
(0.07 / 0.10 / 0.00 / 0.18)

CMYK percentages

%6.7
%10.05
%0
%18.04

Codes

Color #C3BCD1 in popluar color models

C3 BC D1
RGB 195 188 209
HSL 260° 18.58% 77.84%
HSB/HSV 260° 10.05% 81.96%
CMYK 6.70% 10.05% 0.00%
18.04%

Color #C3BCD1 in popluar number systems.

HEX C3 BC D1
Decimal 195 188 209
Binary 11000011 10111100 11010001
Octal 303 274 321

Shades and tints

Shades of #C3BCD1

#C3BCD1
(195,188,209)
#B2ABBE
(178,171,190)
#A19AAB
(161,154,171)
#908998
(144,137,152)
#7F7885
(127,120,133)
#6E6772
(110,103,114)
#5D565F
(93,86,95)
#4C454C
(76,69,76)
#3B3439
(59,52,57)
#2A2326
(42,35,38)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #C3BCD1

#C3BCD1
(195,188,209)
#C8C2D5
(200,194,213)
#CDC8D9
(205,200,217)
#D2CEDD
(210,206,221)
#D7D4E1
(215,212,225)
#DCDAE5
(220,218,229)
#E1E0E9
(225,224,233)
#E6E6ED
(230,230,237)
#EBECF1
(235,236,241)
#F0F2F5
(240,242,245)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BCD1 color. Also use rgb(195,188,209) instead hex code.

Text Font Color

.myTextColor { color: #C3BCD1; }

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

This text font color is #C3BCD1.

Background Color

.myBgColor { background-color: #C3BCD1; }

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

This div background color is #C3BCD1.

Border color

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

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

This div border color is #C3BCD1.

Opacity

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

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

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

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

This text has shadow with #C3BCD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BCD1.

Preview

Color preview on black background

This text has color #C3BCD1 on black background.


Color preview on white background

This text has color #C3BCD1 on white background.


Black color preview on #C3BCD1 background

This text has black color on #C3BCD1 background.


White color preview on #C3BCD1 background

This text has white color on #C3BCD1 background.


Related colors

Complementary color

Complementary color for #hex is #3C432E.


I love getcolorcode.com

Triadic colors

1 #D1C3BC and #BCD1C3 with #C3BCD1 are triadic colors.

2 #D1BCC3 and #BCC3D1 with #C3BCD1 are triadic colors.