COLOR #C7CCB9

HEX: #C7CCB9
RGB: (199,204,185)

Color info

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

RGB color model

#C7CCB9 color RGB value is (199,204,185).

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

RGB channels and saturation

R 199 of 255 = 78%
G 204 of 255 = 80%
B 185 of 255 = 73%

199
204
185

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

Portions of RGB colors in percentages

R + G + B =
199 + 204 + 185 = 588 (100%)
R 199 of 588 ~ 33.84%
G 204 of 588 ~ 34.69%
B 185 of 588 ~ 31.46%

%33.84
%34.69
%31.46

CMYK color model

#C7CCB9 color CMYK value is (2,0,9,20).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 9.31%
  • key color value is 20.00%
CMYK:
(2,0,9,20)
C2M0Y9K20 
(2%,0%,9%,20%)
(0.02/0.00/0.09/0.20)	

CMYK percentages

%2.45
%0
%9.31
%20

Codes

Color #C7CCB9 in popluar color models

C7CCB9
RGB199204185
HSL76°15.70%76.27%
HSB/HSV76°9.31%80.00%
CMYK2.45%0.00%9.31%
20.00%

Color #C7CCB9 in popluar number systems.

HEXC7CCB9
Decimal199204185
Binary110001111100110010111001
Octal307314271

Shades and tints

Shades of #C7CCB9

#C7CCB9
(199,204,185)
#B5BAA9
(181,186,169)
#A3A899
(163,168,153)
#919689
(145,150,137)
#7F8479
(127,132,121)
#6D7269
(109,114,105)
#5B6059
(91,96,89)
#494E49
(73,78,73)
#373C39
(55,60,57)
#252A29
(37,42,41)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #C7CCB9

#C7CCB9
(199,204,185)
#CCD0BF
(204,208,191)
#D1D4C5
(209,212,197)
#D6D8CB
(214,216,203)
#DBDCD1
(219,220,209)
#E0E0D7
(224,224,215)
#E5E4DD
(229,228,221)
#EAE8E3
(234,232,227)
#EFECE9
(239,236,233)
#F4F0EF
(244,240,239)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CCB9 color. Also use rgb(199,204,185) instead hex code.

Text Font Color

.myTextColor { color: #C7CCB9; }

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

This text font color is #C7CCB9.


Background Color

.myBgColor { background-color: #C7CCB9; }

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

This div background color is #C7CCB9.


Border color

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

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

This div border color is #C7CCB9.


Opacity

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

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

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

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

This text has shadow with #C7CCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CCB9 on black background.


Color preview on white background

This text has color #C7CCB9 on white background.



Black color preview on #C7CCB9 background

This text has black color on #C7CCB9 background.


White color preview on #C7CCB9 background

This text has white color on #C7CCB9 background.