COLOR #CEA9BE

HEX: #CEA9BE
RGB: (206,169,190)

Color info

#CEA9BE contains red, green and blue colors in about the same proportion. Web safe color of #CEA9BE is #CC99CC (or #C9C).

RGB color model

#CEA9BE color RGB value is (206,169,190).

  • red value is 206;
  • green value is 169;
  • blue value is 190.
RGB:
(206,169,190)
(81%,66%,75%)

RGB channels and saturation

R 206 of 255 = 81%
G 169 of 255 = 66%
B 190 of 255 = 75%

206
169
190

R + G + B ~ 74%. #CEA9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 169 + 190 = 565 (100%)
R 206 of 565 ~ 36.46%
G 169 of 565 ~ 29.91%
B 190 of 565 ~ 33.63%

%36.46
%29.91
%33.63

CMYK color model

#CEA9BE color CMYK value is (0,18,8,19).

  • cyan value is 0.00%
  • magenta value is 17.96%
  • yellow value is 7.77%
  • key color value is 19.22%
CMYK:
(0,18,8,19)
C0M18Y8K19 
(0%,18%,8%,19%)
(0.00/0.18/0.08/0.19)	

CMYK percentages

%0
%17.96
%7.77
%19.22

Codes

Color #CEA9BE in popluar color models

CEA9BE
RGB206169190
HSL326°27.41%73.53%
HSB/HSV326°17.96%80.78%
CMYK0.00%17.96%7.77%
19.22%

Color #CEA9BE in popluar number systems.

HEXCEA9BE
Decimal206169190
Binary110011101010100110111110
Octal316251276

Shades and tints

Shades of #CEA9BE

#CEA9BE
(206,169,190)
#BC9AAD
(188,154,173)
#AA8B9C
(170,139,156)
#987C8B
(152,124,139)
#866D7A
(134,109,122)
#745E69
(116,94,105)
#624F58
(98,79,88)
#504047
(80,64,71)
#3E3136
(62,49,54)
#2C2225
(44,34,37)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #CEA9BE

#CEA9BE
(206,169,190)
#D2B0C3
(210,176,195)
#D6B7C8
(214,183,200)
#DABECD
(218,190,205)
#DEC5D2
(222,197,210)
#E2CCD7
(226,204,215)
#E6D3DC
(230,211,220)
#EADAE1
(234,218,225)
#EEE1E6
(238,225,230)
#F2E8EB
(242,232,235)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA9BE; }

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

This text font color is #CEA9BE.


Background Color

.myBgColor { background-color: #CEA9BE; }

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

This div background color is #CEA9BE.


Border color

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

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

This div border color is #CEA9BE.


Opacity

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

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

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

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

This text has shadow with #CEA9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA9BE on black background.


Color preview on white background

This text has color #CEA9BE on white background.



Black color preview on #CEA9BE background

This text has black color on #CEA9BE background.


White color preview on #CEA9BE background

This text has white color on #CEA9BE background.