COLOR #CECB73

HEX: #CECB73 RGB: (206,203,115)

Color info

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

RGB color model

#CECB73 color RGB value is (206,203,115).

RGB: (206,203,115) (81%, 80%, 45%)

RGB channels and saturation

R 206 of 255 = 81%
G 203 of 255 = 80%
B 115 of 255 = 45%

206
203
115

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

Portions of RGB colors in percentages

R + G + B = 206 + 203 + 115 = 524 (100%)
R 206 of 524 ~ 39.31%
G 203 of 524 ~ 38.74%
B 115 of 524 ~ 21.95'%

%39.31
%38.74
%21.95

CMYK color model

#CECB73 color CMYK value is (0,1,44,19).

  • cyan value is 0.00%
  • magenta value is 1.46%
  • yellow value is 44.17%
  • key color value is 19.22%

CMYK: (0,1,44,19)
C0M1Y44K19 (0%, 1%, 44%, 19%)
(0.00 / 0.01 / 0.44 / 0.19)

CMYK percentages

%0
%1.46
%44.17
%19.22

Codes

Color #CECB73 in popluar color models

CE CB 73
RGB 206 203 115
HSL 58° 48.15% 62.94%
HSB/HSV 58° 44.17% 80.78%
CMYK 0.00% 1.46% 44.17%
19.22%

Color #CECB73 in popluar number systems.

HEX CE CB 73
Decimal 206 203 115
Binary 11001110 11001011 1110011
Octal 316 313 163

Shades and tints

Shades of #CECB73

#CECB73
(206,203,115)
#BCB969
(188,185,105)
#AAA75F
(170,167,95)
#989555
(152,149,85)
#86834B
(134,131,75)
#747141
(116,113,65)
#625F37
(98,95,55)
#504D2D
(80,77,45)
#3E3B23
(62,59,35)
#2C2919
(44,41,25)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #CECB73

#CECB73
(206,203,115)
#D2CF7F
(210,207,127)
#D6D38B
(214,211,139)
#DAD797
(218,215,151)
#DEDBA3
(222,219,163)
#E2DFAF
(226,223,175)
#E6E3BB
(230,227,187)
#EAE7C7
(234,231,199)
#EEEBD3
(238,235,211)
#F2EFDF
(242,239,223)
#F6F3EB
(246,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CECB73 color. Also use rgb(206,203,115) instead hex code.

Text Font Color

.myTextColor { color: #CECB73; }

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

This text font color is #CECB73.

Background Color

.myBgColor { background-color: #CECB73; }

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

This div background color is #CECB73.

Border color

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

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

This div border color is #CECB73.

Opacity

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

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

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

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

This text has shadow with #CECB73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CECB73.

Preview

Color preview on black background

This text has color #CECB73 on black background.


Color preview on white background

This text has color #CECB73 on white background.


Black color preview on #CECB73 background

This text has black color on #CECB73 background.


White color preview on #CECB73 background

This text has white color on #CECB73 background.


Related colors

Complementary color

Complementary color for #hex is #31348C.


I love getcolorcode.com

Triadic colors

1 #73CECB and #CB73CE with #CECB73 are triadic colors.

2 #73CBCE and #CBCE73 with #CECB73 are triadic colors.