COLOR #C3CEB3

HEX: #C3CEB3
RGB: (195,206,179)

Color info

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

RGB color model

#C3CEB3 color RGB value is (195,206,179).

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

RGB channels and saturation

R 195 of 255 = 76%
G 206 of 255 = 81%
B 179 of 255 = 70%

195
206
179

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

Portions of RGB colors in percentages

R + G + B =
195 + 206 + 179 = 580 (100%)
R 195 of 580 ~ 33.62%
G 206 of 580 ~ 35.52%
B 179 of 580 ~ 30.86%

%33.62
%35.52
%30.86

CMYK color model

#C3CEB3 color CMYK value is (5,0,13,19).

  • cyan value is 5.34%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 19.22%
CMYK:
(5,0,13,19)
C5M0Y13K19 
(5%,0%,13%,19%)
(0.05/0.00/0.13/0.19)	

CMYK percentages

%5.34
%0
%13.11
%19.22

Codes

Color #C3CEB3 in popluar color models

C3CEB3
RGB195206179
HSL84°21.60%75.49%
HSB/HSV84°13.11%80.78%
CMYK5.34%0.00%13.11%
19.22%

Color #C3CEB3 in popluar number systems.

HEXC3CEB3
Decimal195206179
Binary110000111100111010110011
Octal303316263

Shades and tints

Shades of #C3CEB3

#C3CEB3
(195,206,179)
#B2BCA3
(178,188,163)
#A1AA93
(161,170,147)
#909883
(144,152,131)
#7F8673
(127,134,115)
#6E7463
(110,116,99)
#5D6253
(93,98,83)
#4C5043
(76,80,67)
#3B3E33
(59,62,51)
#2A2C23
(42,44,35)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #C3CEB3

#C3CEB3
(195,206,179)
#C8D2B9
(200,210,185)
#CDD6BF
(205,214,191)
#D2DAC5
(210,218,197)
#D7DECB
(215,222,203)
#DCE2D1
(220,226,209)
#E1E6D7
(225,230,215)
#E6EADD
(230,234,221)
#EBEEE3
(235,238,227)
#F0F2E9
(240,242,233)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CEB3; }

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

This text font color is #C3CEB3.


Background Color

.myBgColor { background-color: #C3CEB3; }

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

This div background color is #C3CEB3.


Border color

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

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

This div border color is #C3CEB3.


Opacity

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

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

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

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

This text has shadow with #C3CEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CEB3 on black background.


Color preview on white background

This text has color #C3CEB3 on white background.



Black color preview on #C3CEB3 background

This text has black color on #C3CEB3 background.


White color preview on #C3CEB3 background

This text has white color on #C3CEB3 background.