COLOR #CE6F7F

HEX: #CE6F7F
RGB: (206,111,127)

Color info

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

RGB color model

#CE6F7F color RGB value is (206,111,127).

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

RGB channels and saturation

R 206 of 255 = 81%
G 111 of 255 = 44%
B 127 of 255 = 50%

206
111
127

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

Portions of RGB colors in percentages

R + G + B =
206 + 111 + 127 = 444 (100%)
R 206 of 444 ~ 46.4%
G 111 of 444 ~ 25%
B 127 of 444 ~ 28.6%

%46.4
%25
%28.6

CMYK color model

#CE6F7F color CMYK value is (0,46,38,19).

  • cyan value is 0.00%
  • magenta value is 46.12%
  • yellow value is 38.35%
  • key color value is 19.22%
CMYK:
(0,46,38,19)
C0M46Y38K19 
(0%,46%,38%,19%)
(0.00/0.46/0.38/0.19)	

CMYK percentages

%0
%46.12
%38.35
%19.22

Codes

Color #CE6F7F in popluar color models

CE6F7F
RGB206111127
HSL350°49.22%62.16%
HSB/HSV350°46.12%80.78%
CMYK0.00%46.12%38.35%
19.22%

Color #CE6F7F in popluar number systems.

HEXCE6F7F
Decimal206111127
Binary1100111011011111111111
Octal316157177

Shades and tints

Shades of #CE6F7F

#CE6F7F
(206,111,127)
#BC6574
(188,101,116)
#AA5B69
(170,91,105)
#98515E
(152,81,94)
#864753
(134,71,83)
#743D48
(116,61,72)
#62333D
(98,51,61)
#502932
(80,41,50)
#3E1F27
(62,31,39)
#2C151C
(44,21,28)
#1A0B11
(26,11,17)
#000000
(0,0,0)

Tints of #CE6F7F

#CE6F7F
(206,111,127)
#D27C8A
(210,124,138)
#D68995
(214,137,149)
#DA96A0
(218,150,160)
#DEA3AB
(222,163,171)
#E2B0B6
(226,176,182)
#E6BDC1
(230,189,193)
#EACACC
(234,202,204)
#EED7D7
(238,215,215)
#F2E4E2
(242,228,226)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6F7F color. Also use rgb(206,111,127) instead hex code.

Text Font Color

.myTextColor { color: #CE6F7F; }

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

This text font color is #CE6F7F.


Background Color

.myBgColor { background-color: #CE6F7F; }

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

This div background color is #CE6F7F.


Border color

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

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

This div border color is #CE6F7F.


Opacity

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

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

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

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

This text has shadow with #CE6F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6F7F on black background.


Color preview on white background

This text has color #CE6F7F on white background.



Black color preview on #CE6F7F background

This text has black color on #CE6F7F background.


White color preview on #CE6F7F background

This text has white color on #CE6F7F background.