COLOR #CFB9A5

HEX: #CFB9A5 RGB: (207,185,165)

Color info

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

RGB color model

#CFB9A5 color RGB value is (207,185,165).

RGB: (207,185,165) (81%, 73%, 65%)

RGB channels and saturation

R 207 of 255 = 81%
G 185 of 255 = 73%
B 165 of 255 = 65%

207
185
165

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

Portions of RGB colors in percentages

R + G + B = 207 + 185 + 165 = 557 (100%)
R 207 of 557 ~ 37.16%
G 185 of 557 ~ 33.21%
B 165 of 557 ~ 29.62'%

%37.16
%33.21
%29.62

CMYK color model

#CFB9A5 color CMYK value is (0,11,20,19).

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

CMYK: (0,11,20,19)
C0M11Y20K19 (0%, 11%, 20%, 19%)
(0.00 / 0.11 / 0.20 / 0.19)

CMYK percentages

%0
%10.63
%20.29
%18.82

Codes

Color #CFB9A5 in popluar color models

CF B9 A5
RGB 207 185 165
HSL 29° 30.43% 72.94%
HSB/HSV 29° 20.29% 81.18%
CMYK 0.00% 10.63% 20.29%
18.82%

Color #CFB9A5 in popluar number systems.

HEX CF B9 A5
Decimal 207 185 165
Binary 11001111 10111001 10100101
Octal 317 271 245

Shades and tints

Shades of #CFB9A5

#CFB9A5
(207,185,165)
#BDA996
(189,169,150)
#AB9987
(171,153,135)
#998978
(153,137,120)
#877969
(135,121,105)
#75695A
(117,105,90)
#63594B
(99,89,75)
#51493C
(81,73,60)
#3F392D
(63,57,45)
#2D291E
(45,41,30)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #CFB9A5

#CFB9A5
(207,185,165)
#D3BFAD
(211,191,173)
#D7C5B5
(215,197,181)
#DBCBBD
(219,203,189)
#DFD1C5
(223,209,197)
#E3D7CD
(227,215,205)
#E7DDD5
(231,221,213)
#EBE3DD
(235,227,221)
#EFE9E5
(239,233,229)
#F3EFED
(243,239,237)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFB9A5; }

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

This text font color is #CFB9A5.

Background Color

.myBgColor { background-color: #CFB9A5; }

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

This div background color is #CFB9A5.

Border color

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

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

This div border color is #CFB9A5.

Opacity

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

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

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

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

This text has shadow with #CFB9A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFB9A5.

Preview

Color preview on black background

This text has color #CFB9A5 on black background.


Color preview on white background

This text has color #CFB9A5 on white background.


Black color preview on #CFB9A5 background

This text has black color on #CFB9A5 background.


White color preview on #CFB9A5 background

This text has white color on #CFB9A5 background.


Related colors

Complementary color

Complementary color for #hex is #30465A.


I love getcolorcode.com

Triadic colors

1 #A5CFB9 and #B9A5CF with #CFB9A5 are triadic colors.

2 #A5B9CF and #B9CFA5 with #CFB9A5 are triadic colors.