COLOR #C3CEB9

HEX: #C3CEB9
RGB: (195,206,185)

Color info

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

RGB color model

#C3CEB9 color RGB value is (195,206,185).

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

RGB channels and saturation

R 195 of 255 = 76%
G 206 of 255 = 81%
B 185 of 255 = 73%

195
206
185

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

Portions of RGB colors in percentages

R + G + B =
195 + 206 + 185 = 586 (100%)
R 195 of 586 ~ 33.28%
G 206 of 586 ~ 35.15%
B 185 of 586 ~ 31.57%

%33.28
%35.15
%31.57

CMYK color model

#C3CEB9 color CMYK value is (5,0,10,19).

  • cyan value is 5.34%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 19.22%
CMYK:
(5,0,10,19)
C5M0Y10K19 
(5%,0%,10%,19%)
(0.05/0.00/0.10/0.19)	

CMYK percentages

%5.34
%0
%10.19
%19.22

Codes

Color #C3CEB9 in popluar color models

C3CEB9
RGB195206185
HSL91°17.65%76.67%
HSB/HSV91°10.19%80.78%
CMYK5.34%0.00%10.19%
19.22%

Color #C3CEB9 in popluar number systems.

HEXC3CEB9
Decimal195206185
Binary110000111100111010111001
Octal303316271

Shades and tints

Shades of #C3CEB9

#C3CEB9
(195,206,185)
#B2BCA9
(178,188,169)
#A1AA99
(161,170,153)
#909889
(144,152,137)
#7F8679
(127,134,121)
#6E7469
(110,116,105)
#5D6259
(93,98,89)
#4C5049
(76,80,73)
#3B3E39
(59,62,57)
#2A2C29
(42,44,41)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #C3CEB9

#C3CEB9
(195,206,185)
#C8D2BF
(200,210,191)
#CDD6C5
(205,214,197)
#D2DACB
(210,218,203)
#D7DED1
(215,222,209)
#DCE2D7
(220,226,215)
#E1E6DD
(225,230,221)
#E6EAE3
(230,234,227)
#EBEEE9
(235,238,233)
#F0F2EF
(240,242,239)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CEB9; }

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

This text font color is #C3CEB9.


Background Color

.myBgColor { background-color: #C3CEB9; }

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

This div background color is #C3CEB9.


Border color

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

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

This div border color is #C3CEB9.


Opacity

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

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

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

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

This text has shadow with #C3CEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CEB9 on black background.


Color preview on white background

This text has color #C3CEB9 on white background.



Black color preview on #C3CEB9 background

This text has black color on #C3CEB9 background.


White color preview on #C3CEB9 background

This text has white color on #C3CEB9 background.