COLOR #C7CB88

HEX: #C7CB88
RGB: (199,203,136)

Color info

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

RGB color model

#C7CB88 color RGB value is (199,203,136).

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

RGB channels and saturation

R 199 of 255 = 78%
G 203 of 255 = 80%
B 136 of 255 = 53%

199
203
136

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

Portions of RGB colors in percentages

R + G + B =
199 + 203 + 136 = 538 (100%)
R 199 of 538 ~ 36.99%
G 203 of 538 ~ 37.73%
B 136 of 538 ~ 25.28%

%36.99
%37.73
%25.28

CMYK color model

#C7CB88 color CMYK value is (2,0,33,20).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 33.00%
  • key color value is 20.39%
CMYK:
(2,0,33,20)
C2M0Y33K20 
(2%,0%,33%,20%)
(0.02/0.00/0.33/0.20)	

CMYK percentages

%1.97
%0
%33
%20.39

Codes

Color #C7CB88 in popluar color models

C7CB88
RGB199203136
HSL64°39.18%66.47%
HSB/HSV64°33.00%79.61%
CMYK1.97%0.00%33.00%
20.39%

Color #C7CB88 in popluar number systems.

HEXC7CB88
Decimal199203136
Binary110001111100101110001000
Octal307313210

Shades and tints

Shades of #C7CB88

#C7CB88
(199,203,136)
#B5B97C
(181,185,124)
#A3A770
(163,167,112)
#919564
(145,149,100)
#7F8358
(127,131,88)
#6D714C
(109,113,76)
#5B5F40
(91,95,64)
#494D34
(73,77,52)
#373B28
(55,59,40)
#25291C
(37,41,28)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #C7CB88

#C7CB88
(199,203,136)
#CCCF92
(204,207,146)
#D1D39C
(209,211,156)
#D6D7A6
(214,215,166)
#DBDBB0
(219,219,176)
#E0DFBA
(224,223,186)
#E5E3C4
(229,227,196)
#EAE7CE
(234,231,206)
#EFEBD8
(239,235,216)
#F4EFE2
(244,239,226)
#F9F3EC
(249,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CB88; }

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

This text font color is #C7CB88.


Background Color

.myBgColor { background-color: #C7CB88; }

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

This div background color is #C7CB88.


Border color

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

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

This div border color is #C7CB88.


Opacity

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

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

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

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

This text has shadow with #C7CB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CB88 on black background.


Color preview on white background

This text has color #C7CB88 on white background.



Black color preview on #C7CB88 background

This text has black color on #C7CB88 background.


White color preview on #C7CB88 background

This text has white color on #C7CB88 background.