COLOR #CEBD5D

HEX: #CEBD5D
RGB: (206,189,93)

Color info

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

RGB color model

#CEBD5D color RGB value is (206,189,93).

  • red value is 206;
  • green value is 189;
  • blue value is 93.
RGB:
(206,189,93)
(81%,74%,36%)

RGB channels and saturation

R 206 of 255 = 81%
G 189 of 255 = 74%
B 93 of 255 = 36%

206
189
93

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

Portions of RGB colors in percentages

R + G + B =
206 + 189 + 93 = 488 (100%)
R 206 of 488 ~ 42.21%
G 189 of 488 ~ 38.73%
B 93 of 488 ~ 19.06%

%42.21
%38.73
%19.06

CMYK color model

#CEBD5D color CMYK value is (0,8,55,19).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 54.85%
  • key color value is 19.22%
CMYK:
(0,8,55,19)
C0M8Y55K19 
(0%,8%,55%,19%)
(0.00/0.08/0.55/0.19)	

CMYK percentages

%0
%8.25
%54.85
%19.22

Codes

Color #CEBD5D in popluar color models

CEBD5D
RGB20618993
HSL51°53.55%58.63%
HSB/HSV51°54.85%80.78%
CMYK0.00%8.25%54.85%
19.22%

Color #CEBD5D in popluar number systems.

HEXCEBD5D
Decimal20618993
Binary11001110101111011011101
Octal316275135

Shades and tints

Shades of #CEBD5D

#CEBD5D
(206,189,93)
#BCAC55
(188,172,85)
#AA9B4D
(170,155,77)
#988A45
(152,138,69)
#86793D
(134,121,61)
#746835
(116,104,53)
#62572D
(98,87,45)
#504625
(80,70,37)
#3E351D
(62,53,29)
#2C2415
(44,36,21)
#1A130D
(26,19,13)
#000000
(0,0,0)

Tints of #CEBD5D

#CEBD5D
(206,189,93)
#D2C36B
(210,195,107)
#D6C979
(214,201,121)
#DACF87
(218,207,135)
#DED595
(222,213,149)
#E2DBA3
(226,219,163)
#E6E1B1
(230,225,177)
#EAE7BF
(234,231,191)
#EEEDCD
(238,237,205)
#F2F3DB
(242,243,219)
#F6F9E9
(246,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBD5D color. Also use rgb(206,189,93) instead hex code.

Text Font Color

.myTextColor { color: #CEBD5D; }

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

This text font color is #CEBD5D.


Background Color

.myBgColor { background-color: #CEBD5D; }

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

This div background color is #CEBD5D.


Border color

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

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

This div border color is #CEBD5D.


Opacity

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

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

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

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

This text has shadow with #CEBD5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBD5D on black background.


Color preview on white background

This text has color #CEBD5D on white background.



Black color preview on #CEBD5D background

This text has black color on #CEBD5D background.


White color preview on #CEBD5D background

This text has white color on #CEBD5D background.