COLOR #C7CCB3

HEX: #C7CCB3
RGB: (199,204,179)

Color info

#C7CCB3 contains red, green and blue colors in about the same proportion. Web safe color of #C7CCB3 is #CCCC99 (or #CC9).

RGB color model

#C7CCB3 color RGB value is (199,204,179).

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

RGB channels and saturation

R 199 of 255 = 78%
G 204 of 255 = 80%
B 179 of 255 = 70%

199
204
179

R + G + B ~ 76%. #C7CCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 204 + 179 = 582 (100%)
R 199 of 582 ~ 34.19%
G 204 of 582 ~ 35.05%
B 179 of 582 ~ 30.76%

%34.19
%35.05
%30.76

CMYK color model

#C7CCB3 color CMYK value is (2,0,12,20).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 12.25%
  • key color value is 20.00%
CMYK:
(2,0,12,20)
C2M0Y12K20 
(2%,0%,12%,20%)
(0.02/0.00/0.12/0.20)	

CMYK percentages

%2.45
%0
%12.25
%20

Codes

Color #C7CCB3 in popluar color models

C7CCB3
RGB199204179
HSL72°19.69%75.10%
HSB/HSV72°12.25%80.00%
CMYK2.45%0.00%12.25%
20.00%

Color #C7CCB3 in popluar number systems.

HEXC7CCB3
Decimal199204179
Binary110001111100110010110011
Octal307314263

Shades and tints

Shades of #C7CCB3

#C7CCB3
(199,204,179)
#B5BAA3
(181,186,163)
#A3A893
(163,168,147)
#919683
(145,150,131)
#7F8473
(127,132,115)
#6D7263
(109,114,99)
#5B6053
(91,96,83)
#494E43
(73,78,67)
#373C33
(55,60,51)
#252A23
(37,42,35)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #C7CCB3

#C7CCB3
(199,204,179)
#CCD0B9
(204,208,185)
#D1D4BF
(209,212,191)
#D6D8C5
(214,216,197)
#DBDCCB
(219,220,203)
#E0E0D1
(224,224,209)
#E5E4D7
(229,228,215)
#EAE8DD
(234,232,221)
#EFECE3
(239,236,227)
#F4F0E9
(244,240,233)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CCB3; }

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

This text font color is #C7CCB3.


Background Color

.myBgColor { background-color: #C7CCB3; }

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

This div background color is #C7CCB3.


Border color

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

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

This div border color is #C7CCB3.


Opacity

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

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

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

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

This text has shadow with #C7CCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CCB3 on black background.


Color preview on white background

This text has color #C7CCB3 on white background.



Black color preview on #C7CCB3 background

This text has black color on #C7CCB3 background.


White color preview on #C7CCB3 background

This text has white color on #C7CCB3 background.