COLOR #CEC5B6

HEX: #CEC5B6
RGB: (206,197,182)

Color info

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

RGB color model

#CEC5B6 color RGB value is (206,197,182).

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

RGB channels and saturation

R 206 of 255 = 81%
G 197 of 255 = 77%
B 182 of 255 = 71%

206
197
182

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

Portions of RGB colors in percentages

R + G + B =
206 + 197 + 182 = 585 (100%)
R 206 of 585 ~ 35.21%
G 197 of 585 ~ 33.68%
B 182 of 585 ~ 31.11%

%35.21
%33.68
%31.11

CMYK color model

#CEC5B6 color CMYK value is (0,4,12,19).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 11.65%
  • key color value is 19.22%
CMYK:
(0,4,12,19)
C0M4Y12K19 
(0%,4%,12%,19%)
(0.00/0.04/0.12/0.19)	

CMYK percentages

%0
%4.37
%11.65
%19.22

Codes

Color #CEC5B6 in popluar color models

CEC5B6
RGB206197182
HSL38°19.67%76.08%
HSB/HSV38°11.65%80.78%
CMYK0.00%4.37%11.65%
19.22%

Color #CEC5B6 in popluar number systems.

HEXCEC5B6
Decimal206197182
Binary110011101100010110110110
Octal316305266

Shades and tints

Shades of #CEC5B6

#CEC5B6
(206,197,182)
#BCB4A6
(188,180,166)
#AAA396
(170,163,150)
#989286
(152,146,134)
#868176
(134,129,118)
#747066
(116,112,102)
#625F56
(98,95,86)
#504E46
(80,78,70)
#3E3D36
(62,61,54)
#2C2C26
(44,44,38)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #CEC5B6

#CEC5B6
(206,197,182)
#D2CABC
(210,202,188)
#D6CFC2
(214,207,194)
#DAD4C8
(218,212,200)
#DED9CE
(222,217,206)
#E2DED4
(226,222,212)
#E6E3DA
(230,227,218)
#EAE8E0
(234,232,224)
#EEEDE6
(238,237,230)
#F2F2EC
(242,242,236)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC5B6; }

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

This text font color is #CEC5B6.


Background Color

.myBgColor { background-color: #CEC5B6; }

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

This div background color is #CEC5B6.


Border color

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

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

This div border color is #CEC5B6.


Opacity

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

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

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

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

This text has shadow with #CEC5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC5B6 on black background.


Color preview on white background

This text has color #CEC5B6 on white background.



Black color preview on #CEC5B6 background

This text has black color on #CEC5B6 background.


White color preview on #CEC5B6 background

This text has white color on #CEC5B6 background.