COLOR #CFABB4

HEX: #CFABB4
RGB: (207,171,180)

Color info

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

RGB color model

#CFABB4 color RGB value is (207,171,180).

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

RGB channels and saturation

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

207
171
180

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

Portions of RGB colors in percentages

R + G + B =
207 + 171 + 180 = 558 (100%)
R 207 of 558 ~ 37.1%
G 171 of 558 ~ 30.65%
B 180 of 558 ~ 32.26%

%37.1
%30.65
%32.26

CMYK color model

#CFABB4 color CMYK value is (0,17,13,19).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 13.04%
  • key color value is 18.82%
CMYK:
(0,17,13,19)
C0M17Y13K19 
(0%,17%,13%,19%)
(0.00/0.17/0.13/0.19)	

CMYK percentages

%0
%17.39
%13.04
%18.82

Codes

Color #CFABB4 in popluar color models

CFABB4
RGB207171180
HSL345°27.27%74.12%
HSB/HSV345°17.39%81.18%
CMYK0.00%17.39%13.04%
18.82%

Color #CFABB4 in popluar number systems.

HEXCFABB4
Decimal207171180
Binary110011111010101110110100
Octal317253264

Shades and tints

Shades of #CFABB4

#CFABB4
(207,171,180)
#BD9CA4
(189,156,164)
#AB8D94
(171,141,148)
#997E84
(153,126,132)
#876F74
(135,111,116)
#756064
(117,96,100)
#635154
(99,81,84)
#514244
(81,66,68)
#3F3334
(63,51,52)
#2D2424
(45,36,36)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #CFABB4

#CFABB4
(207,171,180)
#D3B2BA
(211,178,186)
#D7B9C0
(215,185,192)
#DBC0C6
(219,192,198)
#DFC7CC
(223,199,204)
#E3CED2
(227,206,210)
#E7D5D8
(231,213,216)
#EBDCDE
(235,220,222)
#EFE3E4
(239,227,228)
#F3EAEA
(243,234,234)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFABB4; }

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

This text font color is #CFABB4.


Background Color

.myBgColor { background-color: #CFABB4; }

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

This div background color is #CFABB4.


Border color

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

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

This div border color is #CFABB4.


Opacity

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

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

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

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

This text has shadow with #CFABB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFABB4 on black background.


Color preview on white background

This text has color #CFABB4 on white background.



Black color preview on #CFABB4 background

This text has black color on #CFABB4 background.


White color preview on #CFABB4 background

This text has white color on #CFABB4 background.