COLOR #CFABB9

HEX: #CFABB9
RGB: (207,171,185)

Color info

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

RGB color model

#CFABB9 color RGB value is (207,171,185).

  • red value is 207;
  • green value is 171;
  • blue value is 185.
RGB:
(207,171,185)
(81%,67%,73%)

RGB channels and saturation

R 207 of 255 = 81%
G 171 of 255 = 67%
B 185 of 255 = 73%

207
171
185

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

Portions of RGB colors in percentages

R + G + B =
207 + 171 + 185 = 563 (100%)
R 207 of 563 ~ 36.77%
G 171 of 563 ~ 30.37%
B 185 of 563 ~ 32.86%

%36.77
%30.37
%32.86

CMYK color model

#CFABB9 color CMYK value is (0,17,11,19).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 10.63%
  • key color value is 18.82%
CMYK:
(0,17,11,19)
C0M17Y11K19 
(0%,17%,11%,19%)
(0.00/0.17/0.11/0.19)	

CMYK percentages

%0
%17.39
%10.63
%18.82

Codes

Color #CFABB9 in popluar color models

CFABB9
RGB207171185
HSL337°27.27%74.12%
HSB/HSV337°17.39%81.18%
CMYK0.00%17.39%10.63%
18.82%

Color #CFABB9 in popluar number systems.

HEXCFABB9
Decimal207171185
Binary110011111010101110111001
Octal317253271

Shades and tints

Shades of #CFABB9

#CFABB9
(207,171,185)
#BD9CA9
(189,156,169)
#AB8D99
(171,141,153)
#997E89
(153,126,137)
#876F79
(135,111,121)
#756069
(117,96,105)
#635159
(99,81,89)
#514249
(81,66,73)
#3F3339
(63,51,57)
#2D2429
(45,36,41)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #CFABB9

#CFABB9
(207,171,185)
#D3B2BF
(211,178,191)
#D7B9C5
(215,185,197)
#DBC0CB
(219,192,203)
#DFC7D1
(223,199,209)
#E3CED7
(227,206,215)
#E7D5DD
(231,213,221)
#EBDCE3
(235,220,227)
#EFE3E9
(239,227,233)
#F3EAEF
(243,234,239)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFABB9 color. Also use rgb(207,171,185) instead hex code.

Text Font Color

.myTextColor { color: #CFABB9; }

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

This text font color is #CFABB9.


Background Color

.myBgColor { background-color: #CFABB9; }

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

This div background color is #CFABB9.


Border color

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

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

This div border color is #CFABB9.


Opacity

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

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

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

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

This text has shadow with #CFABB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFABB9 on black background.


Color preview on white background

This text has color #CFABB9 on white background.



Black color preview on #CFABB9 background

This text has black color on #CFABB9 background.


White color preview on #CFABB9 background

This text has white color on #CFABB9 background.