COLOR #CE9DB7

HEX: #CE9DB7
RGB: (206,157,183)

Color info

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

RGB color model

#CE9DB7 color RGB value is (206,157,183).

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

RGB channels and saturation

R 206 of 255 = 81%
G 157 of 255 = 62%
B 183 of 255 = 72%

206
157
183

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

Portions of RGB colors in percentages

R + G + B =
206 + 157 + 183 = 546 (100%)
R 206 of 546 ~ 37.73%
G 157 of 546 ~ 28.75%
B 183 of 546 ~ 33.52%

%37.73
%28.75
%33.52

CMYK color model

#CE9DB7 color CMYK value is (0,24,11,19).

  • cyan value is 0.00%
  • magenta value is 23.79%
  • yellow value is 11.17%
  • key color value is 19.22%
CMYK:
(0,24,11,19)
C0M24Y11K19 
(0%,24%,11%,19%)
(0.00/0.24/0.11/0.19)	

CMYK percentages

%0
%23.79
%11.17
%19.22

Codes

Color #CE9DB7 in popluar color models

CE9DB7
RGB206157183
HSL328°33.33%71.18%
HSB/HSV328°23.79%80.78%
CMYK0.00%23.79%11.17%
19.22%

Color #CE9DB7 in popluar number systems.

HEXCE9DB7
Decimal206157183
Binary110011101001110110110111
Octal316235267

Shades and tints

Shades of #CE9DB7

#CE9DB7
(206,157,183)
#BC8FA7
(188,143,167)
#AA8197
(170,129,151)
#987387
(152,115,135)
#866577
(134,101,119)
#745767
(116,87,103)
#624957
(98,73,87)
#503B47
(80,59,71)
#3E2D37
(62,45,55)
#2C1F27
(44,31,39)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #CE9DB7

#CE9DB7
(206,157,183)
#D2A5BD
(210,165,189)
#D6ADC3
(214,173,195)
#DAB5C9
(218,181,201)
#DEBDCF
(222,189,207)
#E2C5D5
(226,197,213)
#E6CDDB
(230,205,219)
#EAD5E1
(234,213,225)
#EEDDE7
(238,221,231)
#F2E5ED
(242,229,237)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9DB7; }

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

This text font color is #CE9DB7.


Background Color

.myBgColor { background-color: #CE9DB7; }

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

This div background color is #CE9DB7.


Border color

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

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

This div border color is #CE9DB7.


Opacity

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

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

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

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

This text has shadow with #CE9DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9DB7 on black background.


Color preview on white background

This text has color #CE9DB7 on white background.



Black color preview on #CE9DB7 background

This text has black color on #CE9DB7 background.


White color preview on #CE9DB7 background

This text has white color on #CE9DB7 background.