COLOR #CFA5B0

HEX: #CFA5B0
RGB: (207,165,176)

Color info

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

RGB color model

#CFA5B0 color RGB value is (207,165,176).

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

RGB channels and saturation

R 207 of 255 = 81%
G 165 of 255 = 65%
B 176 of 255 = 69%

207
165
176

R + G + B ~ 72%. #CFA5B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 165 + 176 = 548 (100%)
R 207 of 548 ~ 37.77%
G 165 of 548 ~ 30.11%
B 176 of 548 ~ 32.12%

%37.77
%30.11
%32.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.29%
  • yellow value is 14.98%
  • key color value is 18.82%
CMYK:
(0,20,15,19)
C0M20Y15K19 
(0%,20%,15%,19%)
(0.00/0.20/0.15/0.19)	

CMYK percentages

%0
%20.29
%14.98
%18.82

Codes

Color #CFA5B0 in popluar color models

CFA5B0
RGB207165176
HSL344°30.43%72.94%
HSB/HSV344°20.29%81.18%
CMYK0.00%20.29%14.98%
18.82%

Color #CFA5B0 in popluar number systems.

HEXCFA5B0
Decimal207165176
Binary110011111010010110110000
Octal317245260

Shades and tints

Shades of #CFA5B0

#CFA5B0
(207,165,176)
#BD96A0
(189,150,160)
#AB8790
(171,135,144)
#997880
(153,120,128)
#876970
(135,105,112)
#755A60
(117,90,96)
#634B50
(99,75,80)
#513C40
(81,60,64)
#3F2D30
(63,45,48)
#2D1E20
(45,30,32)
#1B0F10
(27,15,16)
#000000
(0,0,0)

Tints of #CFA5B0

#CFA5B0
(207,165,176)
#D3ADB7
(211,173,183)
#D7B5BE
(215,181,190)
#DBBDC5
(219,189,197)
#DFC5CC
(223,197,204)
#E3CDD3
(227,205,211)
#E7D5DA
(231,213,218)
#EBDDE1
(235,221,225)
#EFE5E8
(239,229,232)
#F3EDEF
(243,237,239)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFA5B0; }

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

This text font color is #CFA5B0.


Background Color

.myBgColor { background-color: #CFA5B0; }

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

This div background color is #CFA5B0.


Border color

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

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

This div border color is #CFA5B0.


Opacity

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

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

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

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

This text has shadow with #CFA5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA5B0 on black background.


Color preview on white background

This text has color #CFA5B0 on white background.



Black color preview on #CFA5B0 background

This text has black color on #CFA5B0 background.


White color preview on #CFA5B0 background

This text has white color on #CFA5B0 background.