COLOR #CEB491

HEX: #CEB491
RGB: (206,180,145)

Color info

#CEB491 contains mainly red and green colors. Web safe color of #CEB491 is #CCCC99 (or #CC9).

RGB color model

#CEB491 color RGB value is (206,180,145).

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

RGB channels and saturation

R 206 of 255 = 81%
G 180 of 255 = 71%
B 145 of 255 = 57%

206
180
145

R + G + B ~ 70%. #CEB491 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 180 + 145 = 531 (100%)
R 206 of 531 ~ 38.79%
G 180 of 531 ~ 33.9%
B 145 of 531 ~ 27.31%

%38.79
%33.9
%27.31

CMYK color model

#CEB491 color CMYK value is (0,13,30,19).

  • cyan value is 0.00%
  • magenta value is 12.62%
  • yellow value is 29.61%
  • key color value is 19.22%
CMYK:
(0,13,30,19)
C0M13Y30K19 
(0%,13%,30%,19%)
(0.00/0.13/0.30/0.19)	

CMYK percentages

%0
%12.62
%29.61
%19.22

Codes

Color #CEB491 in popluar color models

CEB491
RGB206180145
HSL34°38.36%68.82%
HSB/HSV34°29.61%80.78%
CMYK0.00%12.62%29.61%
19.22%

Color #CEB491 in popluar number systems.

HEXCEB491
Decimal206180145
Binary110011101011010010010001
Octal316264221

Shades and tints

Shades of #CEB491

#CEB491
(206,180,145)
#BCA484
(188,164,132)
#AA9477
(170,148,119)
#98846A
(152,132,106)
#86745D
(134,116,93)
#746450
(116,100,80)
#625443
(98,84,67)
#504436
(80,68,54)
#3E3429
(62,52,41)
#2C241C
(44,36,28)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #CEB491

#CEB491
(206,180,145)
#D2BA9B
(210,186,155)
#D6C0A5
(214,192,165)
#DAC6AF
(218,198,175)
#DECCB9
(222,204,185)
#E2D2C3
(226,210,195)
#E6D8CD
(230,216,205)
#EADED7
(234,222,215)
#EEE4E1
(238,228,225)
#F2EAEB
(242,234,235)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB491; }

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

This text font color is #CEB491.


Background Color

.myBgColor { background-color: #CEB491; }

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

This div background color is #CEB491.


Border color

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

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

This div border color is #CEB491.


Opacity

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

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

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

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

This text has shadow with #CEB491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB491 on black background.


Color preview on white background

This text has color #CEB491 on white background.



Black color preview on #CEB491 background

This text has black color on #CEB491 background.


White color preview on #CEB491 background

This text has white color on #CEB491 background.