COLOR #CEA9B3

HEX: #CEA9B3 RGB: (206,169,179)

Color info

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

RGB color model

#CEA9B3 color RGB value is (206,169,179).

RGB: (206,169,179) (81%, 66%, 70%)

RGB channels and saturation

R 206 of 255 = 81%
G 169 of 255 = 66%
B 179 of 255 = 70%

206
169
179

R + G + B ~ 72%. #CEA9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 169 + 179 = 554 (100%)
R 206 of 554 ~ 37.18%
G 169 of 554 ~ 30.51%
B 179 of 554 ~ 32.31'%

%37.18
%30.51
%32.31

CMYK color model

#CEA9B3 color CMYK value is (0,18,13,19).

  • cyan value is 0.00%
  • magenta value is 17.96%
  • yellow value is 13.11%
  • key color value is 19.22%

CMYK: (0,18,13,19)
C0M18Y13K19 (0%, 18%, 13%, 19%)
(0.00 / 0.18 / 0.13 / 0.19)

CMYK percentages

%0
%17.96
%13.11
%19.22

Codes

Color #CEA9B3 in popluar color models

CE A9 B3
RGB 206 169 179
HSL 344° 27.41% 73.53%
HSB/HSV 344° 17.96% 80.78%
CMYK 0.00% 17.96% 13.11%
19.22%

Color #CEA9B3 in popluar number systems.

HEX CE A9 B3
Decimal 206 169 179
Binary 11001110 10101001 10110011
Octal 316 251 263

Shades and tints

Shades of #CEA9B3

#CEA9B3
(206,169,179)
#BC9AA3
(188,154,163)
#AA8B93
(170,139,147)
#987C83
(152,124,131)
#866D73
(134,109,115)
#745E63
(116,94,99)
#624F53
(98,79,83)
#504043
(80,64,67)
#3E3133
(62,49,51)
#2C2223
(44,34,35)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #CEA9B3

#CEA9B3
(206,169,179)
#D2B0B9
(210,176,185)
#D6B7BF
(214,183,191)
#DABEC5
(218,190,197)
#DEC5CB
(222,197,203)
#E2CCD1
(226,204,209)
#E6D3D7
(230,211,215)
#EADADD
(234,218,221)
#EEE1E3
(238,225,227)
#F2E8E9
(242,232,233)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA9B3; }

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

This text font color is #CEA9B3.

Background Color

.myBgColor { background-color: #CEA9B3; }

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

This div background color is #CEA9B3.

Border color

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

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

This div border color is #CEA9B3.

Opacity

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

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

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

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

This text has shadow with #CEA9B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA9B3.

Preview

Color preview on black background

This text has color #CEA9B3 on black background.


Color preview on white background

This text has color #CEA9B3 on white background.


Black color preview on #CEA9B3 background

This text has black color on #CEA9B3 background.


White color preview on #CEA9B3 background

This text has white color on #CEA9B3 background.


Related colors

Complementary color

Complementary color for #hex is #31564C.


I love getcolorcode.com

Triadic colors

1 #B3CEA9 and #A9B3CE with #CEA9B3 are triadic colors.

2 #B3A9CE and #A9CEB3 with #CEA9B3 are triadic colors.