COLOR #CEAB77

HEX: #CEAB77 RGB: (206,171,119)

Color info

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

RGB color model

#CEAB77 color RGB value is (206,171,119).

RGB: (206,171,119) (81%, 67%, 47%)

RGB channels and saturation

R 206 of 255 = 81%
G 171 of 255 = 67%
B 119 of 255 = 47%

206
171
119

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

Portions of RGB colors in percentages

R + G + B = 206 + 171 + 119 = 496 (100%)
R 206 of 496 ~ 41.53%
G 171 of 496 ~ 34.48%
B 119 of 496 ~ 23.99'%

%41.53
%34.48
%23.99

CMYK color model

#CEAB77 color CMYK value is (0,17,42,19).

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

CMYK: (0,17,42,19)
C0M17Y42K19 (0%, 17%, 42%, 19%)
(0.00 / 0.17 / 0.42 / 0.19)

CMYK percentages

%0
%16.99
%42.23
%19.22

Codes

Color #CEAB77 in popluar color models

CE AB 77
RGB 206 171 119
HSL 36° 47.03% 63.73%
HSB/HSV 36° 42.23% 80.78%
CMYK 0.00% 16.99% 42.23%
19.22%

Color #CEAB77 in popluar number systems.

HEX CE AB 77
Decimal 206 171 119
Binary 11001110 10101011 1110111
Octal 316 253 167

Shades and tints

Shades of #CEAB77

#CEAB77
(206,171,119)
#BC9C6D
(188,156,109)
#AA8D63
(170,141,99)
#987E59
(152,126,89)
#866F4F
(134,111,79)
#746045
(116,96,69)
#62513B
(98,81,59)
#504231
(80,66,49)
#3E3327
(62,51,39)
#2C241D
(44,36,29)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #CEAB77

#CEAB77
(206,171,119)
#D2B283
(210,178,131)
#D6B98F
(214,185,143)
#DAC09B
(218,192,155)
#DEC7A7
(222,199,167)
#E2CEB3
(226,206,179)
#E6D5BF
(230,213,191)
#EADCCB
(234,220,203)
#EEE3D7
(238,227,215)
#F2EAE3
(242,234,227)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEAB77; }

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

This text font color is #CEAB77.

Background Color

.myBgColor { background-color: #CEAB77; }

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

This div background color is #CEAB77.

Border color

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

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

This div border color is #CEAB77.

Opacity

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

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

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

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

This text has shadow with #CEAB77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEAB77.

Preview

Color preview on black background

This text has color #CEAB77 on black background.


Color preview on white background

This text has color #CEAB77 on white background.


Black color preview on #CEAB77 background

This text has black color on #CEAB77 background.


White color preview on #CEAB77 background

This text has white color on #CEAB77 background.


Related colors

Complementary color

Complementary color for #hex is #315488.


I love getcolorcode.com

Triadic colors

1 #77CEAB and #AB77CE with #CEAB77 are triadic colors.

2 #77ABCE and #ABCE77 with #CEAB77 are triadic colors.