COLOR #CEB388

HEX: #CEB388
RGB: (206,179,136)

Color info

#CEB388 contains mainly red and green colors. Web safe color of #CEB388 is #CC9999 (or #C99).

RGB color model

#CEB388 color RGB value is (206,179,136).

  • red value is 206;
  • green value is 179;
  • blue value is 136.
RGB:
(206,179,136)
(81%,70%,53%)

RGB channels and saturation

R 206 of 255 = 81%
G 179 of 255 = 70%
B 136 of 255 = 53%

206
179
136

R + G + B ~ 68%. #CEB388 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 179 + 136 = 521 (100%)
R 206 of 521 ~ 39.54%
G 179 of 521 ~ 34.36%
B 136 of 521 ~ 26.1%

%39.54
%34.36
%26.1

CMYK color model

#CEB388 color CMYK value is (0,13,34,19).

  • cyan value is 0.00%
  • magenta value is 13.11%
  • yellow value is 33.98%
  • key color value is 19.22%
CMYK:
(0,13,34,19)
C0M13Y34K19 
(0%,13%,34%,19%)
(0.00/0.13/0.34/0.19)	

CMYK percentages

%0
%13.11
%33.98
%19.22

Codes

Color #CEB388 in popluar color models

CEB388
RGB206179136
HSL37°41.67%67.06%
HSB/HSV37°33.98%80.78%
CMYK0.00%13.11%33.98%
19.22%

Color #CEB388 in popluar number systems.

HEXCEB388
Decimal206179136
Binary110011101011001110001000
Octal316263210

Shades and tints

Shades of #CEB388

#CEB388
(206,179,136)
#BCA37C
(188,163,124)
#AA9370
(170,147,112)
#988364
(152,131,100)
#867358
(134,115,88)
#74634C
(116,99,76)
#625340
(98,83,64)
#504334
(80,67,52)
#3E3328
(62,51,40)
#2C231C
(44,35,28)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #CEB388

#CEB388
(206,179,136)
#D2B992
(210,185,146)
#D6BF9C
(214,191,156)
#DAC5A6
(218,197,166)
#DECBB0
(222,203,176)
#E2D1BA
(226,209,186)
#E6D7C4
(230,215,196)
#EADDCE
(234,221,206)
#EEE3D8
(238,227,216)
#F2E9E2
(242,233,226)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB388 color. Also use rgb(206,179,136) instead hex code.

Text Font Color

.myTextColor { color: #CEB388; }

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

This text font color is #CEB388.


Background Color

.myBgColor { background-color: #CEB388; }

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

This div background color is #CEB388.


Border color

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

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

This div border color is #CEB388.


Opacity

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

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

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

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

This text has shadow with #CEB388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB388 on black background.


Color preview on white background

This text has color #CEB388 on white background.



Black color preview on #CEB388 background

This text has black color on #CEB388 background.


White color preview on #CEB388 background

This text has white color on #CEB388 background.