COLOR #CCA7C4

HEX: #CCA7C4 RGB: (204,167,196)

Color info

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

RGB color model

#CCA7C4 color RGB value is (204,167,196).

RGB: (204,167,196) (80%, 65%, 77%)

RGB channels and saturation

R 204 of 255 = 80%
G 167 of 255 = 65%
B 196 of 255 = 77%

204
167
196

R + G + B ~ 74%. #CCA7C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 167 + 196 = 567 (100%)
R 204 of 567 ~ 35.98%
G 167 of 567 ~ 29.45%
B 196 of 567 ~ 34.57'%

%35.98
%29.45
%34.57

CMYK color model

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

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

CMYK: (0,18,4,20)
C0M18Y4K20 (0%, 18%, 4%, 20%)
(0.00 / 0.18 / 0.04 / 0.20)

CMYK percentages

%0
%18.14
%3.92
%20

Codes

Color #CCA7C4 in popluar color models

CC A7 C4
RGB 204 167 196
HSL 313° 26.62% 72.75%
HSB/HSV 313° 18.14% 80.00%
CMYK 0.00% 18.14% 3.92%
20.00%

Color #CCA7C4 in popluar number systems.

HEX CC A7 C4
Decimal 204 167 196
Binary 11001100 10100111 11000100
Octal 314 247 304

Shades and tints

Shades of #CCA7C4

#CCA7C4
(204,167,196)
#BA98B3
(186,152,179)
#A889A2
(168,137,162)
#967A91
(150,122,145)
#846B80
(132,107,128)
#725C6F
(114,92,111)
#604D5E
(96,77,94)
#4E3E4D
(78,62,77)
#3C2F3C
(60,47,60)
#2A202B
(42,32,43)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #CCA7C4

#CCA7C4
(204,167,196)
#D0AFC9
(208,175,201)
#D4B7CE
(212,183,206)
#D8BFD3
(216,191,211)
#DCC7D8
(220,199,216)
#E0CFDD
(224,207,221)
#E4D7E2
(228,215,226)
#E8DFE7
(232,223,231)
#ECE7EC
(236,231,236)
#F0EFF1
(240,239,241)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA7C4; }

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

This text font color is #CCA7C4.

Background Color

.myBgColor { background-color: #CCA7C4; }

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

This div background color is #CCA7C4.

Border color

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

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

This div border color is #CCA7C4.

Opacity

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

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

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

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

This text has shadow with #CCA7C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA7C4.

Preview

Color preview on black background

This text has color #CCA7C4 on black background.


Color preview on white background

This text has color #CCA7C4 on white background.


Black color preview on #CCA7C4 background

This text has black color on #CCA7C4 background.


White color preview on #CCA7C4 background

This text has white color on #CCA7C4 background.


Related colors

Complementary color

Complementary color for #hex is #33583B.


I love getcolorcode.com

Triadic colors

1 #C4CCA7 and #A7C4CC with #CCA7C4 are triadic colors.

2 #C4A7CC and #A7CCC4 with #CCA7C4 are triadic colors.