COLOR #CE7880

HEX: #CE7880
RGB: (206,120,128)

Color info

#CE7880 contains mainly red color. Web safe color of #CE7880 is #CC6666 (or #C66).

RGB color model

#CE7880 color RGB value is (206,120,128).

  • red value is 206;
  • green value is 120;
  • blue value is 128.
RGB:
(206,120,128)
(81%,47%,50%)

RGB channels and saturation

R 206 of 255 = 81%
G 120 of 255 = 47%
B 128 of 255 = 50%

206
120
128

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

Portions of RGB colors in percentages

R + G + B =
206 + 120 + 128 = 454 (100%)
R 206 of 454 ~ 45.37%
G 120 of 454 ~ 26.43%
B 128 of 454 ~ 28.19%

%45.37
%26.43
%28.19

CMYK color model

#CE7880 color CMYK value is (0,42,38,19).

  • cyan value is 0.00%
  • magenta value is 41.75%
  • yellow value is 37.86%
  • key color value is 19.22%
CMYK:
(0,42,38,19)
C0M42Y38K19 
(0%,42%,38%,19%)
(0.00/0.42/0.38/0.19)	

CMYK percentages

%0
%41.75
%37.86
%19.22

Codes

Color #CE7880 in popluar color models

CE7880
RGB206120128
HSL354°46.74%63.92%
HSB/HSV354°41.75%80.78%
CMYK0.00%41.75%37.86%
19.22%

Color #CE7880 in popluar number systems.

HEXCE7880
Decimal206120128
Binary11001110111100010000000
Octal316170200

Shades and tints

Shades of #CE7880

#CE7880
(206,120,128)
#BC6E75
(188,110,117)
#AA646A
(170,100,106)
#985A5F
(152,90,95)
#865054
(134,80,84)
#744649
(116,70,73)
#623C3E
(98,60,62)
#503233
(80,50,51)
#3E2828
(62,40,40)
#2C1E1D
(44,30,29)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #CE7880

#CE7880
(206,120,128)
#D2848B
(210,132,139)
#D69096
(214,144,150)
#DA9CA1
(218,156,161)
#DEA8AC
(222,168,172)
#E2B4B7
(226,180,183)
#E6C0C2
(230,192,194)
#EACCCD
(234,204,205)
#EED8D8
(238,216,216)
#F2E4E3
(242,228,227)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE7880 color. Also use rgb(206,120,128) instead hex code.

Text Font Color

.myTextColor { color: #CE7880; }

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

This text font color is #CE7880.


Background Color

.myBgColor { background-color: #CE7880; }

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

This div background color is #CE7880.


Border color

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

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

This div border color is #CE7880.


Opacity

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

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

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

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

This text has shadow with #CE7880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7880 on black background.


Color preview on white background

This text has color #CE7880 on white background.



Black color preview on #CE7880 background

This text has black color on #CE7880 background.


White color preview on #CE7880 background

This text has white color on #CE7880 background.