COLOR #CFAAB5

HEX: #CFAAB5
RGB: (207,170,181)

Color info

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

RGB color model

#CFAAB5 color RGB value is (207,170,181).

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

RGB channels and saturation

R 207 of 255 = 81%
G 170 of 255 = 67%
B 181 of 255 = 71%

207
170
181

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

Portions of RGB colors in percentages

R + G + B =
207 + 170 + 181 = 558 (100%)
R 207 of 558 ~ 37.1%
G 170 of 558 ~ 30.47%
B 181 of 558 ~ 32.44%

%37.1
%30.47
%32.44

CMYK color model

#CFAAB5 color CMYK value is (0,18,13,19).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 12.56%
  • key color value is 18.82%
CMYK:
(0,18,13,19)
C0M18Y13K19 
(0%,18%,13%,19%)
(0.00/0.18/0.13/0.19)	

CMYK percentages

%0
%17.87
%12.56
%18.82

Codes

Color #CFAAB5 in popluar color models

CFAAB5
RGB207170181
HSL342°27.82%73.92%
HSB/HSV342°17.87%81.18%
CMYK0.00%17.87%12.56%
18.82%

Color #CFAAB5 in popluar number systems.

HEXCFAAB5
Decimal207170181
Binary110011111010101010110101
Octal317252265

Shades and tints

Shades of #CFAAB5

#CFAAB5
(207,170,181)
#BD9BA5
(189,155,165)
#AB8C95
(171,140,149)
#997D85
(153,125,133)
#876E75
(135,110,117)
#755F65
(117,95,101)
#635055
(99,80,85)
#514145
(81,65,69)
#3F3235
(63,50,53)
#2D2325
(45,35,37)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #CFAAB5

#CFAAB5
(207,170,181)
#D3B1BB
(211,177,187)
#D7B8C1
(215,184,193)
#DBBFC7
(219,191,199)
#DFC6CD
(223,198,205)
#E3CDD3
(227,205,211)
#E7D4D9
(231,212,217)
#EBDBDF
(235,219,223)
#EFE2E5
(239,226,229)
#F3E9EB
(243,233,235)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAAB5; }

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

This text font color is #CFAAB5.


Background Color

.myBgColor { background-color: #CFAAB5; }

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

This div background color is #CFAAB5.


Border color

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

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

This div border color is #CFAAB5.


Opacity

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

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

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

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

This text has shadow with #CFAAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAAB5 on black background.


Color preview on white background

This text has color #CFAAB5 on white background.



Black color preview on #CFAAB5 background

This text has black color on #CFAAB5 background.


White color preview on #CFAAB5 background

This text has white color on #CFAAB5 background.