COLOR #CEB377

HEX: #CEB377
RGB: (206,179,119)

Color info

#CEB377 contains mainly red and green colors. Web safe color of #CEB377 is #CC9966 (or #C96).

RGB color model

#CEB377 color RGB value is (206,179,119).

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

RGB channels and saturation

R 206 of 255 = 81%
G 179 of 255 = 70%
B 119 of 255 = 47%

206
179
119

R + G + B ~ 66%. #CEB377 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 179 + 119 = 504 (100%)
R 206 of 504 ~ 40.87%
G 179 of 504 ~ 35.52%
B 119 of 504 ~ 23.61%

%40.87
%35.52
%23.61

CMYK color model

#CEB377 color CMYK value is (0,13,42,19).

  • cyan value is 0.00%
  • magenta value is 13.11%
  • yellow value is 42.23%
  • key color value is 19.22%
CMYK:
(0,13,42,19)
C0M13Y42K19 
(0%,13%,42%,19%)
(0.00/0.13/0.42/0.19)	

CMYK percentages

%0
%13.11
%42.23
%19.22

Codes

Color #CEB377 in popluar color models

CEB377
RGB206179119
HSL41°47.03%63.73%
HSB/HSV41°42.23%80.78%
CMYK0.00%13.11%42.23%
19.22%

Color #CEB377 in popluar number systems.

HEXCEB377
Decimal206179119
Binary11001110101100111110111
Octal316263167

Shades and tints

Shades of #CEB377

#CEB377
(206,179,119)
#BCA36D
(188,163,109)
#AA9363
(170,147,99)
#988359
(152,131,89)
#86734F
(134,115,79)
#746345
(116,99,69)
#62533B
(98,83,59)
#504331
(80,67,49)
#3E3327
(62,51,39)
#2C231D
(44,35,29)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #CEB377

#CEB377
(206,179,119)
#D2B983
(210,185,131)
#D6BF8F
(214,191,143)
#DAC59B
(218,197,155)
#DECBA7
(222,203,167)
#E2D1B3
(226,209,179)
#E6D7BF
(230,215,191)
#EADDCB
(234,221,203)
#EEE3D7
(238,227,215)
#F2E9E3
(242,233,227)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB377; }

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

This text font color is #CEB377.


Background Color

.myBgColor { background-color: #CEB377; }

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

This div background color is #CEB377.


Border color

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

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

This div border color is #CEB377.


Opacity

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

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

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

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

This text has shadow with #CEB377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB377 on black background.


Color preview on white background

This text has color #CEB377 on white background.



Black color preview on #CEB377 background

This text has black color on #CEB377 background.


White color preview on #CEB377 background

This text has white color on #CEB377 background.