COLOR #CE7E87

HEX: #CE7E87
RGB: (206,126,135)

Color info

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

RGB color model

#CE7E87 color RGB value is (206,126,135).

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

RGB channels and saturation

R 206 of 255 = 81%
G 126 of 255 = 49%
B 135 of 255 = 53%

206
126
135

R + G + B ~ 61%. #CE7E87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 126 + 135 = 467 (100%)
R 206 of 467 ~ 44.11%
G 126 of 467 ~ 26.98%
B 135 of 467 ~ 28.91%

%44.11
%26.98
%28.91

CMYK color model

#CE7E87 color CMYK value is (0,39,34,19).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 34.47%
  • key color value is 19.22%
CMYK:
(0,39,34,19)
C0M39Y34K19 
(0%,39%,34%,19%)
(0.00/0.39/0.34/0.19)	

CMYK percentages

%0
%38.83
%34.47
%19.22

Codes

Color #CE7E87 in popluar color models

CE7E87
RGB206126135
HSL353°44.94%65.10%
HSB/HSV353°38.83%80.78%
CMYK0.00%38.83%34.47%
19.22%

Color #CE7E87 in popluar number systems.

HEXCE7E87
Decimal206126135
Binary11001110111111010000111
Octal316176207

Shades and tints

Shades of #CE7E87

#CE7E87
(206,126,135)
#BC737B
(188,115,123)
#AA686F
(170,104,111)
#985D63
(152,93,99)
#865257
(134,82,87)
#74474B
(116,71,75)
#623C3F
(98,60,63)
#503133
(80,49,51)
#3E2627
(62,38,39)
#2C1B1B
(44,27,27)
#1A100F
(26,16,15)
#000000
(0,0,0)

Tints of #CE7E87

#CE7E87
(206,126,135)
#D28991
(210,137,145)
#D6949B
(214,148,155)
#DA9FA5
(218,159,165)
#DEAAAF
(222,170,175)
#E2B5B9
(226,181,185)
#E6C0C3
(230,192,195)
#EACBCD
(234,203,205)
#EED6D7
(238,214,215)
#F2E1E1
(242,225,225)
#F6ECEB
(246,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE7E87; }

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

This text font color is #CE7E87.


Background Color

.myBgColor { background-color: #CE7E87; }

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

This div background color is #CE7E87.


Border color

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

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

This div border color is #CE7E87.


Opacity

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

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

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

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

This text has shadow with #CE7E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7E87 on black background.


Color preview on white background

This text has color #CE7E87 on white background.



Black color preview on #CE7E87 background

This text has black color on #CE7E87 background.


White color preview on #CE7E87 background

This text has white color on #CE7E87 background.