COLOR #CEB480

HEX: #CEB480
RGB: (206,180,128)

Color info

#CEB480 contains mainly red and green colors. Web safe color of #CEB480 is #CCCC66 (or #CC6).

RGB color model

#CEB480 color RGB value is (206,180,128).

  • red value is 206;
  • green value is 180;
  • blue value is 128.
RGB:
(206,180,128)
(81%,71%,50%)

RGB channels and saturation

R 206 of 255 = 81%
G 180 of 255 = 71%
B 128 of 255 = 50%

206
180
128

R + G + B ~ 67%. #CEB480 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 180 + 128 = 514 (100%)
R 206 of 514 ~ 40.08%
G 180 of 514 ~ 35.02%
B 128 of 514 ~ 24.9%

%40.08
%35.02
%24.9

CMYK color model

#CEB480 color CMYK value is (0,13,38,19).

  • cyan value is 0.00%
  • magenta value is 12.62%
  • yellow value is 37.86%
  • key color value is 19.22%
CMYK:
(0,13,38,19)
C0M13Y38K19 
(0%,13%,38%,19%)
(0.00/0.13/0.38/0.19)	

CMYK percentages

%0
%12.62
%37.86
%19.22

Codes

Color #CEB480 in popluar color models

CEB480
RGB206180128
HSL40°44.32%65.49%
HSB/HSV40°37.86%80.78%
CMYK0.00%12.62%37.86%
19.22%

Color #CEB480 in popluar number systems.

HEXCEB480
Decimal206180128
Binary110011101011010010000000
Octal316264200

Shades and tints

Shades of #CEB480

#CEB480
(206,180,128)
#BCA475
(188,164,117)
#AA946A
(170,148,106)
#98845F
(152,132,95)
#867454
(134,116,84)
#746449
(116,100,73)
#62543E
(98,84,62)
#504433
(80,68,51)
#3E3428
(62,52,40)
#2C241D
(44,36,29)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #CEB480

#CEB480
(206,180,128)
#D2BA8B
(210,186,139)
#D6C096
(214,192,150)
#DAC6A1
(218,198,161)
#DECCAC
(222,204,172)
#E2D2B7
(226,210,183)
#E6D8C2
(230,216,194)
#EADECD
(234,222,205)
#EEE4D8
(238,228,216)
#F2EAE3
(242,234,227)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB480 color. Also use rgb(206,180,128) instead hex code.

Text Font Color

.myTextColor { color: #CEB480; }

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

This text font color is #CEB480.


Background Color

.myBgColor { background-color: #CEB480; }

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

This div background color is #CEB480.


Border color

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

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

This div border color is #CEB480.


Opacity

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

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

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

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

This text has shadow with #CEB480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB480 on black background.


Color preview on white background

This text has color #CEB480 on white background.



Black color preview on #CEB480 background

This text has black color on #CEB480 background.


White color preview on #CEB480 background

This text has white color on #CEB480 background.