COLOR #CE6C87

HEX: #CE6C87
RGB: (206,108,135)

Color info

#CE6C87 contains mainly red color. Web safe color of #CE6C87 is #CC6699 (or #C69).

RGB color model

#CE6C87 color RGB value is (206,108,135).

  • red value is 206;
  • green value is 108;
  • blue value is 135.
RGB:
(206,108,135)
(81%,42%,53%)

RGB channels and saturation

R 206 of 255 = 81%
G 108 of 255 = 42%
B 135 of 255 = 53%

206
108
135

R + G + B ~ 59%. #CE6C87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
206 + 108 + 135 = 449 (100%)
R 206 of 449 ~ 45.88%
G 108 of 449 ~ 24.05%
B 135 of 449 ~ 30.07%

%45.88
%24.05
%30.07

CMYK color model

#CE6C87 color CMYK value is (0,48,34,19).

  • cyan value is 0.00%
  • magenta value is 47.57%
  • yellow value is 34.47%
  • key color value is 19.22%
CMYK:
(0,48,34,19)
C0M48Y34K19 
(0%,48%,34%,19%)
(0.00/0.48/0.34/0.19)	

CMYK percentages

%0
%47.57
%34.47
%19.22

Codes

Color #CE6C87 in popluar color models

CE6C87
RGB206108135
HSL343°50.00%61.57%
HSB/HSV343°47.57%80.78%
CMYK0.00%47.57%34.47%
19.22%

Color #CE6C87 in popluar number systems.

HEXCE6C87
Decimal206108135
Binary11001110110110010000111
Octal316154207

Shades and tints

Shades of #CE6C87

#CE6C87
(206,108,135)
#BC637B
(188,99,123)
#AA5A6F
(170,90,111)
#985163
(152,81,99)
#864857
(134,72,87)
#743F4B
(116,63,75)
#62363F
(98,54,63)
#502D33
(80,45,51)
#3E2427
(62,36,39)
#2C1B1B
(44,27,27)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #CE6C87

#CE6C87
(206,108,135)
#D27991
(210,121,145)
#D6869B
(214,134,155)
#DA93A5
(218,147,165)
#DEA0AF
(222,160,175)
#E2ADB9
(226,173,185)
#E6BAC3
(230,186,195)
#EAC7CD
(234,199,205)
#EED4D7
(238,212,215)
#F2E1E1
(242,225,225)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6C87 color. Also use rgb(206,108,135) instead hex code.

Text Font Color

.myTextColor { color: #CE6C87; }

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

This text font color is #CE6C87.


Background Color

.myBgColor { background-color: #CE6C87; }

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

This div background color is #CE6C87.


Border color

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

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

This div border color is #CE6C87.


Opacity

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

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

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

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

This text has shadow with #CE6C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6C87 on black background.


Color preview on white background

This text has color #CE6C87 on white background.



Black color preview on #CE6C87 background

This text has black color on #CE6C87 background.


White color preview on #CE6C87 background

This text has white color on #CE6C87 background.