COLOR #CEBE9D

HEX: #CEBE9D
RGB: (206,190,157)

Color info

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

RGB color model

#CEBE9D color RGB value is (206,190,157).

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

RGB channels and saturation

R 206 of 255 = 81%
G 190 of 255 = 75%
B 157 of 255 = 62%

206
190
157

R + G + B ~ 73%. #CEBE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 190 + 157 = 553 (100%)
R 206 of 553 ~ 37.25%
G 190 of 553 ~ 34.36%
B 157 of 553 ~ 28.39%

%37.25
%34.36
%28.39

CMYK color model

#CEBE9D color CMYK value is (0,8,24,19).

  • cyan value is 0.00%
  • magenta value is 7.77%
  • yellow value is 23.79%
  • key color value is 19.22%
CMYK:
(0,8,24,19)
C0M8Y24K19 
(0%,8%,24%,19%)
(0.00/0.08/0.24/0.19)	

CMYK percentages

%0
%7.77
%23.79
%19.22

Codes

Color #CEBE9D in popluar color models

CEBE9D
RGB206190157
HSL40°33.33%71.18%
HSB/HSV40°23.79%80.78%
CMYK0.00%7.77%23.79%
19.22%

Color #CEBE9D in popluar number systems.

HEXCEBE9D
Decimal206190157
Binary110011101011111010011101
Octal316276235

Shades and tints

Shades of #CEBE9D

#CEBE9D
(206,190,157)
#BCAD8F
(188,173,143)
#AA9C81
(170,156,129)
#988B73
(152,139,115)
#867A65
(134,122,101)
#746957
(116,105,87)
#625849
(98,88,73)
#50473B
(80,71,59)
#3E362D
(62,54,45)
#2C251F
(44,37,31)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #CEBE9D

#CEBE9D
(206,190,157)
#D2C3A5
(210,195,165)
#D6C8AD
(214,200,173)
#DACDB5
(218,205,181)
#DED2BD
(222,210,189)
#E2D7C5
(226,215,197)
#E6DCCD
(230,220,205)
#EAE1D5
(234,225,213)
#EEE6DD
(238,230,221)
#F2EBE5
(242,235,229)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBE9D; }

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

This text font color is #CEBE9D.


Background Color

.myBgColor { background-color: #CEBE9D; }

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

This div background color is #CEBE9D.


Border color

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

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

This div border color is #CEBE9D.


Opacity

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

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

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

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

This text has shadow with #CEBE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBE9D on black background.


Color preview on white background

This text has color #CEBE9D on white background.



Black color preview on #CEBE9D background

This text has black color on #CEBE9D background.


White color preview on #CEBE9D background

This text has white color on #CEBE9D background.