COLOR #CE9DAE

HEX: #CE9DAE
RGB: (206,157,174)

Color info

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

RGB color model

#CE9DAE color RGB value is (206,157,174).

  • red value is 206;
  • green value is 157;
  • blue value is 174.
RGB:
(206,157,174)
(81%,62%,68%)

RGB channels and saturation

R 206 of 255 = 81%
G 157 of 255 = 62%
B 174 of 255 = 68%

206
157
174

R + G + B ~ 70%. #CE9DAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 157 + 174 = 537 (100%)
R 206 of 537 ~ 38.36%
G 157 of 537 ~ 29.24%
B 174 of 537 ~ 32.4%

%38.36
%29.24
%32.4

CMYK color model

#CE9DAE color CMYK value is (0,24,16,19).

  • cyan value is 0.00%
  • magenta value is 23.79%
  • yellow value is 15.53%
  • key color value is 19.22%
CMYK:
(0,24,16,19)
C0M24Y16K19 
(0%,24%,16%,19%)
(0.00/0.24/0.16/0.19)	

CMYK percentages

%0
%23.79
%15.53
%19.22

Codes

Color #CE9DAE in popluar color models

CE9DAE
RGB206157174
HSL339°33.33%71.18%
HSB/HSV339°23.79%80.78%
CMYK0.00%23.79%15.53%
19.22%

Color #CE9DAE in popluar number systems.

HEXCE9DAE
Decimal206157174
Binary110011101001110110101110
Octal316235256

Shades and tints

Shades of #CE9DAE

#CE9DAE
(206,157,174)
#BC8F9F
(188,143,159)
#AA8190
(170,129,144)
#987381
(152,115,129)
#866572
(134,101,114)
#745763
(116,87,99)
#624954
(98,73,84)
#503B45
(80,59,69)
#3E2D36
(62,45,54)
#2C1F27
(44,31,39)
#1A1118
(26,17,24)
#000000
(0,0,0)

Tints of #CE9DAE

#CE9DAE
(206,157,174)
#D2A5B5
(210,165,181)
#D6ADBC
(214,173,188)
#DAB5C3
(218,181,195)
#DEBDCA
(222,189,202)
#E2C5D1
(226,197,209)
#E6CDD8
(230,205,216)
#EAD5DF
(234,213,223)
#EEDDE6
(238,221,230)
#F2E5ED
(242,229,237)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9DAE; }

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

This text font color is #CE9DAE.


Background Color

.myBgColor { background-color: #CE9DAE; }

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

This div background color is #CE9DAE.


Border color

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

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

This div border color is #CE9DAE.


Opacity

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

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

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

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

This text has shadow with #CE9DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9DAE on black background.


Color preview on white background

This text has color #CE9DAE on white background.



Black color preview on #CE9DAE background

This text has black color on #CE9DAE background.


White color preview on #CE9DAE background

This text has white color on #CE9DAE background.