COLOR #CEBC82

HEX: #CEBC82
RGB: (206,188,130)

Color info

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

RGB color model

#CEBC82 color RGB value is (206,188,130).

  • red value is 206;
  • green value is 188;
  • blue value is 130.
RGB:
(206,188,130)
(81%,74%,51%)

RGB channels and saturation

R 206 of 255 = 81%
G 188 of 255 = 74%
B 130 of 255 = 51%

206
188
130

R + G + B ~ 69%. #CEBC82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 188 + 130 = 524 (100%)
R 206 of 524 ~ 39.31%
G 188 of 524 ~ 35.88%
B 130 of 524 ~ 24.81%

%39.31
%35.88
%24.81

CMYK color model

#CEBC82 color CMYK value is (0,9,37,19).

  • cyan value is 0.00%
  • magenta value is 8.74%
  • yellow value is 36.89%
  • key color value is 19.22%
CMYK:
(0,9,37,19)
C0M9Y37K19 
(0%,9%,37%,19%)
(0.00/0.09/0.37/0.19)	

CMYK percentages

%0
%8.74
%36.89
%19.22

Codes

Color #CEBC82 in popluar color models

CEBC82
RGB206188130
HSL46°43.68%65.88%
HSB/HSV46°36.89%80.78%
CMYK0.00%8.74%36.89%
19.22%

Color #CEBC82 in popluar number systems.

HEXCEBC82
Decimal206188130
Binary110011101011110010000010
Octal316274202

Shades and tints

Shades of #CEBC82

#CEBC82
(206,188,130)
#BCAB77
(188,171,119)
#AA9A6C
(170,154,108)
#988961
(152,137,97)
#867856
(134,120,86)
#74674B
(116,103,75)
#625640
(98,86,64)
#504535
(80,69,53)
#3E342A
(62,52,42)
#2C231F
(44,35,31)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #CEBC82

#CEBC82
(206,188,130)
#D2C28D
(210,194,141)
#D6C898
(214,200,152)
#DACEA3
(218,206,163)
#DED4AE
(222,212,174)
#E2DAB9
(226,218,185)
#E6E0C4
(230,224,196)
#EAE6CF
(234,230,207)
#EEECDA
(238,236,218)
#F2F2E5
(242,242,229)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBC82 color. Also use rgb(206,188,130) instead hex code.

Text Font Color

.myTextColor { color: #CEBC82; }

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

This text font color is #CEBC82.


Background Color

.myBgColor { background-color: #CEBC82; }

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

This div background color is #CEBC82.


Border color

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

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

This div border color is #CEBC82.


Opacity

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

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

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

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

This text has shadow with #CEBC82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBC82 on black background.


Color preview on white background

This text has color #CEBC82 on white background.



Black color preview on #CEBC82 background

This text has black color on #CEBC82 background.


White color preview on #CEBC82 background

This text has white color on #CEBC82 background.