COLOR #C5CEBA

HEX: #C5CEBA
RGB: (197,206,186)

Color info

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

RGB color model

#C5CEBA color RGB value is (197,206,186).

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

RGB channels and saturation

R 197 of 255 = 77%
G 206 of 255 = 81%
B 186 of 255 = 73%

197
206
186

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

Portions of RGB colors in percentages

R + G + B =
197 + 206 + 186 = 589 (100%)
R 197 of 589 ~ 33.45%
G 206 of 589 ~ 34.97%
B 186 of 589 ~ 31.58%

%33.45
%34.97
%31.58

CMYK color model

#C5CEBA color CMYK value is (4,0,10,19).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 19.22%
CMYK:
(4,0,10,19)
C4M0Y10K19 
(4%,0%,10%,19%)
(0.04/0.00/0.10/0.19)	

CMYK percentages

%4.37
%0
%9.71
%19.22

Codes

Color #C5CEBA in popluar color models

C5CEBA
RGB197206186
HSL87°16.95%76.86%
HSB/HSV87°9.71%80.78%
CMYK4.37%0.00%9.71%
19.22%

Color #C5CEBA in popluar number systems.

HEXC5CEBA
Decimal197206186
Binary110001011100111010111010
Octal305316272

Shades and tints

Shades of #C5CEBA

#C5CEBA
(197,206,186)
#B4BCAA
(180,188,170)
#A3AA9A
(163,170,154)
#92988A
(146,152,138)
#81867A
(129,134,122)
#70746A
(112,116,106)
#5F625A
(95,98,90)
#4E504A
(78,80,74)
#3D3E3A
(61,62,58)
#2C2C2A
(44,44,42)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #C5CEBA

#C5CEBA
(197,206,186)
#CAD2C0
(202,210,192)
#CFD6C6
(207,214,198)
#D4DACC
(212,218,204)
#D9DED2
(217,222,210)
#DEE2D8
(222,226,216)
#E3E6DE
(227,230,222)
#E8EAE4
(232,234,228)
#EDEEEA
(237,238,234)
#F2F2F0
(242,242,240)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CEBA; }

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

This text font color is #C5CEBA.


Background Color

.myBgColor { background-color: #C5CEBA; }

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

This div background color is #C5CEBA.


Border color

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

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

This div border color is #C5CEBA.


Opacity

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

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

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

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

This text has shadow with #C5CEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CEBA on black background.


Color preview on white background

This text has color #C5CEBA on white background.



Black color preview on #C5CEBA background

This text has black color on #C5CEBA background.


White color preview on #C5CEBA background

This text has white color on #C5CEBA background.