COLOR #C3BCCF

HEX: #C3BCCF RGB: (195,188,207)

Color info

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

RGB color model

#C3BCCF color RGB value is (195,188,207).

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

RGB channels and saturation

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

195
188
207

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

Portions of RGB colors in percentages

R + G + B = 195 + 188 + 207 = 590 (100%)
R 195 of 590 ~ 33.05%
G 188 of 590 ~ 31.86%
B 207 of 590 ~ 35.08'%

%33.05
%31.86
%35.08

CMYK color model

#C3BCCF color CMYK value is (6,9,0,19).

  • cyan value is 5.80%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (6,9,0,19)
C6M9Y0K19 (6%, 9%, 0%, 19%)
(0.06 / 0.09 / 0.00 / 0.19)

CMYK percentages

%5.8
%9.18
%0
%18.82

Codes

Color #C3BCCF in popluar color models

C3 BC CF
RGB 195 188 207
HSL 262° 16.52% 77.45%
HSB/HSV 262° 9.18% 81.18%
CMYK 5.80% 9.18% 0.00%
18.82%

Color #C3BCCF in popluar number systems.

HEX C3 BC CF
Decimal 195 188 207
Binary 11000011 10111100 11001111
Octal 303 274 317

Shades and tints

Shades of #C3BCCF

#C3BCCF
(195,188,207)
#B2ABBD
(178,171,189)
#A19AAB
(161,154,171)
#908999
(144,137,153)
#7F7887
(127,120,135)
#6E6775
(110,103,117)
#5D5663
(93,86,99)
#4C4551
(76,69,81)
#3B343F
(59,52,63)
#2A232D
(42,35,45)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #C3BCCF

#C3BCCF
(195,188,207)
#C8C2D3
(200,194,211)
#CDC8D7
(205,200,215)
#D2CEDB
(210,206,219)
#D7D4DF
(215,212,223)
#DCDAE3
(220,218,227)
#E1E0E7
(225,224,231)
#E6E6EB
(230,230,235)
#EBECEF
(235,236,239)
#F0F2F3
(240,242,243)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BCCF; }

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

This text font color is #C3BCCF.

Background Color

.myBgColor { background-color: #C3BCCF; }

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

This div background color is #C3BCCF.

Border color

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

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

This div border color is #C3BCCF.

Opacity

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

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

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

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

This text has shadow with #C3BCCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BCCF.

Preview

Color preview on black background

This text has color #C3BCCF on black background.


Color preview on white background

This text has color #C3BCCF on white background.


Black color preview on #C3BCCF background

This text has black color on #C3BCCF background.


White color preview on #C3BCCF background

This text has white color on #C3BCCF background.


Related colors

Complementary color

Complementary color for #hex is #3C4330.


I love getcolorcode.com

Triadic colors

1 #CFC3BC and #BCCFC3 with #C3BCCF are triadic colors.

2 #CFBCC3 and #BCC3CF with #C3BCCF are triadic colors.