COLOR #CEA993

HEX: #CEA993 RGB: (206,169,147)

Color info

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

RGB color model

#CEA993 color RGB value is (206,169,147).

RGB: (206,169,147) (81%, 66%, 58%)

RGB channels and saturation

R 206 of 255 = 81%
G 169 of 255 = 66%
B 147 of 255 = 58%

206
169
147

R + G + B ~ 68%. #CEA993 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 169 + 147 = 522 (100%)
R 206 of 522 ~ 39.46%
G 169 of 522 ~ 32.38%
B 147 of 522 ~ 28.16'%

%39.46
%32.38
%28.16

CMYK color model

#CEA993 color CMYK value is (0,18,29,19).

  • cyan value is 0.00%
  • magenta value is 17.96%
  • yellow value is 28.64%
  • key color value is 19.22%
CMYK: (0,18,29,19) C0M18Y29K19 (0%,18%,29%,19%) (0.00/0.18/0.29/0.19) 

CMYK percentages

%0
%17.96
%28.64
%19.22

Codes

Color #CEA993 in popluar color models

CE A9 93
RGB 206 169 147
HSL 22° 37.58% 69.22%
HSB/HSV 22° 28.64% 80.78%
CMYK 0.00% 17.96% 28.64%
19.22%

Color #CEA993 in popluar number systems.

HEX CE A9 93
Decimal 206 169 147
Binary 11001110 10101001 10010011
Octal 316 251 223

Shades and tints

Shades of #CEA993

#CEA993
(206,169,147)
#BC9A86
(188,154,134)
#AA8B79
(170,139,121)
#987C6C
(152,124,108)
#866D5F
(134,109,95)
#745E52
(116,94,82)
#624F45
(98,79,69)
#504038
(80,64,56)
#3E312B
(62,49,43)
#2C221E
(44,34,30)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #CEA993

#CEA993
(206,169,147)
#D2B09C
(210,176,156)
#D6B7A5
(214,183,165)
#DABEAE
(218,190,174)
#DEC5B7
(222,197,183)
#E2CCC0
(226,204,192)
#E6D3C9
(230,211,201)
#EADAD2
(234,218,210)
#EEE1DB
(238,225,219)
#F2E8E4
(242,232,228)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA993 color. Also use rgb(206,169,147) instead hex code.

Text Font Color

.myTextColor { color: #CEA993; }

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

This text font color is #CEA993.

Background Color

.myBgColor { background-color: #CEA993; }

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

This div background color is #CEA993.

Border color

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

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

This div border color is #CEA993.

Opacity

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

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

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

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

This text has shadow with #CEA993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA993.

Preview

Color preview on black background

This text has color #CEA993 on black background.


Color preview on white background

This text has color #CEA993 on white background.


Black color preview on #CEA993 background

This text has black color on #CEA993 background.


White color preview on #CEA993 background

This text has white color on #CEA993 background.


Related colors

Complementary color

Complementary color for #hex is #31566C.


I love getcolorcode.com

Triadic colors

1 #93CEA9 and #A993CE with #CEA993 are triadic colors.

2 #93A9CE and #A9CE93 with #CEA993 are triadic colors.