COLOR #CE879D

HEX: #CE879D
RGB: (206,135,157)

Color info

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

RGB color model

#CE879D color RGB value is (206,135,157).

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

RGB channels and saturation

R 206 of 255 = 81%
G 135 of 255 = 53%
B 157 of 255 = 62%

206
135
157

R + G + B ~ 65%. #CE879D is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 135 + 157 = 498 (100%)
R 206 of 498 ~ 41.37%
G 135 of 498 ~ 27.11%
B 157 of 498 ~ 31.53%

%41.37
%27.11
%31.53

CMYK color model

#CE879D color CMYK value is (0,34,24,19).

  • cyan value is 0.00%
  • magenta value is 34.47%
  • yellow value is 23.79%
  • key color value is 19.22%
CMYK:
(0,34,24,19)
C0M34Y24K19 
(0%,34%,24%,19%)
(0.00/0.34/0.24/0.19)	

CMYK percentages

%0
%34.47
%23.79
%19.22

Codes

Color #CE879D in popluar color models

CE879D
RGB206135157
HSL341°42.01%66.86%
HSB/HSV341°34.47%80.78%
CMYK0.00%34.47%23.79%
19.22%

Color #CE879D in popluar number systems.

HEXCE879D
Decimal206135157
Binary110011101000011110011101
Octal316207235

Shades and tints

Shades of #CE879D

#CE879D
(206,135,157)
#BC7B8F
(188,123,143)
#AA6F81
(170,111,129)
#986373
(152,99,115)
#865765
(134,87,101)
#744B57
(116,75,87)
#623F49
(98,63,73)
#50333B
(80,51,59)
#3E272D
(62,39,45)
#2C1B1F
(44,27,31)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #CE879D

#CE879D
(206,135,157)
#D291A5
(210,145,165)
#D69BAD
(214,155,173)
#DAA5B5
(218,165,181)
#DEAFBD
(222,175,189)
#E2B9C5
(226,185,197)
#E6C3CD
(230,195,205)
#EACDD5
(234,205,213)
#EED7DD
(238,215,221)
#F2E1E5
(242,225,229)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE879D; }

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

This text font color is #CE879D.


Background Color

.myBgColor { background-color: #CE879D; }

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

This div background color is #CE879D.


Border color

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

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

This div border color is #CE879D.


Opacity

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

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

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

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

This text has shadow with #CE879D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE879D on black background.


Color preview on white background

This text has color #CE879D on white background.



Black color preview on #CE879D background

This text has black color on #CE879D background.


White color preview on #CE879D background

This text has white color on #CE879D background.