COLOR #C4A3CB

HEX: #C4A3CB
RGB: (196,163,203)

Color info

#C4A3CB contains red, green and blue colors in about the same proportion. Web safe color of #C4A3CB is #CC99CC (or #C9C).

RGB color model

#C4A3CB color RGB value is (196,163,203).

  • red value is 196;
  • green value is 163;
  • blue value is 203.
RGB:
(196,163,203)
(77%,64%,80%)

RGB channels and saturation

R 196 of 255 = 77%
G 163 of 255 = 64%
B 203 of 255 = 80%

196
163
203

R + G + B ~ 74%. #C4A3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 163 + 203 = 562 (100%)
R 196 of 562 ~ 34.88%
G 163 of 562 ~ 29%
B 203 of 562 ~ 36.12%

%34.88
%29
%36.12

CMYK color model

#C4A3CB color CMYK value is (3,20,0,20).

  • cyan value is 3.45%
  • magenta value is 19.70%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(3,20,0,20)
C3M20Y0K20 
(3%,20%,0%,20%)
(0.03/0.20/0.00/0.20)	

CMYK percentages

%3.45
%19.7
%0
%20.39

Codes

Color #C4A3CB in popluar color models

C4A3CB
RGB196163203
HSL290°27.78%71.76%
HSB/HSV290°19.70%79.61%
CMYK3.45%19.70%0.00%
20.39%

Color #C4A3CB in popluar number systems.

HEXC4A3CB
Decimal196163203
Binary110001001010001111001011
Octal304243313

Shades and tints

Shades of #C4A3CB

#C4A3CB
(196,163,203)
#B395B9
(179,149,185)
#A287A7
(162,135,167)
#917995
(145,121,149)
#806B83
(128,107,131)
#6F5D71
(111,93,113)
#5E4F5F
(94,79,95)
#4D414D
(77,65,77)
#3C333B
(60,51,59)
#2B2529
(43,37,41)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #C4A3CB

#C4A3CB
(196,163,203)
#C9ABCF
(201,171,207)
#CEB3D3
(206,179,211)
#D3BBD7
(211,187,215)
#D8C3DB
(216,195,219)
#DDCBDF
(221,203,223)
#E2D3E3
(226,211,227)
#E7DBE7
(231,219,231)
#ECE3EB
(236,227,235)
#F1EBEF
(241,235,239)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A3CB color. Also use rgb(196,163,203) instead hex code.

Text Font Color

.myTextColor { color: #C4A3CB; }

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

This text font color is #C4A3CB.


Background Color

.myBgColor { background-color: #C4A3CB; }

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

This div background color is #C4A3CB.


Border color

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

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

This div border color is #C4A3CB.


Opacity

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

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

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

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

This text has shadow with #C4A3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A3CB on black background.


Color preview on white background

This text has color #C4A3CB on white background.



Black color preview on #C4A3CB background

This text has black color on #C4A3CB background.


White color preview on #C4A3CB background

This text has white color on #C4A3CB background.