COLOR #CEAB76

HEX: #CEAB76 RGB: (206,171,118)

Color info

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

RGB color model

#CEAB76 color RGB value is (206,171,118).

RGB: (206,171,118) (81%, 67%, 46%)

RGB channels and saturation

R 206 of 255 = 81%
G 171 of 255 = 67%
B 118 of 255 = 46%

206
171
118

R + G + B ~ 65%. #CEAB76 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 171 + 118 = 495 (100%)
R 206 of 495 ~ 41.62%
G 171 of 495 ~ 34.55%
B 118 of 495 ~ 23.84'%

%41.62
%34.55
%23.84

CMYK color model

#CEAB76 color CMYK value is (0,17,43,19).

  • cyan value is 0.00%
  • magenta value is 16.99%
  • yellow value is 42.72%
  • key color value is 19.22%

CMYK: (0,17,43,19)
C0M17Y43K19 (0%, 17%, 43%, 19%)
(0.00 / 0.17 / 0.43 / 0.19)

CMYK percentages

%0
%16.99
%42.72
%19.22

Codes

Color #CEAB76 in popluar color models

CE AB 76
RGB 206 171 118
HSL 36° 47.31% 63.53%
HSB/HSV 36° 42.72% 80.78%
CMYK 0.00% 16.99% 42.72%
19.22%

Color #CEAB76 in popluar number systems.

HEX CE AB 76
Decimal 206 171 118
Binary 11001110 10101011 1110110
Octal 316 253 166

Shades and tints

Shades of #CEAB76

#CEAB76
(206,171,118)
#BC9C6C
(188,156,108)
#AA8D62
(170,141,98)
#987E58
(152,126,88)
#866F4E
(134,111,78)
#746044
(116,96,68)
#62513A
(98,81,58)
#504230
(80,66,48)
#3E3326
(62,51,38)
#2C241C
(44,36,28)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #CEAB76

#CEAB76
(206,171,118)
#D2B282
(210,178,130)
#D6B98E
(214,185,142)
#DAC09A
(218,192,154)
#DEC7A6
(222,199,166)
#E2CEB2
(226,206,178)
#E6D5BE
(230,213,190)
#EADCCA
(234,220,202)
#EEE3D6
(238,227,214)
#F2EAE2
(242,234,226)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEAB76 color. Also use rgb(206,171,118) instead hex code.

Text Font Color

.myTextColor { color: #CEAB76; }

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

This text font color is #CEAB76.

Background Color

.myBgColor { background-color: #CEAB76; }

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

This div background color is #CEAB76.

Border color

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

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

This div border color is #CEAB76.

Opacity

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

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

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

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

This text has shadow with #CEAB76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEAB76.

Preview

Color preview on black background

This text has color #CEAB76 on black background.


Color preview on white background

This text has color #CEAB76 on white background.


Black color preview on #CEAB76 background

This text has black color on #CEAB76 background.


White color preview on #CEAB76 background

This text has white color on #CEAB76 background.


Related colors

Complementary color

Complementary color for #hex is #315489.


I love getcolorcode.com

Triadic colors

1 #76CEAB and #AB76CE with #CEAB76 are triadic colors.

2 #76ABCE and #ABCE76 with #CEAB76 are triadic colors.