COLOR #CEBD95

HEX: #CEBD95
RGB: (206,189,149)

Color info

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

RGB color model

#CEBD95 color RGB value is (206,189,149).

  • red value is 206;
  • green value is 189;
  • blue value is 149.
RGB:
(206,189,149)
(81%,74%,58%)

RGB channels and saturation

R 206 of 255 = 81%
G 189 of 255 = 74%
B 149 of 255 = 58%

206
189
149

R + G + B ~ 71%. #CEBD95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 189 + 149 = 544 (100%)
R 206 of 544 ~ 37.87%
G 189 of 544 ~ 34.74%
B 149 of 544 ~ 27.39%

%37.87
%34.74
%27.39

CMYK color model

#CEBD95 color CMYK value is (0,8,28,19).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 27.67%
  • key color value is 19.22%
CMYK:
(0,8,28,19)
C0M8Y28K19 
(0%,8%,28%,19%)
(0.00/0.08/0.28/0.19)	

CMYK percentages

%0
%8.25
%27.67
%19.22

Codes

Color #CEBD95 in popluar color models

CEBD95
RGB206189149
HSL42°36.77%69.61%
HSB/HSV42°27.67%80.78%
CMYK0.00%8.25%27.67%
19.22%

Color #CEBD95 in popluar number systems.

HEXCEBD95
Decimal206189149
Binary110011101011110110010101
Octal316275225

Shades and tints

Shades of #CEBD95

#CEBD95
(206,189,149)
#BCAC88
(188,172,136)
#AA9B7B
(170,155,123)
#988A6E
(152,138,110)
#867961
(134,121,97)
#746854
(116,104,84)
#625747
(98,87,71)
#50463A
(80,70,58)
#3E352D
(62,53,45)
#2C2420
(44,36,32)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #CEBD95

#CEBD95
(206,189,149)
#D2C39E
(210,195,158)
#D6C9A7
(214,201,167)
#DACFB0
(218,207,176)
#DED5B9
(222,213,185)
#E2DBC2
(226,219,194)
#E6E1CB
(230,225,203)
#EAE7D4
(234,231,212)
#EEEDDD
(238,237,221)
#F2F3E6
(242,243,230)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBD95 color. Also use rgb(206,189,149) instead hex code.

Text Font Color

.myTextColor { color: #CEBD95; }

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

This text font color is #CEBD95.


Background Color

.myBgColor { background-color: #CEBD95; }

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

This div background color is #CEBD95.


Border color

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

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

This div border color is #CEBD95.


Opacity

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

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

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

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

This text has shadow with #CEBD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBD95 on black background.


Color preview on white background

This text has color #CEBD95 on white background.



Black color preview on #CEBD95 background

This text has black color on #CEBD95 background.


White color preview on #CEBD95 background

This text has white color on #CEBD95 background.