COLOR #CFAFB6

HEX: #CFAFB6
RGB: (207,175,182)

Color info

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

RGB color model

#CFAFB6 color RGB value is (207,175,182).

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

RGB channels and saturation

R 207 of 255 = 81%
G 175 of 255 = 69%
B 182 of 255 = 71%

207
175
182

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

Portions of RGB colors in percentages

R + G + B =
207 + 175 + 182 = 564 (100%)
R 207 of 564 ~ 36.7%
G 175 of 564 ~ 31.03%
B 182 of 564 ~ 32.27%

%36.7
%31.03
%32.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.46%
  • yellow value is 12.08%
  • key color value is 18.82%
CMYK:
(0,15,12,19)
C0M15Y12K19 
(0%,15%,12%,19%)
(0.00/0.15/0.12/0.19)	

CMYK percentages

%0
%15.46
%12.08
%18.82

Codes

Color #CFAFB6 in popluar color models

CFAFB6
RGB207175182
HSL347°25.00%74.90%
HSB/HSV347°15.46%81.18%
CMYK0.00%15.46%12.08%
18.82%

Color #CFAFB6 in popluar number systems.

HEXCFAFB6
Decimal207175182
Binary110011111010111110110110
Octal317257266

Shades and tints

Shades of #CFAFB6

#CFAFB6
(207,175,182)
#BDA0A6
(189,160,166)
#AB9196
(171,145,150)
#998286
(153,130,134)
#877376
(135,115,118)
#756466
(117,100,102)
#635556
(99,85,86)
#514646
(81,70,70)
#3F3736
(63,55,54)
#2D2826
(45,40,38)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #CFAFB6

#CFAFB6
(207,175,182)
#D3B6BC
(211,182,188)
#D7BDC2
(215,189,194)
#DBC4C8
(219,196,200)
#DFCBCE
(223,203,206)
#E3D2D4
(227,210,212)
#E7D9DA
(231,217,218)
#EBE0E0
(235,224,224)
#EFE7E6
(239,231,230)
#F3EEEC
(243,238,236)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAFB6; }

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

This text font color is #CFAFB6.


Background Color

.myBgColor { background-color: #CFAFB6; }

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

This div background color is #CFAFB6.


Border color

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

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

This div border color is #CFAFB6.


Opacity

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

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

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

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

This text has shadow with #CFAFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAFB6 on black background.


Color preview on white background

This text has color #CFAFB6 on white background.



Black color preview on #CFAFB6 background

This text has black color on #CFAFB6 background.


White color preview on #CFAFB6 background

This text has white color on #CFAFB6 background.