COLOR #CFBEA4

HEX: #CFBEA4 RGB: (207,190,164)

Color info

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

RGB color model

#CFBEA4 color RGB value is (207,190,164).

RGB: (207,190,164) (81%, 75%, 64%)

RGB channels and saturation

R 207 of 255 = 81%
G 190 of 255 = 75%
B 164 of 255 = 64%

207
190
164

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

Portions of RGB colors in percentages

R + G + B = 207 + 190 + 164 = 561 (100%)
R 207 of 561 ~ 36.9%
G 190 of 561 ~ 33.87%
B 164 of 561 ~ 29.23'%

%36.9
%33.87
%29.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 20.77%
  • key color value is 18.82%

CMYK: (0,8,21,19)
C0M8Y21K19 (0%, 8%, 21%, 19%)
(0.00 / 0.08 / 0.21 / 0.19)

CMYK percentages

%0
%8.21
%20.77
%18.82

Codes

Color #CFBEA4 in popluar color models

CF BE A4
RGB 207 190 164
HSL 36° 30.94% 72.75%
HSB/HSV 36° 20.77% 81.18%
CMYK 0.00% 8.21% 20.77%
18.82%

Color #CFBEA4 in popluar number systems.

HEX CF BE A4
Decimal 207 190 164
Binary 11001111 10111110 10100100
Octal 317 276 244

Shades and tints

Shades of #CFBEA4

#CFBEA4
(207,190,164)
#BDAD96
(189,173,150)
#AB9C88
(171,156,136)
#998B7A
(153,139,122)
#877A6C
(135,122,108)
#75695E
(117,105,94)
#635850
(99,88,80)
#514742
(81,71,66)
#3F3634
(63,54,52)
#2D2526
(45,37,38)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #CFBEA4

#CFBEA4
(207,190,164)
#D3C3AC
(211,195,172)
#D7C8B4
(215,200,180)
#DBCDBC
(219,205,188)
#DFD2C4
(223,210,196)
#E3D7CC
(227,215,204)
#E7DCD4
(231,220,212)
#EBE1DC
(235,225,220)
#EFE6E4
(239,230,228)
#F3EBEC
(243,235,236)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFBEA4; }

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

This text font color is #CFBEA4.

Background Color

.myBgColor { background-color: #CFBEA4; }

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

This div background color is #CFBEA4.

Border color

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

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

This div border color is #CFBEA4.

Opacity

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

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

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

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

This text has shadow with #CFBEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFBEA4.

Preview

Color preview on black background

This text has color #CFBEA4 on black background.


Color preview on white background

This text has color #CFBEA4 on white background.


Black color preview on #CFBEA4 background

This text has black color on #CFBEA4 background.


White color preview on #CFBEA4 background

This text has white color on #CFBEA4 background.


Related colors

Complementary color

Complementary color for #hex is #30415B.


I love getcolorcode.com

Triadic colors

1 #A4CFBE and #BEA4CF with #CFBEA4 are triadic colors.

2 #A4BECF and #BECFA4 with #CFBEA4 are triadic colors.