COLOR #CE7E88

HEX: #CE7E88
RGB: (206,126,136)

Color info

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

RGB color model

#CE7E88 color RGB value is (206,126,136).

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

RGB channels and saturation

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

206
126
136

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

Portions of RGB colors in percentages

R + G + B =
206 + 126 + 136 = 468 (100%)
R 206 of 468 ~ 44.02%
G 126 of 468 ~ 26.92%
B 136 of 468 ~ 29.06%

%44.02
%26.92
%29.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 33.98%
  • 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
%33.98
%19.22

Codes

Color #CE7E88 in popluar color models

CE7E88
RGB206126136
HSL353°44.94%65.10%
HSB/HSV353°38.83%80.78%
CMYK0.00%38.83%33.98%
19.22%

Color #CE7E88 in popluar number systems.

HEXCE7E88
Decimal206126136
Binary11001110111111010001000
Octal316176210

Shades and tints

Shades of #CE7E88

#CE7E88
(206,126,136)
#BC737C
(188,115,124)
#AA6870
(170,104,112)
#985D64
(152,93,100)
#865258
(134,82,88)
#74474C
(116,71,76)
#623C40
(98,60,64)
#503134
(80,49,52)
#3E2628
(62,38,40)
#2C1B1C
(44,27,28)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #CE7E88

#CE7E88
(206,126,136)
#D28992
(210,137,146)
#D6949C
(214,148,156)
#DA9FA6
(218,159,166)
#DEAAB0
(222,170,176)
#E2B5BA
(226,181,186)
#E6C0C4
(230,192,196)
#EACBCE
(234,203,206)
#EED6D8
(238,214,216)
#F2E1E2
(242,225,226)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE7E88; }

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

This text font color is #CE7E88.


Background Color

.myBgColor { background-color: #CE7E88; }

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

This div background color is #CE7E88.


Border color

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

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

This div border color is #CE7E88.


Opacity

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

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

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

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

This text has shadow with #CE7E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7E88 on black background.


Color preview on white background

This text has color #CE7E88 on white background.



Black color preview on #CE7E88 background

This text has black color on #CE7E88 background.


White color preview on #CE7E88 background

This text has white color on #CE7E88 background.