COLOR #C7CBBB

HEX: #C7CBBB
RGB: (199,203,187)

Color info

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

RGB color model

#C7CBBB color RGB value is (199,203,187).

  • red value is 199;
  • green value is 203;
  • blue value is 187.
RGB:
(199,203,187)
(78%,80%,73%)

RGB channels and saturation

R 199 of 255 = 78%
G 203 of 255 = 80%
B 187 of 255 = 73%

199
203
187

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

Portions of RGB colors in percentages

R + G + B =
199 + 203 + 187 = 589 (100%)
R 199 of 589 ~ 33.79%
G 203 of 589 ~ 34.47%
B 187 of 589 ~ 31.75%

%33.79
%34.47
%31.75

CMYK color model

#C7CBBB color CMYK value is (2,0,8,20).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 20.39%
CMYK:
(2,0,8,20)
C2M0Y8K20 
(2%,0%,8%,20%)
(0.02/0.00/0.08/0.20)	

CMYK percentages

%1.97
%0
%7.88
%20.39

Codes

Color #C7CBBB in popluar color models

C7CBBB
RGB199203187
HSL75°13.33%76.47%
HSB/HSV75°7.88%79.61%
CMYK1.97%0.00%7.88%
20.39%

Color #C7CBBB in popluar number systems.

HEXC7CBBB
Decimal199203187
Binary110001111100101110111011
Octal307313273

Shades and tints

Shades of #C7CBBB

#C7CBBB
(199,203,187)
#B5B9AA
(181,185,170)
#A3A799
(163,167,153)
#919588
(145,149,136)
#7F8377
(127,131,119)
#6D7166
(109,113,102)
#5B5F55
(91,95,85)
#494D44
(73,77,68)
#373B33
(55,59,51)
#252922
(37,41,34)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #C7CBBB

#C7CBBB
(199,203,187)
#CCCFC1
(204,207,193)
#D1D3C7
(209,211,199)
#D6D7CD
(214,215,205)
#DBDBD3
(219,219,211)
#E0DFD9
(224,223,217)
#E5E3DF
(229,227,223)
#EAE7E5
(234,231,229)
#EFEBEB
(239,235,235)
#F4EFF1
(244,239,241)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CBBB; }

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

This text font color is #C7CBBB.


Background Color

.myBgColor { background-color: #C7CBBB; }

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

This div background color is #C7CBBB.


Border color

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

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

This div border color is #C7CBBB.


Opacity

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

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

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

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

This text has shadow with #C7CBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CBBB on black background.


Color preview on white background

This text has color #C7CBBB on white background.



Black color preview on #C7CBBB background

This text has black color on #C7CBBB background.


White color preview on #C7CBBB background

This text has white color on #C7CBBB background.