COLOR #CE8FAD

HEX: #CE8FAD
RGB: (206,143,173)

Color info

#CE8FAD contains mainly red and blue colors. Web safe color of #CE8FAD is #CC9999 (or #C99).

RGB color model

#CE8FAD color RGB value is (206,143,173).

  • red value is 206;
  • green value is 143;
  • blue value is 173.
RGB:
(206,143,173)
(81%,56%,68%)

RGB channels and saturation

R 206 of 255 = 81%
G 143 of 255 = 56%
B 173 of 255 = 68%

206
143
173

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

Portions of RGB colors in percentages

R + G + B =
206 + 143 + 173 = 522 (100%)
R 206 of 522 ~ 39.46%
G 143 of 522 ~ 27.39%
B 173 of 522 ~ 33.14%

%39.46
%27.39
%33.14

CMYK color model

#CE8FAD color CMYK value is (0,31,16,19).

  • cyan value is 0.00%
  • magenta value is 30.58%
  • yellow value is 16.02%
  • key color value is 19.22%
CMYK:
(0,31,16,19)
C0M31Y16K19 
(0%,31%,16%,19%)
(0.00/0.31/0.16/0.19)	

CMYK percentages

%0
%30.58
%16.02
%19.22

Codes

Color #CE8FAD in popluar color models

CE8FAD
RGB206143173
HSL331°39.13%68.43%
HSB/HSV331°30.58%80.78%
CMYK0.00%30.58%16.02%
19.22%

Color #CE8FAD in popluar number systems.

HEXCE8FAD
Decimal206143173
Binary110011101000111110101101
Octal316217255

Shades and tints

Shades of #CE8FAD

#CE8FAD
(206,143,173)
#BC829E
(188,130,158)
#AA758F
(170,117,143)
#986880
(152,104,128)
#865B71
(134,91,113)
#744E62
(116,78,98)
#624153
(98,65,83)
#503444
(80,52,68)
#3E2735
(62,39,53)
#2C1A26
(44,26,38)
#1A0D17
(26,13,23)
#000000
(0,0,0)

Tints of #CE8FAD

#CE8FAD
(206,143,173)
#D299B4
(210,153,180)
#D6A3BB
(214,163,187)
#DAADC2
(218,173,194)
#DEB7C9
(222,183,201)
#E2C1D0
(226,193,208)
#E6CBD7
(230,203,215)
#EAD5DE
(234,213,222)
#EEDFE5
(238,223,229)
#F2E9EC
(242,233,236)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE8FAD color. Also use rgb(206,143,173) instead hex code.

Text Font Color

.myTextColor { color: #CE8FAD; }

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

This text font color is #CE8FAD.


Background Color

.myBgColor { background-color: #CE8FAD; }

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

This div background color is #CE8FAD.


Border color

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

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

This div border color is #CE8FAD.


Opacity

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

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

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

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

This text has shadow with #CE8FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE8FAD on black background.


Color preview on white background

This text has color #CE8FAD on white background.



Black color preview on #CE8FAD background

This text has black color on #CE8FAD background.


White color preview on #CE8FAD background

This text has white color on #CE8FAD background.