COLOR #C7CEBC

HEX: #C7CEBC
RGB: (199,206,188)

Color info

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

RGB color model

#C7CEBC color RGB value is (199,206,188).

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

RGB channels and saturation

R 199 of 255 = 78%
G 206 of 255 = 81%
B 188 of 255 = 74%

199
206
188

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

Portions of RGB colors in percentages

R + G + B =
199 + 206 + 188 = 593 (100%)
R 199 of 593 ~ 33.56%
G 206 of 593 ~ 34.74%
B 188 of 593 ~ 31.7%

%33.56
%34.74
%31.7

CMYK color model

#C7CEBC color CMYK value is (3,0,9,19).

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 8.74%
  • key color value is 19.22%
CMYK:
(3,0,9,19)
C3M0Y9K19 
(3%,0%,9%,19%)
(0.03/0.00/0.09/0.19)	

CMYK percentages

%3.4
%0
%8.74
%19.22

Codes

Color #C7CEBC in popluar color models

C7CEBC
RGB199206188
HSL83°15.52%77.25%
HSB/HSV83°8.74%80.78%
CMYK3.40%0.00%8.74%
19.22%

Color #C7CEBC in popluar number systems.

HEXC7CEBC
Decimal199206188
Binary110001111100111010111100
Octal307316274

Shades and tints

Shades of #C7CEBC

#C7CEBC
(199,206,188)
#B5BCAB
(181,188,171)
#A3AA9A
(163,170,154)
#919889
(145,152,137)
#7F8678
(127,134,120)
#6D7467
(109,116,103)
#5B6256
(91,98,86)
#495045
(73,80,69)
#373E34
(55,62,52)
#252C23
(37,44,35)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #C7CEBC

#C7CEBC
(199,206,188)
#CCD2C2
(204,210,194)
#D1D6C8
(209,214,200)
#D6DACE
(214,218,206)
#DBDED4
(219,222,212)
#E0E2DA
(224,226,218)
#E5E6E0
(229,230,224)
#EAEAE6
(234,234,230)
#EFEEEC
(239,238,236)
#F4F2F2
(244,242,242)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CEBC; }

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

This text font color is #C7CEBC.


Background Color

.myBgColor { background-color: #C7CEBC; }

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

This div background color is #C7CEBC.


Border color

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

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

This div border color is #C7CEBC.


Opacity

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

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

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

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

This text has shadow with #C7CEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CEBC on black background.


Color preview on white background

This text has color #C7CEBC on white background.



Black color preview on #C7CEBC background

This text has black color on #C7CEBC background.


White color preview on #C7CEBC background

This text has white color on #C7CEBC background.