COLOR #CFABA6

HEX: #CFABA6
RGB: (207,171,166)

Color info

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

RGB color model

#CFABA6 color RGB value is (207,171,166).

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

RGB channels and saturation

R 207 of 255 = 81%
G 171 of 255 = 67%
B 166 of 255 = 65%

207
171
166

R + G + B ~ 71%. #CFABA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 171 + 166 = 544 (100%)
R 207 of 544 ~ 38.05%
G 171 of 544 ~ 31.43%
B 166 of 544 ~ 30.51%

%38.05
%31.43
%30.51

CMYK color model

#CFABA6 color CMYK value is (0,17,20,19).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 19.81%
  • key color value is 18.82%
CMYK:
(0,17,20,19)
C0M17Y20K19 
(0%,17%,20%,19%)
(0.00/0.17/0.20/0.19)	

CMYK percentages

%0
%17.39
%19.81
%18.82

Codes

Color #CFABA6 in popluar color models

CFABA6
RGB207171166
HSL29.93%73.14%
HSB/HSV19.81%81.18%
CMYK0.00%17.39%19.81%
18.82%

Color #CFABA6 in popluar number systems.

HEXCFABA6
Decimal207171166
Binary110011111010101110100110
Octal317253246

Shades and tints

Shades of #CFABA6

#CFABA6
(207,171,166)
#BD9C97
(189,156,151)
#AB8D88
(171,141,136)
#997E79
(153,126,121)
#876F6A
(135,111,106)
#75605B
(117,96,91)
#63514C
(99,81,76)
#51423D
(81,66,61)
#3F332E
(63,51,46)
#2D241F
(45,36,31)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #CFABA6

#CFABA6
(207,171,166)
#D3B2AE
(211,178,174)
#D7B9B6
(215,185,182)
#DBC0BE
(219,192,190)
#DFC7C6
(223,199,198)
#E3CECE
(227,206,206)
#E7D5D6
(231,213,214)
#EBDCDE
(235,220,222)
#EFE3E6
(239,227,230)
#F3EAEE
(243,234,238)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFABA6; }

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

This text font color is #CFABA6.


Background Color

.myBgColor { background-color: #CFABA6; }

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

This div background color is #CFABA6.


Border color

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

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

This div border color is #CFABA6.


Opacity

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

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

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

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

This text has shadow with #CFABA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFABA6 on black background.


Color preview on white background

This text has color #CFABA6 on white background.



Black color preview on #CFABA6 background

This text has black color on #CFABA6 background.


White color preview on #CFABA6 background

This text has white color on #CFABA6 background.