COLOR #CEA089

HEX: #CEA089 RGB: (206,160,137)

Color info

#CEA089 contains mainly red and green colors. Web safe color of #CEA089 is #CC9999 (or #C99).

RGB color model

#CEA089 color RGB value is (206,160,137).

RGB: (206,160,137) (81%, 63%, 54%)

RGB channels and saturation

R 206 of 255 = 81%
G 160 of 255 = 63%
B 137 of 255 = 54%

206
160
137

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

Portions of RGB colors in percentages

R + G + B = 206 + 160 + 137 = 503 (100%)
R 206 of 503 ~ 40.95%
G 160 of 503 ~ 31.81%
B 137 of 503 ~ 27.24'%

%40.95
%31.81
%27.24

CMYK color model

#CEA089 color CMYK value is (0,22,33,19).

  • cyan value is 0.00%
  • magenta value is 22.33%
  • yellow value is 33.50%
  • key color value is 19.22%

CMYK: (0,22,33,19)
C0M22Y33K19 (0%, 22%, 33%, 19%)
(0.00 / 0.22 / 0.33 / 0.19)

CMYK percentages

%0
%22.33
%33.5
%19.22

Codes

Color #CEA089 in popluar color models

CE A0 89
RGB 206 160 137
HSL 20° 41.32% 67.25%
HSB/HSV 20° 33.50% 80.78%
CMYK 0.00% 22.33% 33.50%
19.22%

Color #CEA089 in popluar number systems.

HEX CE A0 89
Decimal 206 160 137
Binary 11001110 10100000 10001001
Octal 316 240 211

Shades and tints

Shades of #CEA089

#CEA089
(206,160,137)
#BC927D
(188,146,125)
#AA8471
(170,132,113)
#987665
(152,118,101)
#866859
(134,104,89)
#745A4D
(116,90,77)
#624C41
(98,76,65)
#503E35
(80,62,53)
#3E3029
(62,48,41)
#2C221D
(44,34,29)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #CEA089

#CEA089
(206,160,137)
#D2A893
(210,168,147)
#D6B09D
(214,176,157)
#DAB8A7
(218,184,167)
#DEC0B1
(222,192,177)
#E2C8BB
(226,200,187)
#E6D0C5
(230,208,197)
#EAD8CF
(234,216,207)
#EEE0D9
(238,224,217)
#F2E8E3
(242,232,227)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA089 color. Also use rgb(206,160,137) instead hex code.

Text Font Color

.myTextColor { color: #CEA089; }

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

This text font color is #CEA089.

Background Color

.myBgColor { background-color: #CEA089; }

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

This div background color is #CEA089.

Border color

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

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

This div border color is #CEA089.

Opacity

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

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

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

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

This text has shadow with #CEA089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA089.

Preview

Color preview on black background

This text has color #CEA089 on black background.


Color preview on white background

This text has color #CEA089 on white background.


Black color preview on #CEA089 background

This text has black color on #CEA089 background.


White color preview on #CEA089 background

This text has white color on #CEA089 background.


Related colors

Complementary color

Complementary color for #hex is #315F76.


I love getcolorcode.com

Triadic colors

1 #89CEA0 and #A089CE with #CEA089 are triadic colors.

2 #89A0CE and #A0CE89 with #CEA089 are triadic colors.