COLOR #CCAFB7

HEX: #CCAFB7 RGB: (204,175,183)

Color info

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

RGB color model

#CCAFB7 color RGB value is (204,175,183).

RGB: (204,175,183) (80%, 69%, 72%)

RGB channels and saturation

R 204 of 255 = 80%
G 175 of 255 = 69%
B 183 of 255 = 72%

204
175
183

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

Portions of RGB colors in percentages

R + G + B = 204 + 175 + 183 = 562 (100%)
R 204 of 562 ~ 36.3%
G 175 of 562 ~ 31.14%
B 183 of 562 ~ 32.56'%

%36.3
%31.14
%32.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 10.29%
  • key color value is 20.00%
CMYK: (0,14,10,20) C0M14Y10K20 (0%,14%,10%,20%) (0.00/0.14/0.10/0.20) 

CMYK percentages

%0
%14.22
%10.29
%20

Codes

Color #CCAFB7 in popluar color models

CC AF B7
RGB 204 175 183
HSL 343° 22.14% 74.31%
HSB/HSV 343° 14.22% 80.00%
CMYK 0.00% 14.22% 10.29%
20.00%

Color #CCAFB7 in popluar number systems.

HEX CC AF B7
Decimal 204 175 183
Binary 11001100 10101111 10110111
Octal 314 257 267

Shades and tints

Shades of #CCAFB7

#CCAFB7
(204,175,183)
#BAA0A7
(186,160,167)
#A89197
(168,145,151)
#968287
(150,130,135)
#847377
(132,115,119)
#726467
(114,100,103)
#605557
(96,85,87)
#4E4647
(78,70,71)
#3C3737
(60,55,55)
#2A2827
(42,40,39)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCAFB7

#CCAFB7
(204,175,183)
#D0B6BD
(208,182,189)
#D4BDC3
(212,189,195)
#D8C4C9
(216,196,201)
#DCCBCF
(220,203,207)
#E0D2D5
(224,210,213)
#E4D9DB
(228,217,219)
#E8E0E1
(232,224,225)
#ECE7E7
(236,231,231)
#F0EEED
(240,238,237)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAFB7; }

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

This text font color is #CCAFB7.

Background Color

.myBgColor { background-color: #CCAFB7; }

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

This div background color is #CCAFB7.

Border color

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

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

This div border color is #CCAFB7.

Opacity

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

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

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

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

This text has shadow with #CCAFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAFB7.

Preview

Color preview on black background

This text has color #CCAFB7 on black background.


Color preview on white background

This text has color #CCAFB7 on white background.


Black color preview on #CCAFB7 background

This text has black color on #CCAFB7 background.


White color preview on #CCAFB7 background

This text has white color on #CCAFB7 background.


Related colors

Complementary color

Complementary color for #hex is #335048.


I love getcolorcode.com

Triadic colors

1 #B7CCAF and #AFB7CC with #CCAFB7 are triadic colors.

2 #B7AFCC and #AFCCB7 with #CCAFB7 are triadic colors.