COLOR #CCAFC9

HEX: #CCAFC9 RGB: (204,175,201)

Color info

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

RGB color model

#CCAFC9 color RGB value is (204,175,201).

RGB: (204,175,201) (80%, 69%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 175 of 255 = 69%
B 201 of 255 = 79%

204
175
201

R + G + B ~ 76%. #CCAFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 175 + 201 = 580 (100%)
R 204 of 580 ~ 35.17%
G 175 of 580 ~ 30.17%
B 201 of 580 ~ 34.66'%

%35.17
%30.17
%34.66

CMYK color model

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

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

CMYK: (0,14,1,20)
C0M14Y1K20 (0%, 14%, 1%, 20%)
(0.00 / 0.14 / 0.01 / 0.20)

CMYK percentages

%0
%14.22
%1.47
%20

Codes

Color #CCAFC9 in popluar color models

CC AF C9
RGB 204 175 201
HSL 306° 22.14% 74.31%
HSB/HSV 306° 14.22% 80.00%
CMYK 0.00% 14.22% 1.47%
20.00%

Color #CCAFC9 in popluar number systems.

HEX CC AF C9
Decimal 204 175 201
Binary 11001100 10101111 11001001
Octal 314 257 311

Shades and tints

Shades of #CCAFC9

#CCAFC9
(204,175,201)
#BAA0B7
(186,160,183)
#A891A5
(168,145,165)
#968293
(150,130,147)
#847381
(132,115,129)
#72646F
(114,100,111)
#60555D
(96,85,93)
#4E464B
(78,70,75)
#3C3739
(60,55,57)
#2A2827
(42,40,39)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #CCAFC9

#CCAFC9
(204,175,201)
#D0B6CD
(208,182,205)
#D4BDD1
(212,189,209)
#D8C4D5
(216,196,213)
#DCCBD9
(220,203,217)
#E0D2DD
(224,210,221)
#E4D9E1
(228,217,225)
#E8E0E5
(232,224,229)
#ECE7E9
(236,231,233)
#F0EEED
(240,238,237)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAFC9; }

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

This text font color is #CCAFC9.

Background Color

.myBgColor { background-color: #CCAFC9; }

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

This div background color is #CCAFC9.

Border color

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

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

This div border color is #CCAFC9.

Opacity

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

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

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

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

This text has shadow with #CCAFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAFC9.

Preview

Color preview on black background

This text has color #CCAFC9 on black background.


Color preview on white background

This text has color #CCAFC9 on white background.


Black color preview on #CCAFC9 background

This text has black color on #CCAFC9 background.


White color preview on #CCAFC9 background

This text has white color on #CCAFC9 background.


Related colors

Complementary color

Complementary color for #hex is #335036.


I love getcolorcode.com

Triadic colors

1 #C9CCAF and #AFC9CC with #CCAFC9 are triadic colors.

2 #C9AFCC and #AFCCC9 with #CCAFC9 are triadic colors.