COLOR #CFBEAB

HEX: #CFBEAB
RGB: (207,190,171)

Color info

#CFBEAB contains red, green and blue colors in about the same proportion. Web safe color of #CFBEAB is #CCCC99 (or #CC9).

RGB color model

#CFBEAB color RGB value is (207,190,171).

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

RGB channels and saturation

R 207 of 255 = 81%
G 190 of 255 = 75%
B 171 of 255 = 67%

207
190
171

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

Portions of RGB colors in percentages

R + G + B =
207 + 190 + 171 = 568 (100%)
R 207 of 568 ~ 36.44%
G 190 of 568 ~ 33.45%
B 171 of 568 ~ 30.11%

%36.44
%33.45
%30.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 17.39%
  • key color value is 18.82%
CMYK:
(0,8,17,19)
C0M8Y17K19 
(0%,8%,17%,19%)
(0.00/0.08/0.17/0.19)	

CMYK percentages

%0
%8.21
%17.39
%18.82

Codes

Color #CFBEAB in popluar color models

CFBEAB
RGB207190171
HSL32°27.27%74.12%
HSB/HSV32°17.39%81.18%
CMYK0.00%8.21%17.39%
18.82%

Color #CFBEAB in popluar number systems.

HEXCFBEAB
Decimal207190171
Binary110011111011111010101011
Octal317276253

Shades and tints

Shades of #CFBEAB

#CFBEAB
(207,190,171)
#BDAD9C
(189,173,156)
#AB9C8D
(171,156,141)
#998B7E
(153,139,126)
#877A6F
(135,122,111)
#756960
(117,105,96)
#635851
(99,88,81)
#514742
(81,71,66)
#3F3633
(63,54,51)
#2D2524
(45,37,36)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #CFBEAB

#CFBEAB
(207,190,171)
#D3C3B2
(211,195,178)
#D7C8B9
(215,200,185)
#DBCDC0
(219,205,192)
#DFD2C7
(223,210,199)
#E3D7CE
(227,215,206)
#E7DCD5
(231,220,213)
#EBE1DC
(235,225,220)
#EFE6E3
(239,230,227)
#F3EBEA
(243,235,234)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFBEAB; }

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

This text font color is #CFBEAB.


Background Color

.myBgColor { background-color: #CFBEAB; }

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

This div background color is #CFBEAB.


Border color

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

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

This div border color is #CFBEAB.


Opacity

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

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

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

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

This text has shadow with #CFBEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBEAB on black background.


Color preview on white background

This text has color #CFBEAB on white background.



Black color preview on #CFBEAB background

This text has black color on #CFBEAB background.


White color preview on #CFBEAB background

This text has white color on #CFBEAB background.