COLOR #C3CEB6

HEX: #C3CEB6
RGB: (195,206,182)

Color info

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

RGB color model

#C3CEB6 color RGB value is (195,206,182).

  • red value is 195;
  • green value is 206;
  • blue value is 182.
RGB:
(195,206,182)
(76%,81%,71%)

RGB channels and saturation

R 195 of 255 = 76%
G 206 of 255 = 81%
B 182 of 255 = 71%

195
206
182

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

Portions of RGB colors in percentages

R + G + B =
195 + 206 + 182 = 583 (100%)
R 195 of 583 ~ 33.45%
G 206 of 583 ~ 35.33%
B 182 of 583 ~ 31.22%

%33.45
%35.33
%31.22

CMYK color model

#C3CEB6 color CMYK value is (5,0,12,19).

  • cyan value is 5.34%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 19.22%
CMYK:
(5,0,12,19)
C5M0Y12K19 
(5%,0%,12%,19%)
(0.05/0.00/0.12/0.19)	

CMYK percentages

%5.34
%0
%11.65
%19.22

Codes

Color #C3CEB6 in popluar color models

C3CEB6
RGB195206182
HSL88°19.67%76.08%
HSB/HSV88°11.65%80.78%
CMYK5.34%0.00%11.65%
19.22%

Color #C3CEB6 in popluar number systems.

HEXC3CEB6
Decimal195206182
Binary110000111100111010110110
Octal303316266

Shades and tints

Shades of #C3CEB6

#C3CEB6
(195,206,182)
#B2BCA6
(178,188,166)
#A1AA96
(161,170,150)
#909886
(144,152,134)
#7F8676
(127,134,118)
#6E7466
(110,116,102)
#5D6256
(93,98,86)
#4C5046
(76,80,70)
#3B3E36
(59,62,54)
#2A2C26
(42,44,38)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #C3CEB6

#C3CEB6
(195,206,182)
#C8D2BC
(200,210,188)
#CDD6C2
(205,214,194)
#D2DAC8
(210,218,200)
#D7DECE
(215,222,206)
#DCE2D4
(220,226,212)
#E1E6DA
(225,230,218)
#E6EAE0
(230,234,224)
#EBEEE6
(235,238,230)
#F0F2EC
(240,242,236)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CEB6 color. Also use rgb(195,206,182) instead hex code.

Text Font Color

.myTextColor { color: #C3CEB6; }

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

This text font color is #C3CEB6.


Background Color

.myBgColor { background-color: #C3CEB6; }

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

This div background color is #C3CEB6.


Border color

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

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

This div border color is #C3CEB6.


Opacity

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

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

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

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

This text has shadow with #C3CEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CEB6 on black background.


Color preview on white background

This text has color #C3CEB6 on white background.



Black color preview on #C3CEB6 background

This text has black color on #C3CEB6 background.


White color preview on #C3CEB6 background

This text has white color on #C3CEB6 background.