COLOR #CCA3B5

HEX: #CCA3B5
RGB: (204,163,181)

Color info

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

RGB color model

#CCA3B5 color RGB value is (204,163,181).

  • red value is 204;
  • green value is 163;
  • blue value is 181.
RGB:
(204,163,181)
(80%,64%,71%)

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 181 of 255 = 71%

204
163
181

R + G + B ~ 72%. #CCA3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 163 + 181 = 548 (100%)
R 204 of 548 ~ 37.23%
G 163 of 548 ~ 29.74%
B 181 of 548 ~ 33.03%

%37.23
%29.74
%33.03

CMYK color model

#CCA3B5 color CMYK value is (0,20,11,20).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 11.27%
  • key color value is 20.00%
CMYK:
(0,20,11,20)
C0M20Y11K20 
(0%,20%,11%,20%)
(0.00/0.20/0.11/0.20)	

CMYK percentages

%0
%20.1
%11.27
%20

Codes

Color #CCA3B5 in popluar color models

CCA3B5
RGB204163181
HSL334°28.67%71.96%
HSB/HSV334°20.10%80.00%
CMYK0.00%20.10%11.27%
20.00%

Color #CCA3B5 in popluar number systems.

HEXCCA3B5
Decimal204163181
Binary110011001010001110110101
Octal314243265

Shades and tints

Shades of #CCA3B5

#CCA3B5
(204,163,181)
#BA95A5
(186,149,165)
#A88795
(168,135,149)
#967985
(150,121,133)
#846B75
(132,107,117)
#725D65
(114,93,101)
#604F55
(96,79,85)
#4E4145
(78,65,69)
#3C3335
(60,51,53)
#2A2525
(42,37,37)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #CCA3B5

#CCA3B5
(204,163,181)
#D0ABBB
(208,171,187)
#D4B3C1
(212,179,193)
#D8BBC7
(216,187,199)
#DCC3CD
(220,195,205)
#E0CBD3
(224,203,211)
#E4D3D9
(228,211,217)
#E8DBDF
(232,219,223)
#ECE3E5
(236,227,229)
#F0EBEB
(240,235,235)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA3B5 color. Also use rgb(204,163,181) instead hex code.

Text Font Color

.myTextColor { color: #CCA3B5; }

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

This text font color is #CCA3B5.


Background Color

.myBgColor { background-color: #CCA3B5; }

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

This div background color is #CCA3B5.


Border color

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

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

This div border color is #CCA3B5.


Opacity

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

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

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

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

This text has shadow with #CCA3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA3B5 on black background.


Color preview on white background

This text has color #CCA3B5 on white background.



Black color preview on #CCA3B5 background

This text has black color on #CCA3B5 background.


White color preview on #CCA3B5 background

This text has white color on #CCA3B5 background.