COLOR #C7C695

HEX: #C7C695
RGB: (199,198,149)

Color info

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

RGB color model

#C7C695 color RGB value is (199,198,149).

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

RGB channels and saturation

R 199 of 255 = 78%
G 198 of 255 = 78%
B 149 of 255 = 58%

199
198
149

R + G + B ~ 71%. #C7C695 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 198 + 149 = 546 (100%)
R 199 of 546 ~ 36.45%
G 198 of 546 ~ 36.26%
B 149 of 546 ~ 27.29%

%36.45
%36.26
%27.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 25.13%
  • key color value is 21.96%
CMYK:
(0,1,25,22)
C0M1Y25K22 
(0%,1%,25%,22%)
(0.00/0.01/0.25/0.22)	

CMYK percentages

%0
%0.5
%25.13
%21.96

Codes

Color #C7C695 in popluar color models

C7C695
RGB199198149
HSL59°30.86%68.24%
HSB/HSV59°25.13%78.04%
CMYK0.00%0.50%25.13%
21.96%

Color #C7C695 in popluar number systems.

HEXC7C695
Decimal199198149
Binary110001111100011010010101
Octal307306225

Shades and tints

Shades of #C7C695

#C7C695
(199,198,149)
#B5B488
(181,180,136)
#A3A27B
(163,162,123)
#91906E
(145,144,110)
#7F7E61
(127,126,97)
#6D6C54
(109,108,84)
#5B5A47
(91,90,71)
#49483A
(73,72,58)
#37362D
(55,54,45)
#252420
(37,36,32)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #C7C695

#C7C695
(199,198,149)
#CCCB9E
(204,203,158)
#D1D0A7
(209,208,167)
#D6D5B0
(214,213,176)
#DBDAB9
(219,218,185)
#E0DFC2
(224,223,194)
#E5E4CB
(229,228,203)
#EAE9D4
(234,233,212)
#EFEEDD
(239,238,221)
#F4F3E6
(244,243,230)
#F9F8EF
(249,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C695; }

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

This text font color is #C7C695.


Background Color

.myBgColor { background-color: #C7C695; }

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

This div background color is #C7C695.


Border color

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

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

This div border color is #C7C695.


Opacity

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

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

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

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

This text has shadow with #C7C695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C695 on black background.


Color preview on white background

This text has color #C7C695 on white background.



Black color preview on #C7C695 background

This text has black color on #C7C695 background.


White color preview on #C7C695 background

This text has white color on #C7C695 background.