COLOR #C5CEB7

HEX: #C5CEB7
RGB: (197,206,183)

Color info

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

RGB color model

#C5CEB7 color RGB value is (197,206,183).

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

RGB channels and saturation

R 197 of 255 = 77%
G 206 of 255 = 81%
B 183 of 255 = 72%

197
206
183

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

Portions of RGB colors in percentages

R + G + B =
197 + 206 + 183 = 586 (100%)
R 197 of 586 ~ 33.62%
G 206 of 586 ~ 35.15%
B 183 of 586 ~ 31.23%

%33.62
%35.15
%31.23

CMYK color model

#C5CEB7 color CMYK value is (4,0,11,19).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 19.22%
CMYK:
(4,0,11,19)
C4M0Y11K19 
(4%,0%,11%,19%)
(0.04/0.00/0.11/0.19)	

CMYK percentages

%4.37
%0
%11.17
%19.22

Codes

Color #C5CEB7 in popluar color models

C5CEB7
RGB197206183
HSL83°19.01%76.27%
HSB/HSV83°11.17%80.78%
CMYK4.37%0.00%11.17%
19.22%

Color #C5CEB7 in popluar number systems.

HEXC5CEB7
Decimal197206183
Binary110001011100111010110111
Octal305316267

Shades and tints

Shades of #C5CEB7

#C5CEB7
(197,206,183)
#B4BCA7
(180,188,167)
#A3AA97
(163,170,151)
#929887
(146,152,135)
#818677
(129,134,119)
#707467
(112,116,103)
#5F6257
(95,98,87)
#4E5047
(78,80,71)
#3D3E37
(61,62,55)
#2C2C27
(44,44,39)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #C5CEB7

#C5CEB7
(197,206,183)
#CAD2BD
(202,210,189)
#CFD6C3
(207,214,195)
#D4DAC9
(212,218,201)
#D9DECF
(217,222,207)
#DEE2D5
(222,226,213)
#E3E6DB
(227,230,219)
#E8EAE1
(232,234,225)
#EDEEE7
(237,238,231)
#F2F2ED
(242,242,237)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CEB7; }

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

This text font color is #C5CEB7.


Background Color

.myBgColor { background-color: #C5CEB7; }

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

This div background color is #C5CEB7.


Border color

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

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

This div border color is #C5CEB7.


Opacity

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

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

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

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

This text has shadow with #C5CEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CEB7 on black background.


Color preview on white background

This text has color #C5CEB7 on white background.



Black color preview on #C5CEB7 background

This text has black color on #C5CEB7 background.


White color preview on #C5CEB7 background

This text has white color on #C5CEB7 background.