COLOR #C3BAF0

HEX: #C3BAF0
RGB: (195,186,240)

Color info

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

RGB color model

#C3BAF0 color RGB value is (195,186,240).

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

RGB channels and saturation

R 195 of 255 = 76%
G 186 of 255 = 73%
B 240 of 255 = 94%

195
186
240

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

Portions of RGB colors in percentages

R + G + B =
195 + 186 + 240 = 621 (100%)
R 195 of 621 ~ 31.4%
G 186 of 621 ~ 29.95%
B 240 of 621 ~ 38.65%

%31.4
%29.95
%38.65

CMYK color model

#C3BAF0 color CMYK value is (19,23,0,6).

  • cyan value is 18.75%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(19,23,0,6)
C19M23Y0K6 
(19%,23%,0%,6%)
(0.19/0.23/0.00/0.06)	

CMYK percentages

%18.75
%22.5
%0
%5.88

Codes

Color #C3BAF0 in popluar color models

C3BAF0
RGB195186240
HSL250°64.29%83.53%
HSB/HSV250°22.50%94.12%
CMYK18.75%22.50%0.00%
5.88%

Color #C3BAF0 in popluar number systems.

HEXC3BAF0
Decimal195186240
Binary110000111011101011110000
Octal303272360

Shades and tints

Shades of #C3BAF0

#C3BAF0
(195,186,240)
#B2AADB
(178,170,219)
#A19AC6
(161,154,198)
#908AB1
(144,138,177)
#7F7A9C
(127,122,156)
#6E6A87
(110,106,135)
#5D5A72
(93,90,114)
#4C4A5D
(76,74,93)
#3B3A48
(59,58,72)
#2A2A33
(42,42,51)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #C3BAF0

#C3BAF0
(195,186,240)
#C8C0F1
(200,192,241)
#CDC6F2
(205,198,242)
#D2CCF3
(210,204,243)
#D7D2F4
(215,210,244)
#DCD8F5
(220,216,245)
#E1DEF6
(225,222,246)
#E6E4F7
(230,228,247)
#EBEAF8
(235,234,248)
#F0F0F9
(240,240,249)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BAF0; }

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

This text font color is #C3BAF0.


Background Color

.myBgColor { background-color: #C3BAF0; }

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

This div background color is #C3BAF0.


Border color

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

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

This div border color is #C3BAF0.


Opacity

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

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

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

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

This text has shadow with #C3BAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BAF0 on black background.


Color preview on white background

This text has color #C3BAF0 on white background.



Black color preview on #C3BAF0 background

This text has black color on #C3BAF0 background.


White color preview on #C3BAF0 background

This text has white color on #C3BAF0 background.