COLOR #CCA3CB

HEX: #CCA3CB RGB: (204,163,203)

Color info

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

RGB color model

#CCA3CB color RGB value is (204,163,203).

RGB: (204,163,203) (80%, 64%, 80%)

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 203 of 255 = 80%

204
163
203

R + G + B ~ 75%. #CCA3CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 163 + 203 = 570 (100%)
R 204 of 570 ~ 35.79%
G 163 of 570 ~ 28.6%
B 203 of 570 ~ 35.61'%

%35.79
%28.6
%35.61

CMYK color model

#CCA3CB color CMYK value is (0,20,0,20).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 0.49%
  • key color value is 20.00%

CMYK: (0,20,0,20)
C0M20Y0K20 (0%, 20%, 0%, 20%)
(0.00 / 0.20 / 0.00 / 0.20)

CMYK percentages

%0
%20.1
%0.49
%20

Codes

Color #CCA3CB in popluar color models

CC A3 CB
RGB 204 163 203
HSL 301° 28.67% 71.96%
HSB/HSV 301° 20.10% 80.00%
CMYK 0.00% 20.10% 0.49%
20.00%

Color #CCA3CB in popluar number systems.

HEX CC A3 CB
Decimal 204 163 203
Binary 11001100 10100011 11001011
Octal 314 243 313

Shades and tints

Shades of #CCA3CB

#CCA3CB
(204,163,203)
#BA95B9
(186,149,185)
#A887A7
(168,135,167)
#967995
(150,121,149)
#846B83
(132,107,131)
#725D71
(114,93,113)
#604F5F
(96,79,95)
#4E414D
(78,65,77)
#3C333B
(60,51,59)
#2A2529
(42,37,41)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #CCA3CB

#CCA3CB
(204,163,203)
#D0ABCF
(208,171,207)
#D4B3D3
(212,179,211)
#D8BBD7
(216,187,215)
#DCC3DB
(220,195,219)
#E0CBDF
(224,203,223)
#E4D3E3
(228,211,227)
#E8DBE7
(232,219,231)
#ECE3EB
(236,227,235)
#F0EBEF
(240,235,239)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA3CB; }

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

This text font color is #CCA3CB.

Background Color

.myBgColor { background-color: #CCA3CB; }

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

This div background color is #CCA3CB.

Border color

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

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

This div border color is #CCA3CB.

Opacity

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

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

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

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

This text has shadow with #CCA3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA3CB.

Preview

Color preview on black background

This text has color #CCA3CB on black background.


Color preview on white background

This text has color #CCA3CB on white background.


Black color preview on #CCA3CB background

This text has black color on #CCA3CB background.


White color preview on #CCA3CB background

This text has white color on #CCA3CB background.


Related colors

Complementary color

Complementary color for #hex is #335C34.


I love getcolorcode.com

Triadic colors

1 #CBCCA3 and #A3CBCC with #CCA3CB are triadic colors.

2 #CBA3CC and #A3CCCB with #CCA3CB are triadic colors.