COLOR #CFB48A

HEX: #CFB48A
RGB: (207,180,138)

Color info

#CFB48A contains mainly red and green colors. Web safe color of #CFB48A is #CCCC99 (or #CC9).

RGB color model

#CFB48A color RGB value is (207,180,138).

  • red value is 207;
  • green value is 180;
  • blue value is 138.
RGB:
(207,180,138)
(81%,71%,54%)

RGB channels and saturation

R 207 of 255 = 81%
G 180 of 255 = 71%
B 138 of 255 = 54%

207
180
138

R + G + B ~ 69%. #CFB48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 180 + 138 = 525 (100%)
R 207 of 525 ~ 39.43%
G 180 of 525 ~ 34.29%
B 138 of 525 ~ 26.29%

%39.43
%34.29
%26.29

CMYK color model

#CFB48A color CMYK value is (0,13,33,19).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 33.33%
  • key color value is 18.82%
CMYK:
(0,13,33,19)
C0M13Y33K19 
(0%,13%,33%,19%)
(0.00/0.13/0.33/0.19)	

CMYK percentages

%0
%13.04
%33.33
%18.82

Codes

Color #CFB48A in popluar color models

CFB48A
RGB207180138
HSL37°41.82%67.65%
HSB/HSV37°33.33%81.18%
CMYK0.00%13.04%33.33%
18.82%

Color #CFB48A in popluar number systems.

HEXCFB48A
Decimal207180138
Binary110011111011010010001010
Octal317264212

Shades and tints

Shades of #CFB48A

#CFB48A
(207,180,138)
#BDA47E
(189,164,126)
#AB9472
(171,148,114)
#998466
(153,132,102)
#87745A
(135,116,90)
#75644E
(117,100,78)
#635442
(99,84,66)
#514436
(81,68,54)
#3F342A
(63,52,42)
#2D241E
(45,36,30)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #CFB48A

#CFB48A
(207,180,138)
#D3BA94
(211,186,148)
#D7C09E
(215,192,158)
#DBC6A8
(219,198,168)
#DFCCB2
(223,204,178)
#E3D2BC
(227,210,188)
#E7D8C6
(231,216,198)
#EBDED0
(235,222,208)
#EFE4DA
(239,228,218)
#F3EAE4
(243,234,228)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB48A color. Also use rgb(207,180,138) instead hex code.

Text Font Color

.myTextColor { color: #CFB48A; }

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

This text font color is #CFB48A.


Background Color

.myBgColor { background-color: #CFB48A; }

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

This div background color is #CFB48A.


Border color

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

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

This div border color is #CFB48A.


Opacity

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

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

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

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

This text has shadow with #CFB48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB48A on black background.


Color preview on white background

This text has color #CFB48A on white background.



Black color preview on #CFB48A background

This text has black color on #CFB48A background.


White color preview on #CFB48A background

This text has white color on #CFB48A background.