COLOR #C7CECB

HEX: #C7CECB RGB: (199,206,203)

Color info

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

RGB color model

#C7CECB color RGB value is (199,206,203).

RGB: (199,206,203) (78%, 81%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 206 of 255 = 81%
B 203 of 255 = 80%

199
206
203

R + G + B ~ 80%. #C7CECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 206 + 203 = 608 (100%)
R 199 of 608 ~ 32.73%
G 206 of 608 ~ 33.88%
B 203 of 608 ~ 33.39'%

%32.73
%33.88
%33.39

CMYK color model

#C7CECB color CMYK value is (3,0,1,19).

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 19.22%

CMYK: (3,0,1,19)
C3M0Y1K19 (3%, 0%, 1%, 19%)
(0.03 / 0.00 / 0.01 / 0.19)

CMYK percentages

%3.4
%0
%1.46
%19.22

Codes

Color #C7CECB in popluar color models

C7 CE CB
RGB 199 206 203
HSL 154° 6.67% 79.41%
HSB/HSV 154° 3.40% 80.78%
CMYK 3.40% 0.00% 1.46%
19.22%

Color #C7CECB in popluar number systems.

HEX C7 CE CB
Decimal 199 206 203
Binary 11000111 11001110 11001011
Octal 307 316 313

Shades and tints

Shades of #C7CECB

#C7CECB
(199,206,203)
#B5BCB9
(181,188,185)
#A3AAA7
(163,170,167)
#919895
(145,152,149)
#7F8683
(127,134,131)
#6D7471
(109,116,113)
#5B625F
(91,98,95)
#49504D
(73,80,77)
#373E3B
(55,62,59)
#252C29
(37,44,41)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #C7CECB

#C7CECB
(199,206,203)
#CCD2CF
(204,210,207)
#D1D6D3
(209,214,211)
#D6DAD7
(214,218,215)
#DBDEDB
(219,222,219)
#E0E2DF
(224,226,223)
#E5E6E3
(229,230,227)
#EAEAE7
(234,234,231)
#EFEEEB
(239,238,235)
#F4F2EF
(244,242,239)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CECB; }

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

This text font color is #C7CECB.

Background Color

.myBgColor { background-color: #C7CECB; }

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

This div background color is #C7CECB.

Border color

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

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

This div border color is #C7CECB.

Opacity

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

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

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

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

This text has shadow with #C7CECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CECB.

Preview

Color preview on black background

This text has color #C7CECB on black background.


Color preview on white background

This text has color #C7CECB on white background.


Black color preview on #C7CECB background

This text has black color on #C7CECB background.


White color preview on #C7CECB background

This text has white color on #C7CECB background.


Related colors

Complementary color

Complementary color for #hex is #383134.


I love getcolorcode.com

Triadic colors

1 #CBC7CE and #CECBC7 with #C7CECB are triadic colors.

2 #CBCEC7 and #CEC7CB with #C7CECB are triadic colors.