COLOR #C4A5CC

HEX: #C4A5CC
RGB: (196,165,204)

Color info

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

RGB color model

#C4A5CC color RGB value is (196,165,204).

  • red value is 196;
  • green value is 165;
  • blue value is 204.
RGB:
(196,165,204)
(77%,65%,80%)

RGB channels and saturation

R 196 of 255 = 77%
G 165 of 255 = 65%
B 204 of 255 = 80%

196
165
204

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

Portions of RGB colors in percentages

R + G + B =
196 + 165 + 204 = 565 (100%)
R 196 of 565 ~ 34.69%
G 165 of 565 ~ 29.2%
B 204 of 565 ~ 36.11%

%34.69
%29.2
%36.11

CMYK color model

#C4A5CC color CMYK value is (4,19,0,20).

  • cyan value is 3.92%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(4,19,0,20)
C4M19Y0K20 
(4%,19%,0%,20%)
(0.04/0.19/0.00/0.20)	

CMYK percentages

%3.92
%19.12
%0
%20

Codes

Color #C4A5CC in popluar color models

C4A5CC
RGB196165204
HSL288°27.66%72.35%
HSB/HSV288°19.12%80.00%
CMYK3.92%19.12%0.00%
20.00%

Color #C4A5CC in popluar number systems.

HEXC4A5CC
Decimal196165204
Binary110001001010010111001100
Octal304245314

Shades and tints

Shades of #C4A5CC

#C4A5CC
(196,165,204)
#B396BA
(179,150,186)
#A287A8
(162,135,168)
#917896
(145,120,150)
#806984
(128,105,132)
#6F5A72
(111,90,114)
#5E4B60
(94,75,96)
#4D3C4E
(77,60,78)
#3C2D3C
(60,45,60)
#2B1E2A
(43,30,42)
#1A0F18
(26,15,24)
#000000
(0,0,0)

Tints of #C4A5CC

#C4A5CC
(196,165,204)
#C9ADD0
(201,173,208)
#CEB5D4
(206,181,212)
#D3BDD8
(211,189,216)
#D8C5DC
(216,197,220)
#DDCDE0
(221,205,224)
#E2D5E4
(226,213,228)
#E7DDE8
(231,221,232)
#ECE5EC
(236,229,236)
#F1EDF0
(241,237,240)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A5CC color. Also use rgb(196,165,204) instead hex code.

Text Font Color

.myTextColor { color: #C4A5CC; }

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

This text font color is #C4A5CC.


Background Color

.myBgColor { background-color: #C4A5CC; }

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

This div background color is #C4A5CC.


Border color

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

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

This div border color is #C4A5CC.


Opacity

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

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

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

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

This text has shadow with #C4A5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A5CC on black background.


Color preview on white background

This text has color #C4A5CC on white background.



Black color preview on #C4A5CC background

This text has black color on #C4A5CC background.


White color preview on #C4A5CC background

This text has white color on #C4A5CC background.