COLOR #CCAFB0

HEX: #CCAFB0 RGB: (204,175,176)

Color info

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

RGB color model

#CCAFB0 color RGB value is (204,175,176).

RGB: (204,175,176) (80%, 69%, 69%)

RGB channels and saturation

R 204 of 255 = 80%
G 175 of 255 = 69%
B 176 of 255 = 69%

204
175
176

R + G + B ~ 73%. #CCAFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 175 + 176 = 555 (100%)
R 204 of 555 ~ 36.76%
G 175 of 555 ~ 31.53%
B 176 of 555 ~ 31.71'%

%36.76
%31.53
%31.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 13.73%
  • key color value is 20.00%
CMYK: (0,14,14,20) C0M14Y14K20 (0%,14%,14%,20%) (0.00/0.14/0.14/0.20) 

CMYK percentages

%0
%14.22
%13.73
%20

Codes

Color #CCAFB0 in popluar color models

CC AF B0
RGB 204 175 176
HSL 358° 22.14% 74.31%
HSB/HSV 358° 14.22% 80.00%
CMYK 0.00% 14.22% 13.73%
20.00%

Color #CCAFB0 in popluar number systems.

HEX CC AF B0
Decimal 204 175 176
Binary 11001100 10101111 10110000
Octal 314 257 260

Shades and tints

Shades of #CCAFB0

#CCAFB0
(204,175,176)
#BAA0A0
(186,160,160)
#A89190
(168,145,144)
#968280
(150,130,128)
#847370
(132,115,112)
#726460
(114,100,96)
#605550
(96,85,80)
#4E4640
(78,70,64)
#3C3730
(60,55,48)
#2A2820
(42,40,32)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #CCAFB0

#CCAFB0
(204,175,176)
#D0B6B7
(208,182,183)
#D4BDBE
(212,189,190)
#D8C4C5
(216,196,197)
#DCCBCC
(220,203,204)
#E0D2D3
(224,210,211)
#E4D9DA
(228,217,218)
#E8E0E1
(232,224,225)
#ECE7E8
(236,231,232)
#F0EEEF
(240,238,239)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAFB0; }

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

This text font color is #CCAFB0.

Background Color

.myBgColor { background-color: #CCAFB0; }

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

This div background color is #CCAFB0.

Border color

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

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

This div border color is #CCAFB0.

Opacity

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

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

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

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

This text has shadow with #CCAFB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAFB0.

Preview

Color preview on black background

This text has color #CCAFB0 on black background.


Color preview on white background

This text has color #CCAFB0 on white background.


Black color preview on #CCAFB0 background

This text has black color on #CCAFB0 background.


White color preview on #CCAFB0 background

This text has white color on #CCAFB0 background.


Related colors

Complementary color

Complementary color for #hex is #33504F.


I love getcolorcode.com

Triadic colors

1 #B0CCAF and #AFB0CC with #CCAFB0 are triadic colors.

2 #B0AFCC and #AFCCB0 with #CCAFB0 are triadic colors.