COLOR #C7C4BE

HEX: #C7C4BE
RGB: (199,196,190)

Color info

#C7C4BE contains red, green and blue colors in about the same proportion. Web safe color of #C7C4BE is #CCCCCC (or #CCC).

RGB color model

#C7C4BE color RGB value is (199,196,190).

  • red value is 199;
  • green value is 196;
  • blue value is 190.
RGB:
(199,196,190)
(78%,77%,75%)

RGB channels and saturation

R 199 of 255 = 78%
G 196 of 255 = 77%
B 190 of 255 = 75%

199
196
190

R + G + B ~ 77%. #C7C4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 196 + 190 = 585 (100%)
R 199 of 585 ~ 34.02%
G 196 of 585 ~ 33.5%
B 190 of 585 ~ 32.48%

%34.02
%33.5
%32.48

CMYK color model

#C7C4BE color CMYK value is (0,2,5,22).

  • cyan value is 0.00%
  • magenta value is 1.51%
  • yellow value is 4.52%
  • key color value is 21.96%
CMYK:
(0,2,5,22)
C0M2Y5K22 
(0%,2%,5%,22%)
(0.00/0.02/0.05/0.22)	

CMYK percentages

%0
%1.51
%4.52
%21.96

Codes

Color #C7C4BE in popluar color models

C7C4BE
RGB199196190
HSL40°7.44%76.27%
HSB/HSV40°4.52%78.04%
CMYK0.00%1.51%4.52%
21.96%

Color #C7C4BE in popluar number systems.

HEXC7C4BE
Decimal199196190
Binary110001111100010010111110
Octal307304276

Shades and tints

Shades of #C7C4BE

#C7C4BE
(199,196,190)
#B5B3AD
(181,179,173)
#A3A29C
(163,162,156)
#91918B
(145,145,139)
#7F807A
(127,128,122)
#6D6F69
(109,111,105)
#5B5E58
(91,94,88)
#494D47
(73,77,71)
#373C36
(55,60,54)
#252B25
(37,43,37)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #C7C4BE

#C7C4BE
(199,196,190)
#CCC9C3
(204,201,195)
#D1CEC8
(209,206,200)
#D6D3CD
(214,211,205)
#DBD8D2
(219,216,210)
#E0DDD7
(224,221,215)
#E5E2DC
(229,226,220)
#EAE7E1
(234,231,225)
#EFECE6
(239,236,230)
#F4F1EB
(244,241,235)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C4BE color. Also use rgb(199,196,190) instead hex code.

Text Font Color

.myTextColor { color: #C7C4BE; }

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

This text font color is #C7C4BE.


Background Color

.myBgColor { background-color: #C7C4BE; }

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

This div background color is #C7C4BE.


Border color

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

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

This div border color is #C7C4BE.


Opacity

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

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

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

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

This text has shadow with #C7C4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C4BE on black background.


Color preview on white background

This text has color #C7C4BE on white background.



Black color preview on #C7C4BE background

This text has black color on #C7C4BE background.


White color preview on #C7C4BE background

This text has white color on #C7C4BE background.