COLOR #CFB199

HEX: #CFB199
RGB: (207,177,153)

Color info

#CFB199 contains red, green and blue colors in about the same proportion. Web safe color of #CFB199 is #CC9999 (or #C99).

RGB color model

#CFB199 color RGB value is (207,177,153).

  • red value is 207;
  • green value is 177;
  • blue value is 153.
RGB:
(207,177,153)
(81%,69%,60%)

RGB channels and saturation

R 207 of 255 = 81%
G 177 of 255 = 69%
B 153 of 255 = 60%

207
177
153

R + G + B ~ 70%. #CFB199 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 177 + 153 = 537 (100%)
R 207 of 537 ~ 38.55%
G 177 of 537 ~ 32.96%
B 153 of 537 ~ 28.49%

%38.55
%32.96
%28.49

CMYK color model

#CFB199 color CMYK value is (0,14,26,19).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 26.09%
  • key color value is 18.82%
CMYK:
(0,14,26,19)
C0M14Y26K19 
(0%,14%,26%,19%)
(0.00/0.14/0.26/0.19)	

CMYK percentages

%0
%14.49
%26.09
%18.82

Codes

Color #CFB199 in popluar color models

CFB199
RGB207177153
HSL27°36.00%70.59%
HSB/HSV27°26.09%81.18%
CMYK0.00%14.49%26.09%
18.82%

Color #CFB199 in popluar number systems.

HEXCFB199
Decimal207177153
Binary110011111011000110011001
Octal317261231

Shades and tints

Shades of #CFB199

#CFB199
(207,177,153)
#BDA18C
(189,161,140)
#AB917F
(171,145,127)
#998172
(153,129,114)
#877165
(135,113,101)
#756158
(117,97,88)
#63514B
(99,81,75)
#51413E
(81,65,62)
#3F3131
(63,49,49)
#2D2124
(45,33,36)
#1B1117
(27,17,23)
#000000
(0,0,0)

Tints of #CFB199

#CFB199
(207,177,153)
#D3B8A2
(211,184,162)
#D7BFAB
(215,191,171)
#DBC6B4
(219,198,180)
#DFCDBD
(223,205,189)
#E3D4C6
(227,212,198)
#E7DBCF
(231,219,207)
#EBE2D8
(235,226,216)
#EFE9E1
(239,233,225)
#F3F0EA
(243,240,234)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB199 color. Also use rgb(207,177,153) instead hex code.

Text Font Color

.myTextColor { color: #CFB199; }

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

This text font color is #CFB199.


Background Color

.myBgColor { background-color: #CFB199; }

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

This div background color is #CFB199.


Border color

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

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

This div border color is #CFB199.


Opacity

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

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

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

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

This text has shadow with #CFB199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB199 on black background.


Color preview on white background

This text has color #CFB199 on white background.



Black color preview on #CFB199 background

This text has black color on #CFB199 background.


White color preview on #CFB199 background

This text has white color on #CFB199 background.