COLOR #C3CEB8

HEX: #C3CEB8
RGB: (195,206,184)

Color info

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

RGB color model

#C3CEB8 color RGB value is (195,206,184).

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

RGB channels and saturation

R 195 of 255 = 76%
G 206 of 255 = 81%
B 184 of 255 = 72%

195
206
184

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

Portions of RGB colors in percentages

R + G + B =
195 + 206 + 184 = 585 (100%)
R 195 of 585 ~ 33.33%
G 206 of 585 ~ 35.21%
B 184 of 585 ~ 31.45%

%33.33
%35.21
%31.45

CMYK color model

#C3CEB8 color CMYK value is (5,0,11,19).

  • cyan value is 5.34%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 19.22%
CMYK:
(5,0,11,19)
C5M0Y11K19 
(5%,0%,11%,19%)
(0.05/0.00/0.11/0.19)	

CMYK percentages

%5.34
%0
%10.68
%19.22

Codes

Color #C3CEB8 in popluar color models

C3CEB8
RGB195206184
HSL90°18.33%76.47%
HSB/HSV90°10.68%80.78%
CMYK5.34%0.00%10.68%
19.22%

Color #C3CEB8 in popluar number systems.

HEXC3CEB8
Decimal195206184
Binary110000111100111010111000
Octal303316270

Shades and tints

Shades of #C3CEB8

#C3CEB8
(195,206,184)
#B2BCA8
(178,188,168)
#A1AA98
(161,170,152)
#909888
(144,152,136)
#7F8678
(127,134,120)
#6E7468
(110,116,104)
#5D6258
(93,98,88)
#4C5048
(76,80,72)
#3B3E38
(59,62,56)
#2A2C28
(42,44,40)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #C3CEB8

#C3CEB8
(195,206,184)
#C8D2BE
(200,210,190)
#CDD6C4
(205,214,196)
#D2DACA
(210,218,202)
#D7DED0
(215,222,208)
#DCE2D6
(220,226,214)
#E1E6DC
(225,230,220)
#E6EAE2
(230,234,226)
#EBEEE8
(235,238,232)
#F0F2EE
(240,242,238)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CEB8; }

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

This text font color is #C3CEB8.


Background Color

.myBgColor { background-color: #C3CEB8; }

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

This div background color is #C3CEB8.


Border color

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

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

This div border color is #C3CEB8.


Opacity

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

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

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

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

This text has shadow with #C3CEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CEB8 on black background.


Color preview on white background

This text has color #C3CEB8 on white background.



Black color preview on #C3CEB8 background

This text has black color on #C3CEB8 background.


White color preview on #C3CEB8 background

This text has white color on #C3CEB8 background.