COLOR #CFB988

HEX: #CFB988 RGB: (207,185,136)

Color info

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

RGB color model

#CFB988 color RGB value is (207,185,136).

RGB: (207,185,136) (81%, 73%, 53%)

RGB channels and saturation

R 207 of 255 = 81%
G 185 of 255 = 73%
B 136 of 255 = 53%

207
185
136

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

Portions of RGB colors in percentages

R + G + B = 207 + 185 + 136 = 528 (100%)
R 207 of 528 ~ 39.2%
G 185 of 528 ~ 35.04%
B 136 of 528 ~ 25.76'%

%39.2
%35.04
%25.76

CMYK color model

#CFB988 color CMYK value is (0,11,34,19).

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

CMYK: (0,11,34,19)
C0M11Y34K19 (0%, 11%, 34%, 19%)
(0.00 / 0.11 / 0.34 / 0.19)

CMYK percentages

%0
%10.63
%34.3
%18.82

Codes

Color #CFB988 in popluar color models

CF B9 88
RGB 207 185 136
HSL 41° 42.51% 67.25%
HSB/HSV 41° 34.30% 81.18%
CMYK 0.00% 10.63% 34.30%
18.82%

Color #CFB988 in popluar number systems.

HEX CF B9 88
Decimal 207 185 136
Binary 11001111 10111001 10001000
Octal 317 271 210

Shades and tints

Shades of #CFB988

#CFB988
(207,185,136)
#BDA97C
(189,169,124)
#AB9970
(171,153,112)
#998964
(153,137,100)
#877958
(135,121,88)
#75694C
(117,105,76)
#635940
(99,89,64)
#514934
(81,73,52)
#3F3928
(63,57,40)
#2D291C
(45,41,28)
#1B1910
(27,25,16)
#000000
(0,0,0)

Tints of #CFB988

#CFB988
(207,185,136)
#D3BF92
(211,191,146)
#D7C59C
(215,197,156)
#DBCBA6
(219,203,166)
#DFD1B0
(223,209,176)
#E3D7BA
(227,215,186)
#E7DDC4
(231,221,196)
#EBE3CE
(235,227,206)
#EFE9D8
(239,233,216)
#F3EFE2
(243,239,226)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFB988; }

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

This text font color is #CFB988.

Background Color

.myBgColor { background-color: #CFB988; }

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

This div background color is #CFB988.

Border color

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

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

This div border color is #CFB988.

Opacity

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

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

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

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

This text has shadow with #CFB988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFB988.

Preview

Color preview on black background

This text has color #CFB988 on black background.


Color preview on white background

This text has color #CFB988 on white background.


Black color preview on #CFB988 background

This text has black color on #CFB988 background.


White color preview on #CFB988 background

This text has white color on #CFB988 background.


Related colors

Complementary color

Complementary color for #hex is #304677.


I love getcolorcode.com

Triadic colors

1 #88CFB9 and #B988CF with #CFB988 are triadic colors.

2 #88B9CF and #B9CF88 with #CFB988 are triadic colors.