COLOR #C7CEBF

HEX: #C7CEBF
RGB: (199,206,191)

Color info

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

RGB color model

#C7CEBF color RGB value is (199,206,191).

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

RGB channels and saturation

R 199 of 255 = 78%
G 206 of 255 = 81%
B 191 of 255 = 75%

199
206
191

R + G + B ~ 78%. #C7CEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 206 + 191 = 596 (100%)
R 199 of 596 ~ 33.39%
G 206 of 596 ~ 34.56%
B 191 of 596 ~ 32.05%

%33.39
%34.56
%32.05

CMYK color model

#C7CEBF color CMYK value is (3,0,7,19).

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 7.28%
  • key color value is 19.22%
CMYK:
(3,0,7,19)
C3M0Y7K19 
(3%,0%,7%,19%)
(0.03/0.00/0.07/0.19)	

CMYK percentages

%3.4
%0
%7.28
%19.22

Codes

Color #C7CEBF in popluar color models

C7CEBF
RGB199206191
HSL88°13.27%77.84%
HSB/HSV88°7.28%80.78%
CMYK3.40%0.00%7.28%
19.22%

Color #C7CEBF in popluar number systems.

HEXC7CEBF
Decimal199206191
Binary110001111100111010111111
Octal307316277

Shades and tints

Shades of #C7CEBF

#C7CEBF
(199,206,191)
#B5BCAE
(181,188,174)
#A3AA9D
(163,170,157)
#91988C
(145,152,140)
#7F867B
(127,134,123)
#6D746A
(109,116,106)
#5B6259
(91,98,89)
#495048
(73,80,72)
#373E37
(55,62,55)
#252C26
(37,44,38)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #C7CEBF

#C7CEBF
(199,206,191)
#CCD2C4
(204,210,196)
#D1D6C9
(209,214,201)
#D6DACE
(214,218,206)
#DBDED3
(219,222,211)
#E0E2D8
(224,226,216)
#E5E6DD
(229,230,221)
#EAEAE2
(234,234,226)
#EFEEE7
(239,238,231)
#F4F2EC
(244,242,236)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CEBF; }

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

This text font color is #C7CEBF.


Background Color

.myBgColor { background-color: #C7CEBF; }

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

This div background color is #C7CEBF.


Border color

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

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

This div border color is #C7CEBF.


Opacity

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

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

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

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

This text has shadow with #C7CEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CEBF on black background.


Color preview on white background

This text has color #C7CEBF on white background.



Black color preview on #C7CEBF background

This text has black color on #C7CEBF background.


White color preview on #C7CEBF background

This text has white color on #C7CEBF background.