COLOR #CE7E70

HEX: #CE7E70
RGB: (206,126,112)

Color info

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

RGB color model

#CE7E70 color RGB value is (206,126,112).

  • red value is 206;
  • green value is 126;
  • blue value is 112.
RGB:
(206,126,112)
(81%,49%,44%)

RGB channels and saturation

R 206 of 255 = 81%
G 126 of 255 = 49%
B 112 of 255 = 44%

206
126
112

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

Portions of RGB colors in percentages

R + G + B =
206 + 126 + 112 = 444 (100%)
R 206 of 444 ~ 46.4%
G 126 of 444 ~ 28.38%
B 112 of 444 ~ 25.23%

%46.4
%28.38
%25.23

CMYK color model

#CE7E70 color CMYK value is (0,39,46,19).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 45.63%
  • key color value is 19.22%
CMYK:
(0,39,46,19)
C0M39Y46K19 
(0%,39%,46%,19%)
(0.00/0.39/0.46/0.19)	

CMYK percentages

%0
%38.83
%45.63
%19.22

Codes

Color #CE7E70 in popluar color models

CE7E70
RGB206126112
HSL48.96%62.35%
HSB/HSV45.63%80.78%
CMYK0.00%38.83%45.63%
19.22%

Color #CE7E70 in popluar number systems.

HEXCE7E70
Decimal206126112
Binary1100111011111101110000
Octal316176160

Shades and tints

Shades of #CE7E70

#CE7E70
(206,126,112)
#BC7366
(188,115,102)
#AA685C
(170,104,92)
#985D52
(152,93,82)
#865248
(134,82,72)
#74473E
(116,71,62)
#623C34
(98,60,52)
#50312A
(80,49,42)
#3E2620
(62,38,32)
#2C1B16
(44,27,22)
#1A100C
(26,16,12)
#000000
(0,0,0)

Tints of #CE7E70

#CE7E70
(206,126,112)
#D2897D
(210,137,125)
#D6948A
(214,148,138)
#DA9F97
(218,159,151)
#DEAAA4
(222,170,164)
#E2B5B1
(226,181,177)
#E6C0BE
(230,192,190)
#EACBCB
(234,203,203)
#EED6D8
(238,214,216)
#F2E1E5
(242,225,229)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE7E70 color. Also use rgb(206,126,112) instead hex code.

Text Font Color

.myTextColor { color: #CE7E70; }

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

This text font color is #CE7E70.


Background Color

.myBgColor { background-color: #CE7E70; }

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

This div background color is #CE7E70.


Border color

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

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

This div border color is #CE7E70.


Opacity

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

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

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

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

This text has shadow with #CE7E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7E70 on black background.


Color preview on white background

This text has color #CE7E70 on white background.



Black color preview on #CE7E70 background

This text has black color on #CE7E70 background.


White color preview on #CE7E70 background

This text has white color on #CE7E70 background.