COLOR #CFA8BE

HEX: #CFA8BE
RGB: (207,168,190)

Color info

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

RGB color model

#CFA8BE color RGB value is (207,168,190).

  • red value is 207;
  • green value is 168;
  • blue value is 190.
RGB:
(207,168,190)
(81%,66%,75%)

RGB channels and saturation

R 207 of 255 = 81%
G 168 of 255 = 66%
B 190 of 255 = 75%

207
168
190

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

Portions of RGB colors in percentages

R + G + B =
207 + 168 + 190 = 565 (100%)
R 207 of 565 ~ 36.64%
G 168 of 565 ~ 29.73%
B 190 of 565 ~ 33.63%

%36.64
%29.73
%33.63

CMYK color model

#CFA8BE color CMYK value is (0,19,8,19).

  • cyan value is 0.00%
  • magenta value is 18.84%
  • yellow value is 8.21%
  • key color value is 18.82%
CMYK:
(0,19,8,19)
C0M19Y8K19 
(0%,19%,8%,19%)
(0.00/0.19/0.08/0.19)	

CMYK percentages

%0
%18.84
%8.21
%18.82

Codes

Color #CFA8BE in popluar color models

CFA8BE
RGB207168190
HSL326°28.89%73.53%
HSB/HSV326°18.84%81.18%
CMYK0.00%18.84%8.21%
18.82%

Color #CFA8BE in popluar number systems.

HEXCFA8BE
Decimal207168190
Binary110011111010100010111110
Octal317250276

Shades and tints

Shades of #CFA8BE

#CFA8BE
(207,168,190)
#BD99AD
(189,153,173)
#AB8A9C
(171,138,156)
#997B8B
(153,123,139)
#876C7A
(135,108,122)
#755D69
(117,93,105)
#634E58
(99,78,88)
#513F47
(81,63,71)
#3F3036
(63,48,54)
#2D2125
(45,33,37)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #CFA8BE

#CFA8BE
(207,168,190)
#D3AFC3
(211,175,195)
#D7B6C8
(215,182,200)
#DBBDCD
(219,189,205)
#DFC4D2
(223,196,210)
#E3CBD7
(227,203,215)
#E7D2DC
(231,210,220)
#EBD9E1
(235,217,225)
#EFE0E6
(239,224,230)
#F3E7EB
(243,231,235)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA8BE color. Also use rgb(207,168,190) instead hex code.

Text Font Color

.myTextColor { color: #CFA8BE; }

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

This text font color is #CFA8BE.


Background Color

.myBgColor { background-color: #CFA8BE; }

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

This div background color is #CFA8BE.


Border color

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

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

This div border color is #CFA8BE.


Opacity

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

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

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

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

This text has shadow with #CFA8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA8BE on black background.


Color preview on white background

This text has color #CFA8BE on white background.



Black color preview on #CFA8BE background

This text has black color on #CFA8BE background.


White color preview on #CFA8BE background

This text has white color on #CFA8BE background.