COLOR #CFB998

HEX: #CFB998 RGB: (207,185,152)

Color info

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

RGB color model

#CFB998 color RGB value is (207,185,152).

RGB: (207,185,152) (81%, 73%, 60%)

RGB channels and saturation

R 207 of 255 = 81%
G 185 of 255 = 73%
B 152 of 255 = 60%

207
185
152

R + G + B ~ 71%. #CFB998 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 185 + 152 = 544 (100%)
R 207 of 544 ~ 38.05%
G 185 of 544 ~ 34.01%
B 152 of 544 ~ 27.94'%

%38.05
%34.01
%27.94

CMYK color model

#CFB998 color CMYK value is (0,11,27,19).

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

CMYK: (0,11,27,19)
C0M11Y27K19 (0%, 11%, 27%, 19%)
(0.00 / 0.11 / 0.27 / 0.19)

CMYK percentages

%0
%10.63
%26.57
%18.82

Codes

Color #CFB998 in popluar color models

CF B9 98
RGB 207 185 152
HSL 36° 36.42% 70.39%
HSB/HSV 36° 26.57% 81.18%
CMYK 0.00% 10.63% 26.57%
18.82%

Color #CFB998 in popluar number systems.

HEX CF B9 98
Decimal 207 185 152
Binary 11001111 10111001 10011000
Octal 317 271 230

Shades and tints

Shades of #CFB998

#CFB998
(207,185,152)
#BDA98B
(189,169,139)
#AB997E
(171,153,126)
#998971
(153,137,113)
#877964
(135,121,100)
#756957
(117,105,87)
#63594A
(99,89,74)
#51493D
(81,73,61)
#3F3930
(63,57,48)
#2D2923
(45,41,35)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #CFB998

#CFB998
(207,185,152)
#D3BFA1
(211,191,161)
#D7C5AA
(215,197,170)
#DBCBB3
(219,203,179)
#DFD1BC
(223,209,188)
#E3D7C5
(227,215,197)
#E7DDCE
(231,221,206)
#EBE3D7
(235,227,215)
#EFE9E0
(239,233,224)
#F3EFE9
(243,239,233)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFB998; }

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

This text font color is #CFB998.

Background Color

.myBgColor { background-color: #CFB998; }

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

This div background color is #CFB998.

Border color

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

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

This div border color is #CFB998.

Opacity

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

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

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

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

This text has shadow with #CFB998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFB998.

Preview

Color preview on black background

This text has color #CFB998 on black background.


Color preview on white background

This text has color #CFB998 on white background.


Black color preview on #CFB998 background

This text has black color on #CFB998 background.


White color preview on #CFB998 background

This text has white color on #CFB998 background.


Related colors

Complementary color

Complementary color for #hex is #304667.


I love getcolorcode.com

Triadic colors

1 #98CFB9 and #B998CF with #CFB998 are triadic colors.

2 #98B9CF and #B9CF98 with #CFB998 are triadic colors.