COLOR #CCA3B7

HEX: #CCA3B7
RGB: (204,163,183)

Color info

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

RGB color model

#CCA3B7 color RGB value is (204,163,183).

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

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 183 of 255 = 72%

204
163
183

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

Portions of RGB colors in percentages

R + G + B =
204 + 163 + 183 = 550 (100%)
R 204 of 550 ~ 37.09%
G 163 of 550 ~ 29.64%
B 183 of 550 ~ 33.27%

%37.09
%29.64
%33.27

CMYK color model

#CCA3B7 color CMYK value is (0,20,10,20).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 10.29%
  • key color value is 20.00%
CMYK:
(0,20,10,20)
C0M20Y10K20 
(0%,20%,10%,20%)
(0.00/0.20/0.10/0.20)	

CMYK percentages

%0
%20.1
%10.29
%20

Codes

Color #CCA3B7 in popluar color models

CCA3B7
RGB204163183
HSL331°28.67%71.96%
HSB/HSV331°20.10%80.00%
CMYK0.00%20.10%10.29%
20.00%

Color #CCA3B7 in popluar number systems.

HEXCCA3B7
Decimal204163183
Binary110011001010001110110111
Octal314243267

Shades and tints

Shades of #CCA3B7

#CCA3B7
(204,163,183)
#BA95A7
(186,149,167)
#A88797
(168,135,151)
#967987
(150,121,135)
#846B77
(132,107,119)
#725D67
(114,93,103)
#604F57
(96,79,87)
#4E4147
(78,65,71)
#3C3337
(60,51,55)
#2A2527
(42,37,39)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #CCA3B7

#CCA3B7
(204,163,183)
#D0ABBD
(208,171,189)
#D4B3C3
(212,179,195)
#D8BBC9
(216,187,201)
#DCC3CF
(220,195,207)
#E0CBD5
(224,203,213)
#E4D3DB
(228,211,219)
#E8DBE1
(232,219,225)
#ECE3E7
(236,227,231)
#F0EBED
(240,235,237)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA3B7; }

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

This text font color is #CCA3B7.


Background Color

.myBgColor { background-color: #CCA3B7; }

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

This div background color is #CCA3B7.


Border color

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

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

This div border color is #CCA3B7.


Opacity

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

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

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

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

This text has shadow with #CCA3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA3B7 on black background.


Color preview on white background

This text has color #CCA3B7 on white background.



Black color preview on #CCA3B7 background

This text has black color on #CCA3B7 background.


White color preview on #CCA3B7 background

This text has white color on #CCA3B7 background.