COLOR #CEC6BE

HEX: #CEC6BE
RGB: (206,198,190)

Color info

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

RGB color model

#CEC6BE color RGB value is (206,198,190).

  • red value is 206;
  • green value is 198;
  • blue value is 190.
RGB:
(206,198,190)
(81%,78%,75%)

RGB channels and saturation

R 206 of 255 = 81%
G 198 of 255 = 78%
B 190 of 255 = 75%

206
198
190

R + G + B ~ 78%. #CEC6BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 198 + 190 = 594 (100%)
R 206 of 594 ~ 34.68%
G 198 of 594 ~ 33.33%
B 190 of 594 ~ 31.99%

%34.68
%33.33
%31.99

CMYK color model

#CEC6BE color CMYK value is (0,4,8,19).

  • cyan value is 0.00%
  • magenta value is 3.88%
  • yellow value is 7.77%
  • key color value is 19.22%
CMYK:
(0,4,8,19)
C0M4Y8K19 
(0%,4%,8%,19%)
(0.00/0.04/0.08/0.19)	

CMYK percentages

%0
%3.88
%7.77
%19.22

Codes

Color #CEC6BE in popluar color models

CEC6BE
RGB206198190
HSL30°14.04%77.65%
HSB/HSV30°7.77%80.78%
CMYK0.00%3.88%7.77%
19.22%

Color #CEC6BE in popluar number systems.

HEXCEC6BE
Decimal206198190
Binary110011101100011010111110
Octal316306276

Shades and tints

Shades of #CEC6BE

#CEC6BE
(206,198,190)
#BCB4AD
(188,180,173)
#AAA29C
(170,162,156)
#98908B
(152,144,139)
#867E7A
(134,126,122)
#746C69
(116,108,105)
#625A58
(98,90,88)
#504847
(80,72,71)
#3E3636
(62,54,54)
#2C2425
(44,36,37)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #CEC6BE

#CEC6BE
(206,198,190)
#D2CBC3
(210,203,195)
#D6D0C8
(214,208,200)
#DAD5CD
(218,213,205)
#DEDAD2
(222,218,210)
#E2DFD7
(226,223,215)
#E6E4DC
(230,228,220)
#EAE9E1
(234,233,225)
#EEEEE6
(238,238,230)
#F2F3EB
(242,243,235)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEC6BE color. Also use rgb(206,198,190) instead hex code.

Text Font Color

.myTextColor { color: #CEC6BE; }

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

This text font color is #CEC6BE.


Background Color

.myBgColor { background-color: #CEC6BE; }

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

This div background color is #CEC6BE.


Border color

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

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

This div border color is #CEC6BE.


Opacity

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

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

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

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

This text has shadow with #CEC6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC6BE on black background.


Color preview on white background

This text has color #CEC6BE on white background.



Black color preview on #CEC6BE background

This text has black color on #CEC6BE background.


White color preview on #CEC6BE background

This text has white color on #CEC6BE background.