COLOR #CCA3BA

HEX: #CCA3BA
RGB: (204,163,186)

Color info

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

RGB color model

#CCA3BA color RGB value is (204,163,186).

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

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 186 of 255 = 73%

204
163
186

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

Portions of RGB colors in percentages

R + G + B =
204 + 163 + 186 = 553 (100%)
R 204 of 553 ~ 36.89%
G 163 of 553 ~ 29.48%
B 186 of 553 ~ 33.63%

%36.89
%29.48
%33.63

CMYK color model

#CCA3BA color CMYK value is (0,20,9,20).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 8.82%
  • key color value is 20.00%
CMYK:
(0,20,9,20)
C0M20Y9K20 
(0%,20%,9%,20%)
(0.00/0.20/0.09/0.20)	

CMYK percentages

%0
%20.1
%8.82
%20

Codes

Color #CCA3BA in popluar color models

CCA3BA
RGB204163186
HSL326°28.67%71.96%
HSB/HSV326°20.10%80.00%
CMYK0.00%20.10%8.82%
20.00%

Color #CCA3BA in popluar number systems.

HEXCCA3BA
Decimal204163186
Binary110011001010001110111010
Octal314243272

Shades and tints

Shades of #CCA3BA

#CCA3BA
(204,163,186)
#BA95AA
(186,149,170)
#A8879A
(168,135,154)
#96798A
(150,121,138)
#846B7A
(132,107,122)
#725D6A
(114,93,106)
#604F5A
(96,79,90)
#4E414A
(78,65,74)
#3C333A
(60,51,58)
#2A252A
(42,37,42)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #CCA3BA

#CCA3BA
(204,163,186)
#D0ABC0
(208,171,192)
#D4B3C6
(212,179,198)
#D8BBCC
(216,187,204)
#DCC3D2
(220,195,210)
#E0CBD8
(224,203,216)
#E4D3DE
(228,211,222)
#E8DBE4
(232,219,228)
#ECE3EA
(236,227,234)
#F0EBF0
(240,235,240)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA3BA; }

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

This text font color is #CCA3BA.


Background Color

.myBgColor { background-color: #CCA3BA; }

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

This div background color is #CCA3BA.


Border color

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

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

This div border color is #CCA3BA.


Opacity

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

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

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

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

This text has shadow with #CCA3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA3BA on black background.


Color preview on white background

This text has color #CCA3BA on white background.



Black color preview on #CCA3BA background

This text has black color on #CCA3BA background.


White color preview on #CCA3BA background

This text has white color on #CCA3BA background.