COLOR #C3B4CA

HEX: #C3B4CA
RGB: (195,180,202)

Color info

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

RGB color model

#C3B4CA color RGB value is (195,180,202).

  • red value is 195;
  • green value is 180;
  • blue value is 202.
RGB:
(195,180,202)
(76%,71%,79%)

RGB channels and saturation

R 195 of 255 = 76%
G 180 of 255 = 71%
B 202 of 255 = 79%

195
180
202

R + G + B ~ 75%. #C3B4CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 180 + 202 = 577 (100%)
R 195 of 577 ~ 33.8%
G 180 of 577 ~ 31.2%
B 202 of 577 ~ 35.01%

%33.8
%31.2
%35.01

CMYK color model

#C3B4CA color CMYK value is (3,11,0,21).

  • cyan value is 3.47%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(3,11,0,21)
C3M11Y0K21 
(3%,11%,0%,21%)
(0.03/0.11/0.00/0.21)	

CMYK percentages

%3.47
%10.89
%0
%20.78

Codes

Color #C3B4CA in popluar color models

C3B4CA
RGB195180202
HSL281°17.19%74.90%
HSB/HSV281°10.89%79.22%
CMYK3.47%10.89%0.00%
20.78%

Color #C3B4CA in popluar number systems.

HEXC3B4CA
Decimal195180202
Binary110000111011010011001010
Octal303264312

Shades and tints

Shades of #C3B4CA

#C3B4CA
(195,180,202)
#B2A4B8
(178,164,184)
#A194A6
(161,148,166)
#908494
(144,132,148)
#7F7482
(127,116,130)
#6E6470
(110,100,112)
#5D545E
(93,84,94)
#4C444C
(76,68,76)
#3B343A
(59,52,58)
#2A2428
(42,36,40)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #C3B4CA

#C3B4CA
(195,180,202)
#C8BACE
(200,186,206)
#CDC0D2
(205,192,210)
#D2C6D6
(210,198,214)
#D7CCDA
(215,204,218)
#DCD2DE
(220,210,222)
#E1D8E2
(225,216,226)
#E6DEE6
(230,222,230)
#EBE4EA
(235,228,234)
#F0EAEE
(240,234,238)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B4CA color. Also use rgb(195,180,202) instead hex code.

Text Font Color

.myTextColor { color: #C3B4CA; }

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

This text font color is #C3B4CA.


Background Color

.myBgColor { background-color: #C3B4CA; }

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

This div background color is #C3B4CA.


Border color

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

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

This div border color is #C3B4CA.


Opacity

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

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

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

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

This text has shadow with #C3B4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B4CA on black background.


Color preview on white background

This text has color #C3B4CA on white background.



Black color preview on #C3B4CA background

This text has black color on #C3B4CA background.


White color preview on #C3B4CA background

This text has white color on #C3B4CA background.