COLOR #C7C69B

HEX: #C7C69B
RGB: (199,198,155)

Color info

#C7C69B contains red, green and blue colors in about the same proportion. Web safe color of #C7C69B is #CCCC99 (or #CC9).

RGB color model

#C7C69B color RGB value is (199,198,155).

  • red value is 199;
  • green value is 198;
  • blue value is 155.
RGB:
(199,198,155)
(78%,78%,61%)

RGB channels and saturation

R 199 of 255 = 78%
G 198 of 255 = 78%
B 155 of 255 = 61%

199
198
155

R + G + B ~ 72%. #C7C69B is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 198 + 155 = 552 (100%)
R 199 of 552 ~ 36.05%
G 198 of 552 ~ 35.87%
B 155 of 552 ~ 28.08%

%36.05
%35.87
%28.08

CMYK color model

#C7C69B color CMYK value is (0,1,22,22).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 22.11%
  • key color value is 21.96%
CMYK:
(0,1,22,22)
C0M1Y22K22 
(0%,1%,22%,22%)
(0.00/0.01/0.22/0.22)	

CMYK percentages

%0
%0.5
%22.11
%21.96

Codes

Color #C7C69B in popluar color models

C7C69B
RGB199198155
HSL59°28.21%69.41%
HSB/HSV59°22.11%78.04%
CMYK0.00%0.50%22.11%
21.96%

Color #C7C69B in popluar number systems.

HEXC7C69B
Decimal199198155
Binary110001111100011010011011
Octal307306233

Shades and tints

Shades of #C7C69B

#C7C69B
(199,198,155)
#B5B48D
(181,180,141)
#A3A27F
(163,162,127)
#919071
(145,144,113)
#7F7E63
(127,126,99)
#6D6C55
(109,108,85)
#5B5A47
(91,90,71)
#494839
(73,72,57)
#37362B
(55,54,43)
#25241D
(37,36,29)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #C7C69B

#C7C69B
(199,198,155)
#CCCBA4
(204,203,164)
#D1D0AD
(209,208,173)
#D6D5B6
(214,213,182)
#DBDABF
(219,218,191)
#E0DFC8
(224,223,200)
#E5E4D1
(229,228,209)
#EAE9DA
(234,233,218)
#EFEEE3
(239,238,227)
#F4F3EC
(244,243,236)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C69B color. Also use rgb(199,198,155) instead hex code.

Text Font Color

.myTextColor { color: #C7C69B; }

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

This text font color is #C7C69B.


Background Color

.myBgColor { background-color: #C7C69B; }

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

This div background color is #C7C69B.


Border color

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

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

This div border color is #C7C69B.


Opacity

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

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

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

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

This text has shadow with #C7C69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C69B on black background.


Color preview on white background

This text has color #C7C69B on white background.



Black color preview on #C7C69B background

This text has black color on #C7C69B background.


White color preview on #C7C69B background

This text has white color on #C7C69B background.