COLOR #C7B788

HEX: #C7B788
RGB: (199,183,136)

Color info

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

RGB color model

#C7B788 color RGB value is (199,183,136).

  • red value is 199;
  • green value is 183;
  • blue value is 136.
RGB:
(199,183,136)
(78%,72%,53%)

RGB channels and saturation

R 199 of 255 = 78%
G 183 of 255 = 72%
B 136 of 255 = 53%

199
183
136

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

Portions of RGB colors in percentages

R + G + B =
199 + 183 + 136 = 518 (100%)
R 199 of 518 ~ 38.42%
G 183 of 518 ~ 35.33%
B 136 of 518 ~ 26.25%

%38.42
%35.33
%26.25

CMYK color model

#C7B788 color CMYK value is (0,8,32,22).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 31.66%
  • key color value is 21.96%
CMYK:
(0,8,32,22)
C0M8Y32K22 
(0%,8%,32%,22%)
(0.00/0.08/0.32/0.22)	

CMYK percentages

%0
%8.04
%31.66
%21.96

Codes

Color #C7B788 in popluar color models

C7B788
RGB199183136
HSL45°36.00%65.69%
HSB/HSV45°31.66%78.04%
CMYK0.00%8.04%31.66%
21.96%

Color #C7B788 in popluar number systems.

HEXC7B788
Decimal199183136
Binary110001111011011110001000
Octal307267210

Shades and tints

Shades of #C7B788

#C7B788
(199,183,136)
#B5A77C
(181,167,124)
#A39770
(163,151,112)
#918764
(145,135,100)
#7F7758
(127,119,88)
#6D674C
(109,103,76)
#5B5740
(91,87,64)
#494734
(73,71,52)
#373728
(55,55,40)
#25271C
(37,39,28)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #C7B788

#C7B788
(199,183,136)
#CCBD92
(204,189,146)
#D1C39C
(209,195,156)
#D6C9A6
(214,201,166)
#DBCFB0
(219,207,176)
#E0D5BA
(224,213,186)
#E5DBC4
(229,219,196)
#EAE1CE
(234,225,206)
#EFE7D8
(239,231,216)
#F4EDE2
(244,237,226)
#F9F3EC
(249,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B788 color. Also use rgb(199,183,136) instead hex code.

Text Font Color

.myTextColor { color: #C7B788; }

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

This text font color is #C7B788.


Background Color

.myBgColor { background-color: #C7B788; }

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

This div background color is #C7B788.


Border color

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

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

This div border color is #C7B788.


Opacity

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

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

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

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

This text has shadow with #C7B788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B788 on black background.


Color preview on white background

This text has color #C7B788 on white background.



Black color preview on #C7B788 background

This text has black color on #C7B788 background.


White color preview on #C7B788 background

This text has white color on #C7B788 background.