COLOR #CCAFA5

HEX: #CCAFA5 RGB: (204,175,165)

Color info

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

RGB color model

#CCAFA5 color RGB value is (204,175,165).

RGB: (204,175,165) (80%, 69%, 65%)

RGB channels and saturation

R 204 of 255 = 80%
G 175 of 255 = 69%
B 165 of 255 = 65%

204
175
165

R + G + B ~ 71%. #CCAFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 175 + 165 = 544 (100%)
R 204 of 544 ~ 37.5%
G 175 of 544 ~ 32.17%
B 165 of 544 ~ 30.33'%

%37.5
%32.17
%30.33

CMYK color model

#CCAFA5 color CMYK value is (0,14,19,20).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 19.12%
  • key color value is 20.00%

CMYK: (0,14,19,20)
C0M14Y19K20 (0%, 14%, 19%, 20%)
(0.00 / 0.14 / 0.19 / 0.20)

CMYK percentages

%0
%14.22
%19.12
%20

Codes

Color #CCAFA5 in popluar color models

CC AF A5
RGB 204 175 165
HSL 15° 27.66% 72.35%
HSB/HSV 15° 19.12% 80.00%
CMYK 0.00% 14.22% 19.12%
20.00%

Color #CCAFA5 in popluar number systems.

HEX CC AF A5
Decimal 204 175 165
Binary 11001100 10101111 10100101
Octal 314 257 245

Shades and tints

Shades of #CCAFA5

#CCAFA5
(204,175,165)
#BAA096
(186,160,150)
#A89187
(168,145,135)
#968278
(150,130,120)
#847369
(132,115,105)
#72645A
(114,100,90)
#60554B
(96,85,75)
#4E463C
(78,70,60)
#3C372D
(60,55,45)
#2A281E
(42,40,30)
#18190F
(24,25,15)
#000000
(0,0,0)

Tints of #CCAFA5

#CCAFA5
(204,175,165)
#D0B6AD
(208,182,173)
#D4BDB5
(212,189,181)
#D8C4BD
(216,196,189)
#DCCBC5
(220,203,197)
#E0D2CD
(224,210,205)
#E4D9D5
(228,217,213)
#E8E0DD
(232,224,221)
#ECE7E5
(236,231,229)
#F0EEED
(240,238,237)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAFA5 color. Also use rgb(204,175,165) instead hex code.

Text Font Color

.myTextColor { color: #CCAFA5; }

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

This text font color is #CCAFA5.

Background Color

.myBgColor { background-color: #CCAFA5; }

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

This div background color is #CCAFA5.

Border color

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

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

This div border color is #CCAFA5.

Opacity

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

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

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

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

This text has shadow with #CCAFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAFA5.

Preview

Color preview on black background

This text has color #CCAFA5 on black background.


Color preview on white background

This text has color #CCAFA5 on white background.


Black color preview on #CCAFA5 background

This text has black color on #CCAFA5 background.


White color preview on #CCAFA5 background

This text has white color on #CCAFA5 background.


Related colors

Complementary color

Complementary color for #hex is #33505A.


I love getcolorcode.com

Triadic colors

1 #A5CCAF and #AFA5CC with #CCAFA5 are triadic colors.

2 #A5AFCC and #AFCCA5 with #CCAFA5 are triadic colors.