COLOR #C7CEB6

HEX: #C7CEB6
RGB: (199,206,182)

Color info

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

RGB color model

#C7CEB6 color RGB value is (199,206,182).

  • red value is 199;
  • green value is 206;
  • blue value is 182.
RGB:
(199,206,182)
(78%,81%,71%)

RGB channels and saturation

R 199 of 255 = 78%
G 206 of 255 = 81%
B 182 of 255 = 71%

199
206
182

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

Portions of RGB colors in percentages

R + G + B =
199 + 206 + 182 = 587 (100%)
R 199 of 587 ~ 33.9%
G 206 of 587 ~ 35.09%
B 182 of 587 ~ 31.01%

%33.9
%35.09
%31.01

CMYK color model

#C7CEB6 color CMYK value is (3,0,12,19).

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 19.22%
CMYK:
(3,0,12,19)
C3M0Y12K19 
(3%,0%,12%,19%)
(0.03/0.00/0.12/0.19)	

CMYK percentages

%3.4
%0
%11.65
%19.22

Codes

Color #C7CEB6 in popluar color models

C7CEB6
RGB199206182
HSL78°19.67%76.08%
HSB/HSV78°11.65%80.78%
CMYK3.40%0.00%11.65%
19.22%

Color #C7CEB6 in popluar number systems.

HEXC7CEB6
Decimal199206182
Binary110001111100111010110110
Octal307316266

Shades and tints

Shades of #C7CEB6

#C7CEB6
(199,206,182)
#B5BCA6
(181,188,166)
#A3AA96
(163,170,150)
#919886
(145,152,134)
#7F8676
(127,134,118)
#6D7466
(109,116,102)
#5B6256
(91,98,86)
#495046
(73,80,70)
#373E36
(55,62,54)
#252C26
(37,44,38)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #C7CEB6

#C7CEB6
(199,206,182)
#CCD2BC
(204,210,188)
#D1D6C2
(209,214,194)
#D6DAC8
(214,218,200)
#DBDECE
(219,222,206)
#E0E2D4
(224,226,212)
#E5E6DA
(229,230,218)
#EAEAE0
(234,234,224)
#EFEEE6
(239,238,230)
#F4F2EC
(244,242,236)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CEB6 color. Also use rgb(199,206,182) instead hex code.

Text Font Color

.myTextColor { color: #C7CEB6; }

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

This text font color is #C7CEB6.


Background Color

.myBgColor { background-color: #C7CEB6; }

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

This div background color is #C7CEB6.


Border color

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

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

This div border color is #C7CEB6.


Opacity

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

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

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

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

This text has shadow with #C7CEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CEB6 on black background.


Color preview on white background

This text has color #C7CEB6 on white background.



Black color preview on #C7CEB6 background

This text has black color on #C7CEB6 background.


White color preview on #C7CEB6 background

This text has white color on #C7CEB6 background.