COLOR #CE7180

HEX: #CE7180
RGB: (206,113,128)

Color info

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

RGB color model

#CE7180 color RGB value is (206,113,128).

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

RGB channels and saturation

R 206 of 255 = 81%
G 113 of 255 = 44%
B 128 of 255 = 50%

206
113
128

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

Portions of RGB colors in percentages

R + G + B =
206 + 113 + 128 = 447 (100%)
R 206 of 447 ~ 46.09%
G 113 of 447 ~ 25.28%
B 128 of 447 ~ 28.64%

%46.09
%25.28
%28.64

CMYK color model

#CE7180 color CMYK value is (0,45,38,19).

  • cyan value is 0.00%
  • magenta value is 45.15%
  • yellow value is 37.86%
  • key color value is 19.22%
CMYK:
(0,45,38,19)
C0M45Y38K19 
(0%,45%,38%,19%)
(0.00/0.45/0.38/0.19)	

CMYK percentages

%0
%45.15
%37.86
%19.22

Codes

Color #CE7180 in popluar color models

CE7180
RGB206113128
HSL350°48.69%62.55%
HSB/HSV350°45.15%80.78%
CMYK0.00%45.15%37.86%
19.22%

Color #CE7180 in popluar number systems.

HEXCE7180
Decimal206113128
Binary11001110111000110000000
Octal316161200

Shades and tints

Shades of #CE7180

#CE7180
(206,113,128)
#BC6775
(188,103,117)
#AA5D6A
(170,93,106)
#98535F
(152,83,95)
#864954
(134,73,84)
#743F49
(116,63,73)
#62353E
(98,53,62)
#502B33
(80,43,51)
#3E2128
(62,33,40)
#2C171D
(44,23,29)
#1A0D12
(26,13,18)
#000000
(0,0,0)

Tints of #CE7180

#CE7180
(206,113,128)
#D27D8B
(210,125,139)
#D68996
(214,137,150)
#DA95A1
(218,149,161)
#DEA1AC
(222,161,172)
#E2ADB7
(226,173,183)
#E6B9C2
(230,185,194)
#EAC5CD
(234,197,205)
#EED1D8
(238,209,216)
#F2DDE3
(242,221,227)
#F6E9EE
(246,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE7180; }

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

This text font color is #CE7180.


Background Color

.myBgColor { background-color: #CE7180; }

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

This div background color is #CE7180.


Border color

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

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

This div border color is #CE7180.


Opacity

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

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

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

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

This text has shadow with #CE7180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7180 on black background.


Color preview on white background

This text has color #CE7180 on white background.



Black color preview on #CE7180 background

This text has black color on #CE7180 background.


White color preview on #CE7180 background

This text has white color on #CE7180 background.