COLOR #CEB278

HEX: #CEB278
RGB: (206,178,120)

Color info

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

RGB color model

#CEB278 color RGB value is (206,178,120).

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

RGB channels and saturation

R 206 of 255 = 81%
G 178 of 255 = 70%
B 120 of 255 = 47%

206
178
120

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

Portions of RGB colors in percentages

R + G + B =
206 + 178 + 120 = 504 (100%)
R 206 of 504 ~ 40.87%
G 178 of 504 ~ 35.32%
B 120 of 504 ~ 23.81%

%40.87
%35.32
%23.81

CMYK color model

#CEB278 color CMYK value is (0,14,42,19).

  • cyan value is 0.00%
  • magenta value is 13.59%
  • yellow value is 41.75%
  • key color value is 19.22%
CMYK:
(0,14,42,19)
C0M14Y42K19 
(0%,14%,42%,19%)
(0.00/0.14/0.42/0.19)	

CMYK percentages

%0
%13.59
%41.75
%19.22

Codes

Color #CEB278 in popluar color models

CEB278
RGB206178120
HSL40°46.74%63.92%
HSB/HSV40°41.75%80.78%
CMYK0.00%13.59%41.75%
19.22%

Color #CEB278 in popluar number systems.

HEXCEB278
Decimal206178120
Binary11001110101100101111000
Octal316262170

Shades and tints

Shades of #CEB278

#CEB278
(206,178,120)
#BCA26E
(188,162,110)
#AA9264
(170,146,100)
#98825A
(152,130,90)
#867250
(134,114,80)
#746246
(116,98,70)
#62523C
(98,82,60)
#504232
(80,66,50)
#3E3228
(62,50,40)
#2C221E
(44,34,30)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #CEB278

#CEB278
(206,178,120)
#D2B984
(210,185,132)
#D6C090
(214,192,144)
#DAC79C
(218,199,156)
#DECEA8
(222,206,168)
#E2D5B4
(226,213,180)
#E6DCC0
(230,220,192)
#EAE3CC
(234,227,204)
#EEEAD8
(238,234,216)
#F2F1E4
(242,241,228)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB278 color. Also use rgb(206,178,120) instead hex code.

Text Font Color

.myTextColor { color: #CEB278; }

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

This text font color is #CEB278.


Background Color

.myBgColor { background-color: #CEB278; }

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

This div background color is #CEB278.


Border color

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

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

This div border color is #CEB278.


Opacity

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

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

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

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

This text has shadow with #CEB278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB278 on black background.


Color preview on white background

This text has color #CEB278 on white background.



Black color preview on #CEB278 background

This text has black color on #CEB278 background.


White color preview on #CEB278 background

This text has white color on #CEB278 background.