COLOR #CEB962

HEX: #CEB962
RGB: (206,185,98)

Color info

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

RGB color model

#CEB962 color RGB value is (206,185,98).

  • red value is 206;
  • green value is 185;
  • blue value is 98.
RGB:
(206,185,98)
(81%,73%,38%)

RGB channels and saturation

R 206 of 255 = 81%
G 185 of 255 = 73%
B 98 of 255 = 38%

206
185
98

R + G + B ~ 64%. #CEB962 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 185 + 98 = 489 (100%)
R 206 of 489 ~ 42.13%
G 185 of 489 ~ 37.83%
B 98 of 489 ~ 20.04%

%42.13
%37.83
%20.04

CMYK color model

#CEB962 color CMYK value is (0,10,52,19).

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 52.43%
  • key color value is 19.22%
CMYK:
(0,10,52,19)
C0M10Y52K19 
(0%,10%,52%,19%)
(0.00/0.10/0.52/0.19)	

CMYK percentages

%0
%10.19
%52.43
%19.22

Codes

Color #CEB962 in popluar color models

CEB962
RGB20618598
HSL48°52.43%59.61%
HSB/HSV48°52.43%80.78%
CMYK0.00%10.19%52.43%
19.22%

Color #CEB962 in popluar number systems.

HEXCEB962
Decimal20618598
Binary11001110101110011100010
Octal316271142

Shades and tints

Shades of #CEB962

#CEB962
(206,185,98)
#BCA95A
(188,169,90)
#AA9952
(170,153,82)
#98894A
(152,137,74)
#867942
(134,121,66)
#74693A
(116,105,58)
#625932
(98,89,50)
#50492A
(80,73,42)
#3E3922
(62,57,34)
#2C291A
(44,41,26)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #CEB962

#CEB962
(206,185,98)
#D2BF70
(210,191,112)
#D6C57E
(214,197,126)
#DACB8C
(218,203,140)
#DED19A
(222,209,154)
#E2D7A8
(226,215,168)
#E6DDB6
(230,221,182)
#EAE3C4
(234,227,196)
#EEE9D2
(238,233,210)
#F2EFE0
(242,239,224)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB962 color. Also use rgb(206,185,98) instead hex code.

Text Font Color

.myTextColor { color: #CEB962; }

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

This text font color is #CEB962.


Background Color

.myBgColor { background-color: #CEB962; }

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

This div background color is #CEB962.


Border color

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

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

This div border color is #CEB962.


Opacity

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

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

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

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

This text has shadow with #CEB962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB962 on black background.


Color preview on white background

This text has color #CEB962 on white background.



Black color preview on #CEB962 background

This text has black color on #CEB962 background.


White color preview on #CEB962 background

This text has white color on #CEB962 background.