COLOR #CEA09D

HEX: #CEA09D RGB: (206,160,157)

Color info

#CEA09D contains red, green and blue colors in about the same proportion. Web safe color of #CEA09D is #CC9999 (or #C99).

RGB color model

#CEA09D color RGB value is (206,160,157).

RGB: (206,160,157) (81%, 63%, 62%)

RGB channels and saturation

R 206 of 255 = 81%
G 160 of 255 = 63%
B 157 of 255 = 62%

206
160
157

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

Portions of RGB colors in percentages

R + G + B = 206 + 160 + 157 = 523 (100%)
R 206 of 523 ~ 39.39%
G 160 of 523 ~ 30.59%
B 157 of 523 ~ 30.02'%

%39.39
%30.59
%30.02

CMYK color model

#CEA09D color CMYK value is (0,22,24,19).

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

CMYK: (0,22,24,19)
C0M22Y24K19 (0%, 22%, 24%, 19%)
(0.00 / 0.22 / 0.24 / 0.19)

CMYK percentages

%0
%22.33
%23.79
%19.22

Codes

Color #CEA09D in popluar color models

CE A0 9D
RGB 206 160 157
HSL 33.33% 71.18%
HSB/HSV 23.79% 80.78%
CMYK 0.00% 22.33% 23.79%
19.22%

Color #CEA09D in popluar number systems.

HEX CE A0 9D
Decimal 206 160 157
Binary 11001110 10100000 10011101
Octal 316 240 235

Shades and tints

Shades of #CEA09D

#CEA09D
(206,160,157)
#BC928F
(188,146,143)
#AA8481
(170,132,129)
#987673
(152,118,115)
#866865
(134,104,101)
#745A57
(116,90,87)
#624C49
(98,76,73)
#503E3B
(80,62,59)
#3E302D
(62,48,45)
#2C221F
(44,34,31)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #CEA09D

#CEA09D
(206,160,157)
#D2A8A5
(210,168,165)
#D6B0AD
(214,176,173)
#DAB8B5
(218,184,181)
#DEC0BD
(222,192,189)
#E2C8C5
(226,200,197)
#E6D0CD
(230,208,205)
#EAD8D5
(234,216,213)
#EEE0DD
(238,224,221)
#F2E8E5
(242,232,229)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA09D; }

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

This text font color is #CEA09D.

Background Color

.myBgColor { background-color: #CEA09D; }

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

This div background color is #CEA09D.

Border color

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

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

This div border color is #CEA09D.

Opacity

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

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

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

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

This text has shadow with #CEA09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA09D.

Preview

Color preview on black background

This text has color #CEA09D on black background.


Color preview on white background

This text has color #CEA09D on white background.


Black color preview on #CEA09D background

This text has black color on #CEA09D background.


White color preview on #CEA09D background

This text has white color on #CEA09D background.


Related colors

Complementary color

Complementary color for #hex is #315F62.


I love getcolorcode.com

Triadic colors

1 #9DCEA0 and #A09DCE with #CEA09D are triadic colors.

2 #9DA0CE and #A0CE9D with #CEA09D are triadic colors.