COLOR #CEBE6B

HEX: #CEBE6B
RGB: (206,190,107)

Color info

#CEBE6B contains mainly red and green colors. Web safe color of #CEBE6B is #CCCC66 (or #CC6).

RGB color model

#CEBE6B color RGB value is (206,190,107).

  • red value is 206;
  • green value is 190;
  • blue value is 107.
RGB:
(206,190,107)
(81%,75%,42%)

RGB channels and saturation

R 206 of 255 = 81%
G 190 of 255 = 75%
B 107 of 255 = 42%

206
190
107

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

Portions of RGB colors in percentages

R + G + B =
206 + 190 + 107 = 503 (100%)
R 206 of 503 ~ 40.95%
G 190 of 503 ~ 37.77%
B 107 of 503 ~ 21.27%

%40.95
%37.77
%21.27

CMYK color model

#CEBE6B color CMYK value is (0,8,48,19).

  • cyan value is 0.00%
  • magenta value is 7.77%
  • yellow value is 48.06%
  • key color value is 19.22%
CMYK:
(0,8,48,19)
C0M8Y48K19 
(0%,8%,48%,19%)
(0.00/0.08/0.48/0.19)	

CMYK percentages

%0
%7.77
%48.06
%19.22

Codes

Color #CEBE6B in popluar color models

CEBE6B
RGB206190107
HSL50°50.25%61.37%
HSB/HSV50°48.06%80.78%
CMYK0.00%7.77%48.06%
19.22%

Color #CEBE6B in popluar number systems.

HEXCEBE6B
Decimal206190107
Binary11001110101111101101011
Octal316276153

Shades and tints

Shades of #CEBE6B

#CEBE6B
(206,190,107)
#BCAD62
(188,173,98)
#AA9C59
(170,156,89)
#988B50
(152,139,80)
#867A47
(134,122,71)
#74693E
(116,105,62)
#625835
(98,88,53)
#50472C
(80,71,44)
#3E3623
(62,54,35)
#2C251A
(44,37,26)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #CEBE6B

#CEBE6B
(206,190,107)
#D2C378
(210,195,120)
#D6C885
(214,200,133)
#DACD92
(218,205,146)
#DED29F
(222,210,159)
#E2D7AC
(226,215,172)
#E6DCB9
(230,220,185)
#EAE1C6
(234,225,198)
#EEE6D3
(238,230,211)
#F2EBE0
(242,235,224)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBE6B color. Also use rgb(206,190,107) instead hex code.

Text Font Color

.myTextColor { color: #CEBE6B; }

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

This text font color is #CEBE6B.


Background Color

.myBgColor { background-color: #CEBE6B; }

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

This div background color is #CEBE6B.


Border color

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

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

This div border color is #CEBE6B.


Opacity

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

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

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

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

This text has shadow with #CEBE6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBE6B on black background.


Color preview on white background

This text has color #CEBE6B on white background.



Black color preview on #CEBE6B background

This text has black color on #CEBE6B background.


White color preview on #CEBE6B background

This text has white color on #CEBE6B background.