COLOR #CFAAB7

HEX: #CFAAB7
RGB: (207,170,183)

Color info

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

RGB color model

#CFAAB7 color RGB value is (207,170,183).

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

RGB channels and saturation

R 207 of 255 = 81%
G 170 of 255 = 67%
B 183 of 255 = 72%

207
170
183

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

Portions of RGB colors in percentages

R + G + B =
207 + 170 + 183 = 560 (100%)
R 207 of 560 ~ 36.96%
G 170 of 560 ~ 30.36%
B 183 of 560 ~ 32.68%

%36.96
%30.36
%32.68

CMYK color model

#CFAAB7 color CMYK value is (0,18,12,19).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 11.59%
  • key color value is 18.82%
CMYK:
(0,18,12,19)
C0M18Y12K19 
(0%,18%,12%,19%)
(0.00/0.18/0.12/0.19)	

CMYK percentages

%0
%17.87
%11.59
%18.82

Codes

Color #CFAAB7 in popluar color models

CFAAB7
RGB207170183
HSL339°27.82%73.92%
HSB/HSV339°17.87%81.18%
CMYK0.00%17.87%11.59%
18.82%

Color #CFAAB7 in popluar number systems.

HEXCFAAB7
Decimal207170183
Binary110011111010101010110111
Octal317252267

Shades and tints

Shades of #CFAAB7

#CFAAB7
(207,170,183)
#BD9BA7
(189,155,167)
#AB8C97
(171,140,151)
#997D87
(153,125,135)
#876E77
(135,110,119)
#755F67
(117,95,103)
#635057
(99,80,87)
#514147
(81,65,71)
#3F3237
(63,50,55)
#2D2327
(45,35,39)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #CFAAB7

#CFAAB7
(207,170,183)
#D3B1BD
(211,177,189)
#D7B8C3
(215,184,195)
#DBBFC9
(219,191,201)
#DFC6CF
(223,198,207)
#E3CDD5
(227,205,213)
#E7D4DB
(231,212,219)
#EBDBE1
(235,219,225)
#EFE2E7
(239,226,231)
#F3E9ED
(243,233,237)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAAB7; }

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

This text font color is #CFAAB7.


Background Color

.myBgColor { background-color: #CFAAB7; }

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

This div background color is #CFAAB7.


Border color

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

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

This div border color is #CFAAB7.


Opacity

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

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

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

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

This text has shadow with #CFAAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAAB7 on black background.


Color preview on white background

This text has color #CFAAB7 on white background.



Black color preview on #CFAAB7 background

This text has black color on #CFAAB7 background.


White color preview on #CFAAB7 background

This text has white color on #CFAAB7 background.