COLOR #CEB189

HEX: #CEB189
RGB: (206,177,137)

Color info

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

RGB color model

#CEB189 color RGB value is (206,177,137).

  • red value is 206;
  • green value is 177;
  • blue value is 137.
RGB:
(206,177,137)
(81%,69%,54%)

RGB channels and saturation

R 206 of 255 = 81%
G 177 of 255 = 69%
B 137 of 255 = 54%

206
177
137

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

Portions of RGB colors in percentages

R + G + B =
206 + 177 + 137 = 520 (100%)
R 206 of 520 ~ 39.62%
G 177 of 520 ~ 34.04%
B 137 of 520 ~ 26.35%

%39.62
%34.04
%26.35

CMYK color model

#CEB189 color CMYK value is (0,14,33,19).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 33.50%
  • key color value is 19.22%
CMYK:
(0,14,33,19)
C0M14Y33K19 
(0%,14%,33%,19%)
(0.00/0.14/0.33/0.19)	

CMYK percentages

%0
%14.08
%33.5
%19.22

Codes

Color #CEB189 in popluar color models

CEB189
RGB206177137
HSL35°41.32%67.25%
HSB/HSV35°33.50%80.78%
CMYK0.00%14.08%33.50%
19.22%

Color #CEB189 in popluar number systems.

HEXCEB189
Decimal206177137
Binary110011101011000110001001
Octal316261211

Shades and tints

Shades of #CEB189

#CEB189
(206,177,137)
#BCA17D
(188,161,125)
#AA9171
(170,145,113)
#988165
(152,129,101)
#867159
(134,113,89)
#74614D
(116,97,77)
#625141
(98,81,65)
#504135
(80,65,53)
#3E3129
(62,49,41)
#2C211D
(44,33,29)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #CEB189

#CEB189
(206,177,137)
#D2B893
(210,184,147)
#D6BF9D
(214,191,157)
#DAC6A7
(218,198,167)
#DECDB1
(222,205,177)
#E2D4BB
(226,212,187)
#E6DBC5
(230,219,197)
#EAE2CF
(234,226,207)
#EEE9D9
(238,233,217)
#F2F0E3
(242,240,227)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB189 color. Also use rgb(206,177,137) instead hex code.

Text Font Color

.myTextColor { color: #CEB189; }

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

This text font color is #CEB189.


Background Color

.myBgColor { background-color: #CEB189; }

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

This div background color is #CEB189.


Border color

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

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

This div border color is #CEB189.


Opacity

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

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

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

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

This text has shadow with #CEB189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB189 on black background.


Color preview on white background

This text has color #CEB189 on white background.



Black color preview on #CEB189 background

This text has black color on #CEB189 background.


White color preview on #CEB189 background

This text has white color on #CEB189 background.