COLOR #C7CBBE

HEX: #C7CBBE
RGB: (199,203,190)

Color info

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

RGB color model

#C7CBBE color RGB value is (199,203,190).

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

RGB channels and saturation

R 199 of 255 = 78%
G 203 of 255 = 80%
B 190 of 255 = 75%

199
203
190

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

Portions of RGB colors in percentages

R + G + B =
199 + 203 + 190 = 592 (100%)
R 199 of 592 ~ 33.61%
G 203 of 592 ~ 34.29%
B 190 of 592 ~ 32.09%

%33.61
%34.29
%32.09

CMYK color model

#C7CBBE color CMYK value is (2,0,6,20).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 20.39%
CMYK:
(2,0,6,20)
C2M0Y6K20 
(2%,0%,6%,20%)
(0.02/0.00/0.06/0.20)	

CMYK percentages

%1.97
%0
%6.4
%20.39

Codes

Color #C7CBBE in popluar color models

C7CBBE
RGB199203190
HSL78°11.11%77.06%
HSB/HSV78°6.40%79.61%
CMYK1.97%0.00%6.40%
20.39%

Color #C7CBBE in popluar number systems.

HEXC7CBBE
Decimal199203190
Binary110001111100101110111110
Octal307313276

Shades and tints

Shades of #C7CBBE

#C7CBBE
(199,203,190)
#B5B9AD
(181,185,173)
#A3A79C
(163,167,156)
#91958B
(145,149,139)
#7F837A
(127,131,122)
#6D7169
(109,113,105)
#5B5F58
(91,95,88)
#494D47
(73,77,71)
#373B36
(55,59,54)
#252925
(37,41,37)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #C7CBBE

#C7CBBE
(199,203,190)
#CCCFC3
(204,207,195)
#D1D3C8
(209,211,200)
#D6D7CD
(214,215,205)
#DBDBD2
(219,219,210)
#E0DFD7
(224,223,215)
#E5E3DC
(229,227,220)
#EAE7E1
(234,231,225)
#EFEBE6
(239,235,230)
#F4EFEB
(244,239,235)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CBBE; }

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

This text font color is #C7CBBE.


Background Color

.myBgColor { background-color: #C7CBBE; }

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

This div background color is #C7CBBE.


Border color

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

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

This div border color is #C7CBBE.


Opacity

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

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

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

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

This text has shadow with #C7CBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CBBE on black background.


Color preview on white background

This text has color #C7CBBE on white background.



Black color preview on #C7CBBE background

This text has black color on #C7CBBE background.


White color preview on #C7CBBE background

This text has white color on #C7CBBE background.