COLOR #CFAAB1

HEX: #CFAAB1
RGB: (207,170,177)

Color info

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

RGB color model

#CFAAB1 color RGB value is (207,170,177).

  • red value is 207;
  • green value is 170;
  • blue value is 177.
RGB:
(207,170,177)
(81%,67%,69%)

RGB channels and saturation

R 207 of 255 = 81%
G 170 of 255 = 67%
B 177 of 255 = 69%

207
170
177

R + G + B ~ 72%. #CFAAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 170 + 177 = 554 (100%)
R 207 of 554 ~ 37.36%
G 170 of 554 ~ 30.69%
B 177 of 554 ~ 31.95%

%37.36
%30.69
%31.95

CMYK color model

#CFAAB1 color CMYK value is (0,18,14,19).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 14.49%
  • key color value is 18.82%
CMYK:
(0,18,14,19)
C0M18Y14K19 
(0%,18%,14%,19%)
(0.00/0.18/0.14/0.19)	

CMYK percentages

%0
%17.87
%14.49
%18.82

Codes

Color #CFAAB1 in popluar color models

CFAAB1
RGB207170177
HSL349°27.82%73.92%
HSB/HSV349°17.87%81.18%
CMYK0.00%17.87%14.49%
18.82%

Color #CFAAB1 in popluar number systems.

HEXCFAAB1
Decimal207170177
Binary110011111010101010110001
Octal317252261

Shades and tints

Shades of #CFAAB1

#CFAAB1
(207,170,177)
#BD9BA1
(189,155,161)
#AB8C91
(171,140,145)
#997D81
(153,125,129)
#876E71
(135,110,113)
#755F61
(117,95,97)
#635051
(99,80,81)
#514141
(81,65,65)
#3F3231
(63,50,49)
#2D2321
(45,35,33)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #CFAAB1

#CFAAB1
(207,170,177)
#D3B1B8
(211,177,184)
#D7B8BF
(215,184,191)
#DBBFC6
(219,191,198)
#DFC6CD
(223,198,205)
#E3CDD4
(227,205,212)
#E7D4DB
(231,212,219)
#EBDBE2
(235,219,226)
#EFE2E9
(239,226,233)
#F3E9F0
(243,233,240)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFAAB1 color. Also use rgb(207,170,177) instead hex code.

Text Font Color

.myTextColor { color: #CFAAB1; }

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

This text font color is #CFAAB1.


Background Color

.myBgColor { background-color: #CFAAB1; }

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

This div background color is #CFAAB1.


Border color

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

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

This div border color is #CFAAB1.


Opacity

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

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

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

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

This text has shadow with #CFAAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAAB1 on black background.


Color preview on white background

This text has color #CFAAB1 on white background.



Black color preview on #CFAAB1 background

This text has black color on #CFAAB1 background.


White color preview on #CFAAB1 background

This text has white color on #CFAAB1 background.