COLOR #C7CCB2

HEX: #C7CCB2
RGB: (199,204,178)

Color info

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

RGB color model

#C7CCB2 color RGB value is (199,204,178).

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

RGB channels and saturation

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

199
204
178

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

Portions of RGB colors in percentages

R + G + B =
199 + 204 + 178 = 581 (100%)
R 199 of 581 ~ 34.25%
G 204 of 581 ~ 35.11%
B 178 of 581 ~ 30.64%

%34.25
%35.11
%30.64

CMYK color model

#C7CCB2 color CMYK value is (2,0,13,20).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 20.00%
CMYK:
(2,0,13,20)
C2M0Y13K20 
(2%,0%,13%,20%)
(0.02/0.00/0.13/0.20)	

CMYK percentages

%2.45
%0
%12.75
%20

Codes

Color #C7CCB2 in popluar color models

C7CCB2
RGB199204178
HSL72°20.31%74.90%
HSB/HSV72°12.75%80.00%
CMYK2.45%0.00%12.75%
20.00%

Color #C7CCB2 in popluar number systems.

HEXC7CCB2
Decimal199204178
Binary110001111100110010110010
Octal307314262

Shades and tints

Shades of #C7CCB2

#C7CCB2
(199,204,178)
#B5BAA2
(181,186,162)
#A3A892
(163,168,146)
#919682
(145,150,130)
#7F8472
(127,132,114)
#6D7262
(109,114,98)
#5B6052
(91,96,82)
#494E42
(73,78,66)
#373C32
(55,60,50)
#252A22
(37,42,34)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #C7CCB2

#C7CCB2
(199,204,178)
#CCD0B9
(204,208,185)
#D1D4C0
(209,212,192)
#D6D8C7
(214,216,199)
#DBDCCE
(219,220,206)
#E0E0D5
(224,224,213)
#E5E4DC
(229,228,220)
#EAE8E3
(234,232,227)
#EFECEA
(239,236,234)
#F4F0F1
(244,240,241)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CCB2; }

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

This text font color is #C7CCB2.


Background Color

.myBgColor { background-color: #C7CCB2; }

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

This div background color is #C7CCB2.


Border color

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

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

This div border color is #C7CCB2.


Opacity

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

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

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

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

This text has shadow with #C7CCB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CCB2 on black background.


Color preview on white background

This text has color #C7CCB2 on white background.



Black color preview on #C7CCB2 background

This text has black color on #C7CCB2 background.


White color preview on #C7CCB2 background

This text has white color on #C7CCB2 background.