COLOR #C3BAD4

HEX: #C3BAD4
RGB: (195,186,212)

Color info

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

RGB color model

#C3BAD4 color RGB value is (195,186,212).

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

RGB channels and saturation

R 195 of 255 = 76%
G 186 of 255 = 73%
B 212 of 255 = 83%

195
186
212

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

Portions of RGB colors in percentages

R + G + B =
195 + 186 + 212 = 593 (100%)
R 195 of 593 ~ 32.88%
G 186 of 593 ~ 31.37%
B 212 of 593 ~ 35.75%

%32.88
%31.37
%35.75

CMYK color model

#C3BAD4 color CMYK value is (8,12,0,17).

  • cyan value is 8.02%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(8,12,0,17)
C8M12Y0K17 
(8%,12%,0%,17%)
(0.08/0.12/0.00/0.17)	

CMYK percentages

%8.02
%12.26
%0
%16.86

Codes

Color #C3BAD4 in popluar color models

C3BAD4
RGB195186212
HSL261°23.21%78.04%
HSB/HSV261°12.26%83.14%
CMYK8.02%12.26%0.00%
16.86%

Color #C3BAD4 in popluar number systems.

HEXC3BAD4
Decimal195186212
Binary110000111011101011010100
Octal303272324

Shades and tints

Shades of #C3BAD4

#C3BAD4
(195,186,212)
#B2AAC1
(178,170,193)
#A19AAE
(161,154,174)
#908A9B
(144,138,155)
#7F7A88
(127,122,136)
#6E6A75
(110,106,117)
#5D5A62
(93,90,98)
#4C4A4F
(76,74,79)
#3B3A3C
(59,58,60)
#2A2A29
(42,42,41)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #C3BAD4

#C3BAD4
(195,186,212)
#C8C0D7
(200,192,215)
#CDC6DA
(205,198,218)
#D2CCDD
(210,204,221)
#D7D2E0
(215,210,224)
#DCD8E3
(220,216,227)
#E1DEE6
(225,222,230)
#E6E4E9
(230,228,233)
#EBEAEC
(235,234,236)
#F0F0EF
(240,240,239)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BAD4; }

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

This text font color is #C3BAD4.


Background Color

.myBgColor { background-color: #C3BAD4; }

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

This div background color is #C3BAD4.


Border color

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

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

This div border color is #C3BAD4.


Opacity

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

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

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

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

This text has shadow with #C3BAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BAD4 on black background.


Color preview on white background

This text has color #C3BAD4 on white background.



Black color preview on #C3BAD4 background

This text has black color on #C3BAD4 background.


White color preview on #C3BAD4 background

This text has white color on #C3BAD4 background.