COLOR #C3BAF1

HEX: #C3BAF1
RGB: (195,186,241)

Color info

#C3BAF1 contains red, green and blue colors in about the same proportion. Web safe color of #C3BAF1 is #CCCCFF (or #CCF).

RGB color model

#C3BAF1 color RGB value is (195,186,241).

  • red value is 195;
  • green value is 186;
  • blue value is 241.
RGB:
(195,186,241)
(76%,73%,95%)

RGB channels and saturation

R 195 of 255 = 76%
G 186 of 255 = 73%
B 241 of 255 = 95%

195
186
241

R + G + B ~ 81%. #C3BAF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 186 + 241 = 622 (100%)
R 195 of 622 ~ 31.35%
G 186 of 622 ~ 29.9%
B 241 of 622 ~ 38.75%

%31.35
%29.9
%38.75

CMYK color model

#C3BAF1 color CMYK value is (19,23,0,5).

  • cyan value is 19.09%
  • magenta value is 22.82%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(19,23,0,5)
C19M23Y0K5 
(19%,23%,0%,5%)
(0.19/0.23/0.00/0.05)	

CMYK percentages

%19.09
%22.82
%0
%5.49

Codes

Color #C3BAF1 in popluar color models

C3BAF1
RGB195186241
HSL250°66.27%83.73%
HSB/HSV250°22.82%94.51%
CMYK19.09%22.82%0.00%
5.49%

Color #C3BAF1 in popluar number systems.

HEXC3BAF1
Decimal195186241
Binary110000111011101011110001
Octal303272361

Shades and tints

Shades of #C3BAF1

#C3BAF1
(195,186,241)
#B2AADC
(178,170,220)
#A19AC7
(161,154,199)
#908AB2
(144,138,178)
#7F7A9D
(127,122,157)
#6E6A88
(110,106,136)
#5D5A73
(93,90,115)
#4C4A5E
(76,74,94)
#3B3A49
(59,58,73)
#2A2A34
(42,42,52)
#191A1F
(25,26,31)
#000000
(0,0,0)

Tints of #C3BAF1

#C3BAF1
(195,186,241)
#C8C0F2
(200,192,242)
#CDC6F3
(205,198,243)
#D2CCF4
(210,204,244)
#D7D2F5
(215,210,245)
#DCD8F6
(220,216,246)
#E1DEF7
(225,222,247)
#E6E4F8
(230,228,248)
#EBEAF9
(235,234,249)
#F0F0FA
(240,240,250)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BAF1 color. Also use rgb(195,186,241) instead hex code.

Text Font Color

.myTextColor { color: #C3BAF1; }

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

This text font color is #C3BAF1.


Background Color

.myBgColor { background-color: #C3BAF1; }

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

This div background color is #C3BAF1.


Border color

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

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

This div border color is #C3BAF1.


Opacity

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

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

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

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

This text has shadow with #C3BAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BAF1 on black background.


Color preview on white background

This text has color #C3BAF1 on white background.



Black color preview on #C3BAF1 background

This text has black color on #C3BAF1 background.


White color preview on #C3BAF1 background

This text has white color on #C3BAF1 background.