COLOR #C3CEBA

HEX: #C3CEBA
RGB: (195,206,186)

Color info

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

RGB color model

#C3CEBA color RGB value is (195,206,186).

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

RGB channels and saturation

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

195
206
186

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

Portions of RGB colors in percentages

R + G + B =
195 + 206 + 186 = 587 (100%)
R 195 of 587 ~ 33.22%
G 206 of 587 ~ 35.09%
B 186 of 587 ~ 31.69%

%33.22
%35.09
%31.69

CMYK color model

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

  • cyan value is 5.34%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • 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
%9.71
%19.22

Codes

Color #C3CEBA in popluar color models

C3CEBA
RGB195206186
HSL93°16.95%76.86%
HSB/HSV93°9.71%80.78%
CMYK5.34%0.00%9.71%
19.22%

Color #C3CEBA in popluar number systems.

HEXC3CEBA
Decimal195206186
Binary110000111100111010111010
Octal303316272

Shades and tints

Shades of #C3CEBA

#C3CEBA
(195,206,186)
#B2BCAA
(178,188,170)
#A1AA9A
(161,170,154)
#90988A
(144,152,138)
#7F867A
(127,134,122)
#6E746A
(110,116,106)
#5D625A
(93,98,90)
#4C504A
(76,80,74)
#3B3E3A
(59,62,58)
#2A2C2A
(42,44,42)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #C3CEBA

#C3CEBA
(195,206,186)
#C8D2C0
(200,210,192)
#CDD6C6
(205,214,198)
#D2DACC
(210,218,204)
#D7DED2
(215,222,210)
#DCE2D8
(220,226,216)
#E1E6DE
(225,230,222)
#E6EAE4
(230,234,228)
#EBEEEA
(235,238,234)
#F0F2F0
(240,242,240)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CEBA; }

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

This text font color is #C3CEBA.


Background Color

.myBgColor { background-color: #C3CEBA; }

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

This div background color is #C3CEBA.


Border color

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

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

This div border color is #C3CEBA.


Opacity

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

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

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

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

This text has shadow with #C3CEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CEBA on black background.


Color preview on white background

This text has color #C3CEBA on white background.



Black color preview on #C3CEBA background

This text has black color on #C3CEBA background.


White color preview on #C3CEBA background

This text has white color on #C3CEBA background.