COLOR #CFB093

HEX: #CFB093
RGB: (207,176,147)

Color info

#CFB093 contains mainly red and green colors. Web safe color of #CFB093 is #CC9999 (or #C99).

RGB color model

#CFB093 color RGB value is (207,176,147).

  • red value is 207;
  • green value is 176;
  • blue value is 147.
RGB:
(207,176,147)
(81%,69%,58%)

RGB channels and saturation

R 207 of 255 = 81%
G 176 of 255 = 69%
B 147 of 255 = 58%

207
176
147

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

Portions of RGB colors in percentages

R + G + B =
207 + 176 + 147 = 530 (100%)
R 207 of 530 ~ 39.06%
G 176 of 530 ~ 33.21%
B 147 of 530 ~ 27.74%

%39.06
%33.21
%27.74

CMYK color model

#CFB093 color CMYK value is (0,15,29,19).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 28.99%
  • key color value is 18.82%
CMYK:
(0,15,29,19)
C0M15Y29K19 
(0%,15%,29%,19%)
(0.00/0.15/0.29/0.19)	

CMYK percentages

%0
%14.98
%28.99
%18.82

Codes

Color #CFB093 in popluar color models

CFB093
RGB207176147
HSL29°38.46%69.41%
HSB/HSV29°28.99%81.18%
CMYK0.00%14.98%28.99%
18.82%

Color #CFB093 in popluar number systems.

HEXCFB093
Decimal207176147
Binary110011111011000010010011
Octal317260223

Shades and tints

Shades of #CFB093

#CFB093
(207,176,147)
#BDA086
(189,160,134)
#AB9079
(171,144,121)
#99806C
(153,128,108)
#87705F
(135,112,95)
#756052
(117,96,82)
#635045
(99,80,69)
#514038
(81,64,56)
#3F302B
(63,48,43)
#2D201E
(45,32,30)
#1B1011
(27,16,17)
#000000
(0,0,0)

Tints of #CFB093

#CFB093
(207,176,147)
#D3B79C
(211,183,156)
#D7BEA5
(215,190,165)
#DBC5AE
(219,197,174)
#DFCCB7
(223,204,183)
#E3D3C0
(227,211,192)
#E7DAC9
(231,218,201)
#EBE1D2
(235,225,210)
#EFE8DB
(239,232,219)
#F3EFE4
(243,239,228)
#F7F6ED
(247,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB093 color. Also use rgb(207,176,147) instead hex code.

Text Font Color

.myTextColor { color: #CFB093; }

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

This text font color is #CFB093.


Background Color

.myBgColor { background-color: #CFB093; }

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

This div background color is #CFB093.


Border color

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

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

This div border color is #CFB093.


Opacity

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

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

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

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

This text has shadow with #CFB093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB093 on black background.


Color preview on white background

This text has color #CFB093 on white background.



Black color preview on #CFB093 background

This text has black color on #CFB093 background.


White color preview on #CFB093 background

This text has white color on #CFB093 background.