COLOR #CCAFB8

HEX: #CCAFB8
RGB: (204,175,184)

Color info

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

RGB color model

#CCAFB8 color RGB value is (204,175,184).

  • red value is 204;
  • green value is 175;
  • blue value is 184.
RGB: (204,175,184) (80%,69%,72%)

RGB channels and saturation

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

204
175
184

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

Portions of RGB colors in percentages

R + G + B =
204 + 175 + 184 = 563 (100%)
R 204 of 563 ~ 36.23%
G 175 of 563 ~ 31.08%
B 184 of 563 ~ 32.68%

%36.23
%31.08
%32.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 9.80%
  • 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
%9.8
%20

Codes

Color #CCAFB8 in popluar color models

CCAFB8
RGB204175184
HSL341°22.14%74.31%
HSB/HSV341°14.22%80.00%
CMYK0.00%14.22%9.80%
20.00%

Color #CCAFB8 in popluar number systems.

HEXCCAFB8
Decimal204175184
Binary110011001010111110111000
Octal314257270

Shades and tints

Shades of #CCAFB8

#CCAFB8
(204,175,184)
#BAA0A8
(186,160,168)
#A89198
(168,145,152)
#968288
(150,130,136)
#847378
(132,115,120)
#726468
(114,100,104)
#605558
(96,85,88)
#4E4648
(78,70,72)
#3C3738
(60,55,56)
#2A2828
(42,40,40)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #CCAFB8

#CCAFB8
(204,175,184)
#D0B6BE
(208,182,190)
#D4BDC4
(212,189,196)
#D8C4CA
(216,196,202)
#DCCBD0
(220,203,208)
#E0D2D6
(224,210,214)
#E4D9DC
(228,217,220)
#E8E0E2
(232,224,226)
#ECE7E8
(236,231,232)
#F0EEEE
(240,238,238)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAFB8; }

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

This text font color is #CCAFB8.


Background Color

.myBgColor { background-color: #CCAFB8; }

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

This div background color is #CCAFB8.


Border color

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

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

This div border color is #CCAFB8.


Opacity

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

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

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

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

This text has shadow with #CCAFB8 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #CCAFB8; -webkit-box-shadow:	1px 1px 3px 2px #CCAFB8; box-shadow:	1px 1px 3px 2px #CCAFB8; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CCAFB8; -webkit-box-shadow: 1px 1px 3px 2px #CCAFB8; box-shadow:1px 1px 3px 2px #CCAFB8;">
Div content here</div>
This div box has shadow with color #CCAFB8.

Preview

Color preview on black background

This text has color #CCAFB8 on black background.


Color preview on white background

This text has color #CCAFB8 on white background.



Black color preview on #CCAFB8 background

This text has black color on #CCAFB8 background.


White color preview on #CCAFB8 background

This text has white color on #CCAFB8 background.