COLOR #C7B889

HEX: #C7B889
RGB: (199,184,137)

Color info

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

RGB color model

#C7B889 color RGB value is (199,184,137).

  • red value is 199;
  • green value is 184;
  • blue value is 137.
RGB:
(199,184,137)
(78%,72%,54%)

RGB channels and saturation

R 199 of 255 = 78%
G 184 of 255 = 72%
B 137 of 255 = 54%

199
184
137

R + G + B ~ 68%. #C7B889 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 184 + 137 = 520 (100%)
R 199 of 520 ~ 38.27%
G 184 of 520 ~ 35.38%
B 137 of 520 ~ 26.35%

%38.27
%35.38
%26.35

CMYK color model

#C7B889 color CMYK value is (0,8,31,22).

  • cyan value is 0.00%
  • magenta value is 7.54%
  • yellow value is 31.16%
  • key color value is 21.96%
CMYK:
(0,8,31,22)
C0M8Y31K22 
(0%,8%,31%,22%)
(0.00/0.08/0.31/0.22)	

CMYK percentages

%0
%7.54
%31.16
%21.96

Codes

Color #C7B889 in popluar color models

C7B889
RGB199184137
HSL45°35.63%65.88%
HSB/HSV45°31.16%78.04%
CMYK0.00%7.54%31.16%
21.96%

Color #C7B889 in popluar number systems.

HEXC7B889
Decimal199184137
Binary110001111011100010001001
Octal307270211

Shades and tints

Shades of #C7B889

#C7B889
(199,184,137)
#B5A87D
(181,168,125)
#A39871
(163,152,113)
#918865
(145,136,101)
#7F7859
(127,120,89)
#6D684D
(109,104,77)
#5B5841
(91,88,65)
#494835
(73,72,53)
#373829
(55,56,41)
#25281D
(37,40,29)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #C7B889

#C7B889
(199,184,137)
#CCBE93
(204,190,147)
#D1C49D
(209,196,157)
#D6CAA7
(214,202,167)
#DBD0B1
(219,208,177)
#E0D6BB
(224,214,187)
#E5DCC5
(229,220,197)
#EAE2CF
(234,226,207)
#EFE8D9
(239,232,217)
#F4EEE3
(244,238,227)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B889 color. Also use rgb(199,184,137) instead hex code.

Text Font Color

.myTextColor { color: #C7B889; }

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

This text font color is #C7B889.


Background Color

.myBgColor { background-color: #C7B889; }

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

This div background color is #C7B889.


Border color

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

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

This div border color is #C7B889.


Opacity

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

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

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

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

This text has shadow with #C7B889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B889 on black background.


Color preview on white background

This text has color #C7B889 on white background.



Black color preview on #C7B889 background

This text has black color on #C7B889 background.


White color preview on #C7B889 background

This text has white color on #C7B889 background.