COLOR #CCA3A7

HEX: #CCA3A7 RGB: (204,163,167)

Color info

#CCA3A7 contains red, green and blue colors in about the same proportion. Web safe color of #CCA3A7 is #CC9999 (or #C99).

RGB color model

#CCA3A7 color RGB value is (204,163,167).

RGB: (204,163,167) (80%, 64%, 65%)

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 167 of 255 = 65%

204
163
167

R + G + B ~ 70%. #CCA3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 163 + 167 = 534 (100%)
R 204 of 534 ~ 38.2%
G 163 of 534 ~ 30.52%
B 167 of 534 ~ 31.27'%

%38.2
%30.52
%31.27

CMYK color model

#CCA3A7 color CMYK value is (0,20,18,20).

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

CMYK: (0,20,18,20)
C0M20Y18K20 (0%, 20%, 18%, 20%)
(0.00 / 0.20 / 0.18 / 0.20)

CMYK percentages

%0
%20.1
%18.14
%20

Codes

Color #CCA3A7 in popluar color models

CC A3 A7
RGB 204 163 167
HSL 354° 28.67% 71.96%
HSB/HSV 354° 20.10% 80.00%
CMYK 0.00% 20.10% 18.14%
20.00%

Color #CCA3A7 in popluar number systems.

HEX CC A3 A7
Decimal 204 163 167
Binary 11001100 10100011 10100111
Octal 314 243 247

Shades and tints

Shades of #CCA3A7

#CCA3A7
(204,163,167)
#BA9598
(186,149,152)
#A88789
(168,135,137)
#96797A
(150,121,122)
#846B6B
(132,107,107)
#725D5C
(114,93,92)
#604F4D
(96,79,77)
#4E413E
(78,65,62)
#3C332F
(60,51,47)
#2A2520
(42,37,32)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #CCA3A7

#CCA3A7
(204,163,167)
#D0ABAF
(208,171,175)
#D4B3B7
(212,179,183)
#D8BBBF
(216,187,191)
#DCC3C7
(220,195,199)
#E0CBCF
(224,203,207)
#E4D3D7
(228,211,215)
#E8DBDF
(232,219,223)
#ECE3E7
(236,227,231)
#F0EBEF
(240,235,239)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA3A7; }

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

This text font color is #CCA3A7.

Background Color

.myBgColor { background-color: #CCA3A7; }

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

This div background color is #CCA3A7.

Border color

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

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

This div border color is #CCA3A7.

Opacity

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

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

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

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

This text has shadow with #CCA3A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA3A7.

Preview

Color preview on black background

This text has color #CCA3A7 on black background.


Color preview on white background

This text has color #CCA3A7 on white background.


Black color preview on #CCA3A7 background

This text has black color on #CCA3A7 background.


White color preview on #CCA3A7 background

This text has white color on #CCA3A7 background.


Related colors

Complementary color

Complementary color for #hex is #335C58.


I love getcolorcode.com

Triadic colors

1 #A7CCA3 and #A3A7CC with #CCA3A7 are triadic colors.

2 #A7A3CC and #A3CCA7 with #CCA3A7 are triadic colors.