COLOR #CFABB6

HEX: #CFABB6 RGB: (207,171,182)

Color info

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

RGB color model

#CFABB6 color RGB value is (207,171,182).

RGB: (207,171,182) (81%, 67%, 71%)

RGB channels and saturation

R 207 of 255 = 81%
G 171 of 255 = 67%
B 182 of 255 = 71%

207
171
182

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

Portions of RGB colors in percentages

R + G + B = 207 + 171 + 182 = 560 (100%)
R 207 of 560 ~ 36.96%
G 171 of 560 ~ 30.54%
B 182 of 560 ~ 32.5'%

%36.96
%30.54
%32.5

CMYK color model

#CFABB6 color CMYK value is (0,17,12,19).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 12.08%
  • key color value is 18.82%

CMYK: (0,17,12,19)
C0M17Y12K19 (0%, 17%, 12%, 19%)
(0.00 / 0.17 / 0.12 / 0.19)

CMYK percentages

%0
%17.39
%12.08
%18.82

Codes

Color #CFABB6 in popluar color models

CF AB B6
RGB 207 171 182
HSL 342° 27.27% 74.12%
HSB/HSV 342° 17.39% 81.18%
CMYK 0.00% 17.39% 12.08%
18.82%

Color #CFABB6 in popluar number systems.

HEX CF AB B6
Decimal 207 171 182
Binary 11001111 10101011 10110110
Octal 317 253 266

Shades and tints

Shades of #CFABB6

#CFABB6
(207,171,182)
#BD9CA6
(189,156,166)
#AB8D96
(171,141,150)
#997E86
(153,126,134)
#876F76
(135,111,118)
#756066
(117,96,102)
#635156
(99,81,86)
#514246
(81,66,70)
#3F3336
(63,51,54)
#2D2426
(45,36,38)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #CFABB6

#CFABB6
(207,171,182)
#D3B2BC
(211,178,188)
#D7B9C2
(215,185,194)
#DBC0C8
(219,192,200)
#DFC7CE
(223,199,206)
#E3CED4
(227,206,212)
#E7D5DA
(231,213,218)
#EBDCE0
(235,220,224)
#EFE3E6
(239,227,230)
#F3EAEC
(243,234,236)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFABB6; }

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

This text font color is #CFABB6.

Background Color

.myBgColor { background-color: #CFABB6; }

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

This div background color is #CFABB6.

Border color

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

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

This div border color is #CFABB6.

Opacity

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

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

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

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

This text has shadow with #CFABB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFABB6.

Preview

Color preview on black background

This text has color #CFABB6 on black background.


Color preview on white background

This text has color #CFABB6 on white background.


Black color preview on #CFABB6 background

This text has black color on #CFABB6 background.


White color preview on #CFABB6 background

This text has white color on #CFABB6 background.


Related colors

Complementary color

Complementary color for #hex is #305449.


I love getcolorcode.com

Triadic colors

1 #B6CFAB and #ABB6CF with #CFABB6 are triadic colors.

2 #B6ABCF and #ABCFB6 with #CFABB6 are triadic colors.