COLOR #CCA3BD

HEX: #CCA3BD
RGB: (204,163,189)

Color info

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

RGB color model

#CCA3BD color RGB value is (204,163,189).

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

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 189 of 255 = 74%

204
163
189

R + G + B ~ 73%. #CCA3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 163 + 189 = 556 (100%)
R 204 of 556 ~ 36.69%
G 163 of 556 ~ 29.32%
B 189 of 556 ~ 33.99%

%36.69
%29.32
%33.99

CMYK color model

#CCA3BD color CMYK value is (0,20,7,20).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 7.35%
  • key color value is 20.00%
CMYK:
(0,20,7,20)
C0M20Y7K20 
(0%,20%,7%,20%)
(0.00/0.20/0.07/0.20)	

CMYK percentages

%0
%20.1
%7.35
%20

Codes

Color #CCA3BD in popluar color models

CCA3BD
RGB204163189
HSL322°28.67%71.96%
HSB/HSV322°20.10%80.00%
CMYK0.00%20.10%7.35%
20.00%

Color #CCA3BD in popluar number systems.

HEXCCA3BD
Decimal204163189
Binary110011001010001110111101
Octal314243275

Shades and tints

Shades of #CCA3BD

#CCA3BD
(204,163,189)
#BA95AC
(186,149,172)
#A8879B
(168,135,155)
#96798A
(150,121,138)
#846B79
(132,107,121)
#725D68
(114,93,104)
#604F57
(96,79,87)
#4E4146
(78,65,70)
#3C3335
(60,51,53)
#2A2524
(42,37,36)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #CCA3BD

#CCA3BD
(204,163,189)
#D0ABC3
(208,171,195)
#D4B3C9
(212,179,201)
#D8BBCF
(216,187,207)
#DCC3D5
(220,195,213)
#E0CBDB
(224,203,219)
#E4D3E1
(228,211,225)
#E8DBE7
(232,219,231)
#ECE3ED
(236,227,237)
#F0EBF3
(240,235,243)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA3BD; }

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

This text font color is #CCA3BD.


Background Color

.myBgColor { background-color: #CCA3BD; }

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

This div background color is #CCA3BD.


Border color

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

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

This div border color is #CCA3BD.


Opacity

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

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

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

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

This text has shadow with #CCA3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA3BD on black background.


Color preview on white background

This text has color #CCA3BD on white background.



Black color preview on #CCA3BD background

This text has black color on #CCA3BD background.


White color preview on #CCA3BD background

This text has white color on #CCA3BD background.