COLOR #CEBD47

HEX: #CEBD47
RGB: (206,189,71)

Color info

#CEBD47 contains mainly red and green colors. Web safe color of #CEBD47 is #CCCC33 (or #CC3).

RGB color model

#CEBD47 color RGB value is (206,189,71).

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

RGB channels and saturation

R 206 of 255 = 81%
G 189 of 255 = 74%
B 71 of 255 = 28%

206
189
71

R + G + B ~ 61%. #CEBD47 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 189 + 71 = 466 (100%)
R 206 of 466 ~ 44.21%
G 189 of 466 ~ 40.56%
B 71 of 466 ~ 15.24%

%44.21
%40.56
%15.24

CMYK color model

#CEBD47 color CMYK value is (0,8,66,19).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 65.53%
  • key color value is 19.22%
CMYK:
(0,8,66,19)
C0M8Y66K19 
(0%,8%,66%,19%)
(0.00/0.08/0.66/0.19)	

CMYK percentages

%0
%8.25
%65.53
%19.22

Codes

Color #CEBD47 in popluar color models

CEBD47
RGB20618971
HSL52°57.94%54.31%
HSB/HSV52°65.53%80.78%
CMYK0.00%8.25%65.53%
19.22%

Color #CEBD47 in popluar number systems.

HEXCEBD47
Decimal20618971
Binary11001110101111011000111
Octal316275107

Shades and tints

Shades of #CEBD47

#CEBD47
(206,189,71)
#BCAC41
(188,172,65)
#AA9B3B
(170,155,59)
#988A35
(152,138,53)
#86792F
(134,121,47)
#746829
(116,104,41)
#625723
(98,87,35)
#50461D
(80,70,29)
#3E3517
(62,53,23)
#2C2411
(44,36,17)
#1A130B
(26,19,11)
#000000
(0,0,0)

Tints of #CEBD47

#CEBD47
(206,189,71)
#D2C357
(210,195,87)
#D6C967
(214,201,103)
#DACF77
(218,207,119)
#DED587
(222,213,135)
#E2DB97
(226,219,151)
#E6E1A7
(230,225,167)
#EAE7B7
(234,231,183)
#EEEDC7
(238,237,199)
#F2F3D7
(242,243,215)
#F6F9E7
(246,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBD47; }

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

This text font color is #CEBD47.


Background Color

.myBgColor { background-color: #CEBD47; }

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

This div background color is #CEBD47.


Border color

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

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

This div border color is #CEBD47.


Opacity

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

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

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

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

This text has shadow with #CEBD47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBD47 on black background.


Color preview on white background

This text has color #CEBD47 on white background.



Black color preview on #CEBD47 background

This text has black color on #CEBD47 background.


White color preview on #CEBD47 background

This text has white color on #CEBD47 background.