COLOR #CEBC9C

HEX: #CEBC9C
RGB: (206,188,156)

Color info

#CEBC9C contains red, green and blue colors in about the same proportion. Web safe color of #CEBC9C is #CCCC99 (or #CC9).

RGB color model

#CEBC9C color RGB value is (206,188,156).

  • red value is 206;
  • green value is 188;
  • blue value is 156.
RGB:
(206,188,156)
(81%,74%,61%)

RGB channels and saturation

R 206 of 255 = 81%
G 188 of 255 = 74%
B 156 of 255 = 61%

206
188
156

R + G + B ~ 72%. #CEBC9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 188 + 156 = 550 (100%)
R 206 of 550 ~ 37.45%
G 188 of 550 ~ 34.18%
B 156 of 550 ~ 28.36%

%37.45
%34.18
%28.36

CMYK color model

#CEBC9C color CMYK value is (0,9,24,19).

  • cyan value is 0.00%
  • magenta value is 8.74%
  • yellow value is 24.27%
  • key color value is 19.22%
CMYK:
(0,9,24,19)
C0M9Y24K19 
(0%,9%,24%,19%)
(0.00/0.09/0.24/0.19)	

CMYK percentages

%0
%8.74
%24.27
%19.22

Codes

Color #CEBC9C in popluar color models

CEBC9C
RGB206188156
HSL38°33.78%70.98%
HSB/HSV38°24.27%80.78%
CMYK0.00%8.74%24.27%
19.22%

Color #CEBC9C in popluar number systems.

HEXCEBC9C
Decimal206188156
Binary110011101011110010011100
Octal316274234

Shades and tints

Shades of #CEBC9C

#CEBC9C
(206,188,156)
#BCAB8E
(188,171,142)
#AA9A80
(170,154,128)
#988972
(152,137,114)
#867864
(134,120,100)
#746756
(116,103,86)
#625648
(98,86,72)
#50453A
(80,69,58)
#3E342C
(62,52,44)
#2C231E
(44,35,30)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #CEBC9C

#CEBC9C
(206,188,156)
#D2C2A5
(210,194,165)
#D6C8AE
(214,200,174)
#DACEB7
(218,206,183)
#DED4C0
(222,212,192)
#E2DAC9
(226,218,201)
#E6E0D2
(230,224,210)
#EAE6DB
(234,230,219)
#EEECE4
(238,236,228)
#F2F2ED
(242,242,237)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBC9C color. Also use rgb(206,188,156) instead hex code.

Text Font Color

.myTextColor { color: #CEBC9C; }

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

This text font color is #CEBC9C.


Background Color

.myBgColor { background-color: #CEBC9C; }

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

This div background color is #CEBC9C.


Border color

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

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

This div border color is #CEBC9C.


Opacity

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

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

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

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

This text has shadow with #CEBC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBC9C on black background.


Color preview on white background

This text has color #CEBC9C on white background.



Black color preview on #CEBC9C background

This text has black color on #CEBC9C background.


White color preview on #CEBC9C background

This text has white color on #CEBC9C background.