COLOR #CEB07E

HEX: #CEB07E RGB: (206,176,126)

Color info

#CEB07E contains mainly red and green colors. Web safe color of #CEB07E is #CC9966 (or #C96).

RGB color model

#CEB07E color RGB value is (206,176,126).

RGB: (206,176,126) (81%, 69%, 49%)

RGB channels and saturation

R 206 of 255 = 81%
G 176 of 255 = 69%
B 126 of 255 = 49%

206
176
126

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

Portions of RGB colors in percentages

R + G + B = 206 + 176 + 126 = 508 (100%)
R 206 of 508 ~ 40.55%
G 176 of 508 ~ 34.65%
B 126 of 508 ~ 24.8'%

%40.55
%34.65
%24.8

CMYK color model

#CEB07E color CMYK value is (0,15,39,19).

  • cyan value is 0.00%
  • magenta value is 14.56%
  • yellow value is 38.83%
  • key color value is 19.22%

CMYK: (0,15,39,19)
C0M15Y39K19 (0%, 15%, 39%, 19%)
(0.00 / 0.15 / 0.39 / 0.19)

CMYK percentages

%0
%14.56
%38.83
%19.22

Codes

Color #CEB07E in popluar color models

CE B0 7E
RGB 206 176 126
HSL 38° 44.94% 65.10%
HSB/HSV 38° 38.83% 80.78%
CMYK 0.00% 14.56% 38.83%
19.22%

Color #CEB07E in popluar number systems.

HEX CE B0 7E
Decimal 206 176 126
Binary 11001110 10110000 1111110
Octal 316 260 176

Shades and tints

Shades of #CEB07E

#CEB07E
(206,176,126)
#BCA073
(188,160,115)
#AA9068
(170,144,104)
#98805D
(152,128,93)
#867052
(134,112,82)
#746047
(116,96,71)
#62503C
(98,80,60)
#504031
(80,64,49)
#3E3026
(62,48,38)
#2C201B
(44,32,27)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #CEB07E

#CEB07E
(206,176,126)
#D2B789
(210,183,137)
#D6BE94
(214,190,148)
#DAC59F
(218,197,159)
#DECCAA
(222,204,170)
#E2D3B5
(226,211,181)
#E6DAC0
(230,218,192)
#EAE1CB
(234,225,203)
#EEE8D6
(238,232,214)
#F2EFE1
(242,239,225)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB07E color. Also use rgb(206,176,126) instead hex code.

Text Font Color

.myTextColor { color: #CEB07E; }

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

This text font color is #CEB07E.

Background Color

.myBgColor { background-color: #CEB07E; }

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

This div background color is #CEB07E.

Border color

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

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

This div border color is #CEB07E.

Opacity

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

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

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

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

This text has shadow with #CEB07E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEB07E.

Preview

Color preview on black background

This text has color #CEB07E on black background.


Color preview on white background

This text has color #CEB07E on white background.


Black color preview on #CEB07E background

This text has black color on #CEB07E background.


White color preview on #CEB07E background

This text has white color on #CEB07E background.


Related colors

Complementary color

Complementary color for #hex is #314F81.


I love getcolorcode.com

Triadic colors

1 #7ECEB0 and #B07ECE with #CEB07E are triadic colors.

2 #7EB0CE and #B0CE7E with #CEB07E are triadic colors.