COLOR #C3BCCE

HEX: #C3BCCE RGB: (195,188,206)

Color info

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

RGB color model

#C3BCCE color RGB value is (195,188,206).

RGB: (195,188,206) (76%, 74%, 81%)

RGB channels and saturation

R 195 of 255 = 76%
G 188 of 255 = 74%
B 206 of 255 = 81%

195
188
206

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

Portions of RGB colors in percentages

R + G + B = 195 + 188 + 206 = 589 (100%)
R 195 of 589 ~ 33.11%
G 188 of 589 ~ 31.92%
B 206 of 589 ~ 34.97'%

%33.11
%31.92
%34.97

CMYK color model

#C3BCCE color CMYK value is (5,9,0,19).

  • cyan value is 5.34%
  • magenta value is 8.74%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (5,9,0,19)
C5M9Y0K19 (5%, 9%, 0%, 19%)
(0.05 / 0.09 / 0.00 / 0.19)

CMYK percentages

%5.34
%8.74
%0
%19.22

Codes

Color #C3BCCE in popluar color models

C3 BC CE
RGB 195 188 206
HSL 263° 15.52% 77.25%
HSB/HSV 263° 8.74% 80.78%
CMYK 5.34% 8.74% 0.00%
19.22%

Color #C3BCCE in popluar number systems.

HEX C3 BC CE
Decimal 195 188 206
Binary 11000011 10111100 11001110
Octal 303 274 316

Shades and tints

Shades of #C3BCCE

#C3BCCE
(195,188,206)
#B2ABBC
(178,171,188)
#A19AAA
(161,154,170)
#908998
(144,137,152)
#7F7886
(127,120,134)
#6E6774
(110,103,116)
#5D5662
(93,86,98)
#4C4550
(76,69,80)
#3B343E
(59,52,62)
#2A232C
(42,35,44)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #C3BCCE

#C3BCCE
(195,188,206)
#C8C2D2
(200,194,210)
#CDC8D6
(205,200,214)
#D2CEDA
(210,206,218)
#D7D4DE
(215,212,222)
#DCDAE2
(220,218,226)
#E1E0E6
(225,224,230)
#E6E6EA
(230,230,234)
#EBECEE
(235,236,238)
#F0F2F2
(240,242,242)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BCCE; }

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

This text font color is #C3BCCE.

Background Color

.myBgColor { background-color: #C3BCCE; }

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

This div background color is #C3BCCE.

Border color

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

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

This div border color is #C3BCCE.

Opacity

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

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

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

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

This text has shadow with #C3BCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BCCE.

Preview

Color preview on black background

This text has color #C3BCCE on black background.


Color preview on white background

This text has color #C3BCCE on white background.


Black color preview on #C3BCCE background

This text has black color on #C3BCCE background.


White color preview on #C3BCCE background

This text has white color on #C3BCCE background.


Related colors

Complementary color

Complementary color for #hex is #3C4331.


I love getcolorcode.com

Triadic colors

1 #CEC3BC and #BCCEC3 with #C3BCCE are triadic colors.

2 #CEBCC3 and #BCC3CE with #C3BCCE are triadic colors.