COLOR #C3BAF4

HEX: #C3BAF4
RGB: (195,186,244)

Color info

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

RGB color model

#C3BAF4 color RGB value is (195,186,244).

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

RGB channels and saturation

R 195 of 255 = 76%
G 186 of 255 = 73%
B 244 of 255 = 96%

195
186
244

R + G + B ~ 82%. #C3BAF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 186 + 244 = 625 (100%)
R 195 of 625 ~ 31.2%
G 186 of 625 ~ 29.76%
B 244 of 625 ~ 39.04%

%31.2
%29.76
%39.04

CMYK color model

#C3BAF4 color CMYK value is (20,24,0,4).

  • cyan value is 20.08%
  • magenta value is 23.77%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(20,24,0,4)
C20M24Y0K4 
(20%,24%,0%,4%)
(0.20/0.24/0.00/0.04)	

CMYK percentages

%20.08
%23.77
%0
%4.31

Codes

Color #C3BAF4 in popluar color models

C3BAF4
RGB195186244
HSL249°72.50%84.31%
HSB/HSV249°23.77%95.69%
CMYK20.08%23.77%0.00%
4.31%

Color #C3BAF4 in popluar number systems.

HEXC3BAF4
Decimal195186244
Binary110000111011101011110100
Octal303272364

Shades and tints

Shades of #C3BAF4

#C3BAF4
(195,186,244)
#B2AADE
(178,170,222)
#A19AC8
(161,154,200)
#908AB2
(144,138,178)
#7F7A9C
(127,122,156)
#6E6A86
(110,106,134)
#5D5A70
(93,90,112)
#4C4A5A
(76,74,90)
#3B3A44
(59,58,68)
#2A2A2E
(42,42,46)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #C3BAF4

#C3BAF4
(195,186,244)
#C8C0F5
(200,192,245)
#CDC6F6
(205,198,246)
#D2CCF7
(210,204,247)
#D7D2F8
(215,210,248)
#DCD8F9
(220,216,249)
#E1DEFA
(225,222,250)
#E6E4FB
(230,228,251)
#EBEAFC
(235,234,252)
#F0F0FD
(240,240,253)
#F5F6FE
(245,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BAF4; }

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

This text font color is #C3BAF4.


Background Color

.myBgColor { background-color: #C3BAF4; }

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

This div background color is #C3BAF4.


Border color

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

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

This div border color is #C3BAF4.


Opacity

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

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

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

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

This text has shadow with #C3BAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BAF4 on black background.


Color preview on white background

This text has color #C3BAF4 on white background.



Black color preview on #C3BAF4 background

This text has black color on #C3BAF4 background.


White color preview on #C3BAF4 background

This text has white color on #C3BAF4 background.