COLOR #CE777F

HEX: #CE777F
RGB: (206,119,127)

Color info

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

RGB color model

#CE777F color RGB value is (206,119,127).

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

RGB channels and saturation

R 206 of 255 = 81%
G 119 of 255 = 47%
B 127 of 255 = 50%

206
119
127

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

Portions of RGB colors in percentages

R + G + B =
206 + 119 + 127 = 452 (100%)
R 206 of 452 ~ 45.58%
G 119 of 452 ~ 26.33%
B 127 of 452 ~ 28.1%

%45.58
%26.33
%28.1

CMYK color model

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

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

Codes

Color #CE777F in popluar color models

CE777F
RGB206119127
HSL354°47.03%63.73%
HSB/HSV354°42.23%80.78%
CMYK0.00%42.23%38.35%
19.22%

Color #CE777F in popluar number systems.

HEXCE777F
Decimal206119127
Binary1100111011101111111111
Octal316167177

Shades and tints

Shades of #CE777F

#CE777F
(206,119,127)
#BC6D74
(188,109,116)
#AA6369
(170,99,105)
#98595E
(152,89,94)
#864F53
(134,79,83)
#744548
(116,69,72)
#623B3D
(98,59,61)
#503132
(80,49,50)
#3E2727
(62,39,39)
#2C1D1C
(44,29,28)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #CE777F

#CE777F
(206,119,127)
#D2838A
(210,131,138)
#D68F95
(214,143,149)
#DA9BA0
(218,155,160)
#DEA7AB
(222,167,171)
#E2B3B6
(226,179,182)
#E6BFC1
(230,191,193)
#EACBCC
(234,203,204)
#EED7D7
(238,215,215)
#F2E3E2
(242,227,226)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE777F; }

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

This text font color is #CE777F.


Background Color

.myBgColor { background-color: #CE777F; }

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

This div background color is #CE777F.


Border color

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

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

This div border color is #CE777F.


Opacity

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

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

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

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

This text has shadow with #CE777F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE777F on black background.


Color preview on white background

This text has color #CE777F on white background.



Black color preview on #CE777F background

This text has black color on #CE777F background.


White color preview on #CE777F background

This text has white color on #CE777F background.