COLOR #CFBEA5

HEX: #CFBEA5 RGB: (207,190,165)

Color info

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

RGB color model

#CFBEA5 color RGB value is (207,190,165).

RGB: (207,190,165) (81%, 75%, 65%)

RGB channels and saturation

R 207 of 255 = 81%
G 190 of 255 = 75%
B 165 of 255 = 65%

207
190
165

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

Portions of RGB colors in percentages

R + G + B = 207 + 190 + 165 = 562 (100%)
R 207 of 562 ~ 36.83%
G 190 of 562 ~ 33.81%
B 165 of 562 ~ 29.36'%

%36.83
%33.81
%29.36

CMYK color model

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

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

CMYK: (0,8,20,19)
C0M8Y20K19 (0%, 8%, 20%, 19%)
(0.00 / 0.08 / 0.20 / 0.19)

CMYK percentages

%0
%8.21
%20.29
%18.82

Codes

Color #CFBEA5 in popluar color models

CF BE A5
RGB 207 190 165
HSL 36° 30.43% 72.94%
HSB/HSV 36° 20.29% 81.18%
CMYK 0.00% 8.21% 20.29%
18.82%

Color #CFBEA5 in popluar number systems.

HEX CF BE A5
Decimal 207 190 165
Binary 11001111 10111110 10100101
Octal 317 276 245

Shades and tints

Shades of #CFBEA5

#CFBEA5
(207,190,165)
#BDAD96
(189,173,150)
#AB9C87
(171,156,135)
#998B78
(153,139,120)
#877A69
(135,122,105)
#75695A
(117,105,90)
#63584B
(99,88,75)
#51473C
(81,71,60)
#3F362D
(63,54,45)
#2D251E
(45,37,30)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #CFBEA5

#CFBEA5
(207,190,165)
#D3C3AD
(211,195,173)
#D7C8B5
(215,200,181)
#DBCDBD
(219,205,189)
#DFD2C5
(223,210,197)
#E3D7CD
(227,215,205)
#E7DCD5
(231,220,213)
#EBE1DD
(235,225,221)
#EFE6E5
(239,230,229)
#F3EBED
(243,235,237)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFBEA5; }

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

This text font color is #CFBEA5.

Background Color

.myBgColor { background-color: #CFBEA5; }

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

This div background color is #CFBEA5.

Border color

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

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

This div border color is #CFBEA5.

Opacity

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

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

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

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

This text has shadow with #CFBEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFBEA5.

Preview

Color preview on black background

This text has color #CFBEA5 on black background.


Color preview on white background

This text has color #CFBEA5 on white background.


Black color preview on #CFBEA5 background

This text has black color on #CFBEA5 background.


White color preview on #CFBEA5 background

This text has white color on #CFBEA5 background.


Related colors

Complementary color

Complementary color for #hex is #30415A.


I love getcolorcode.com

Triadic colors

1 #A5CFBE and #BEA5CF with #CFBEA5 are triadic colors.

2 #A5BECF and #BECFA5 with #CFBEA5 are triadic colors.