COLOR #CFAFB0

HEX: #CFAFB0
RGB: (207,175,176)

Color info

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

RGB color model

#CFAFB0 color RGB value is (207,175,176).

  • red value is 207;
  • green value is 175;
  • blue value is 176.
RGB:
(207,175,176)
(81%,69%,69%)

RGB channels and saturation

R 207 of 255 = 81%
G 175 of 255 = 69%
B 176 of 255 = 69%

207
175
176

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

Portions of RGB colors in percentages

R + G + B =
207 + 175 + 176 = 558 (100%)
R 207 of 558 ~ 37.1%
G 175 of 558 ~ 31.36%
B 176 of 558 ~ 31.54%

%37.1
%31.36
%31.54

CMYK color model

#CFAFB0 color CMYK value is (0,15,15,19).

  • cyan value is 0.00%
  • magenta value is 15.46%
  • yellow value is 14.98%
  • key color value is 18.82%
CMYK:
(0,15,15,19)
C0M15Y15K19 
(0%,15%,15%,19%)
(0.00/0.15/0.15/0.19)	

CMYK percentages

%0
%15.46
%14.98
%18.82

Codes

Color #CFAFB0 in popluar color models

CFAFB0
RGB207175176
HSL358°25.00%74.90%
HSB/HSV358°15.46%81.18%
CMYK0.00%15.46%14.98%
18.82%

Color #CFAFB0 in popluar number systems.

HEXCFAFB0
Decimal207175176
Binary110011111010111110110000
Octal317257260

Shades and tints

Shades of #CFAFB0

#CFAFB0
(207,175,176)
#BDA0A0
(189,160,160)
#AB9190
(171,145,144)
#998280
(153,130,128)
#877370
(135,115,112)
#756460
(117,100,96)
#635550
(99,85,80)
#514640
(81,70,64)
#3F3730
(63,55,48)
#2D2820
(45,40,32)
#1B1910
(27,25,16)
#000000
(0,0,0)

Tints of #CFAFB0

#CFAFB0
(207,175,176)
#D3B6B7
(211,182,183)
#D7BDBE
(215,189,190)
#DBC4C5
(219,196,197)
#DFCBCC
(223,203,204)
#E3D2D3
(227,210,211)
#E7D9DA
(231,217,218)
#EBE0E1
(235,224,225)
#EFE7E8
(239,231,232)
#F3EEEF
(243,238,239)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFAFB0 color. Also use rgb(207,175,176) instead hex code.

Text Font Color

.myTextColor { color: #CFAFB0; }

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

This text font color is #CFAFB0.


Background Color

.myBgColor { background-color: #CFAFB0; }

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

This div background color is #CFAFB0.


Border color

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

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

This div border color is #CFAFB0.


Opacity

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

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

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

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

This text has shadow with #CFAFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAFB0 on black background.


Color preview on white background

This text has color #CFAFB0 on white background.



Black color preview on #CFAFB0 background

This text has black color on #CFAFB0 background.


White color preview on #CFAFB0 background

This text has white color on #CFAFB0 background.