COLOR #C3CFBC

HEX: #C3CFBC
RGB: (195,207,188)

Color info

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

RGB color model

#C3CFBC color RGB value is (195,207,188).

  • red value is 195;
  • green value is 207;
  • blue value is 188.
RGB:
(195,207,188)
(76%,81%,74%)

RGB channels and saturation

R 195 of 255 = 76%
G 207 of 255 = 81%
B 188 of 255 = 74%

195
207
188

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

Portions of RGB colors in percentages

R + G + B =
195 + 207 + 188 = 590 (100%)
R 195 of 590 ~ 33.05%
G 207 of 590 ~ 35.08%
B 188 of 590 ~ 31.86%

%33.05
%35.08
%31.86

CMYK color model

#C3CFBC color CMYK value is (6,0,9,19).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 9.18%
  • key color value is 18.82%
CMYK:
(6,0,9,19)
C6M0Y9K19 
(6%,0%,9%,19%)
(0.06/0.00/0.09/0.19)	

CMYK percentages

%5.8
%0
%9.18
%18.82

Codes

Color #C3CFBC in popluar color models

C3CFBC
RGB195207188
HSL98°16.52%77.45%
HSB/HSV98°9.18%81.18%
CMYK5.80%0.00%9.18%
18.82%

Color #C3CFBC in popluar number systems.

HEXC3CFBC
Decimal195207188
Binary110000111100111110111100
Octal303317274

Shades and tints

Shades of #C3CFBC

#C3CFBC
(195,207,188)
#B2BDAB
(178,189,171)
#A1AB9A
(161,171,154)
#909989
(144,153,137)
#7F8778
(127,135,120)
#6E7567
(110,117,103)
#5D6356
(93,99,86)
#4C5145
(76,81,69)
#3B3F34
(59,63,52)
#2A2D23
(42,45,35)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #C3CFBC

#C3CFBC
(195,207,188)
#C8D3C2
(200,211,194)
#CDD7C8
(205,215,200)
#D2DBCE
(210,219,206)
#D7DFD4
(215,223,212)
#DCE3DA
(220,227,218)
#E1E7E0
(225,231,224)
#E6EBE6
(230,235,230)
#EBEFEC
(235,239,236)
#F0F3F2
(240,243,242)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CFBC color. Also use rgb(195,207,188) instead hex code.

Text Font Color

.myTextColor { color: #C3CFBC; }

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

This text font color is #C3CFBC.


Background Color

.myBgColor { background-color: #C3CFBC; }

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

This div background color is #C3CFBC.


Border color

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

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

This div border color is #C3CFBC.


Opacity

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

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

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

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

This text has shadow with #C3CFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CFBC on black background.


Color preview on white background

This text has color #C3CFBC on white background.



Black color preview on #C3CFBC background

This text has black color on #C3CFBC background.


White color preview on #C3CFBC background

This text has white color on #C3CFBC background.