COLOR #CE7F6D

HEX: #CE7F6D
RGB: (206,127,109)

Color info

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

RGB color model

#CE7F6D color RGB value is (206,127,109).

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

RGB channels and saturation

R 206 of 255 = 81%
G 127 of 255 = 50%
B 109 of 255 = 43%

206
127
109

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

Portions of RGB colors in percentages

R + G + B =
206 + 127 + 109 = 442 (100%)
R 206 of 442 ~ 46.61%
G 127 of 442 ~ 28.73%
B 109 of 442 ~ 24.66%

%46.61
%28.73
%24.66

CMYK color model

#CE7F6D color CMYK value is (0,38,47,19).

  • cyan value is 0.00%
  • magenta value is 38.35%
  • yellow value is 47.09%
  • key color value is 19.22%
CMYK:
(0,38,47,19)
C0M38Y47K19 
(0%,38%,47%,19%)
(0.00/0.38/0.47/0.19)	

CMYK percentages

%0
%38.35
%47.09
%19.22

Codes

Color #CE7F6D in popluar color models

CE7F6D
RGB206127109
HSL11°49.74%61.76%
HSB/HSV11°47.09%80.78%
CMYK0.00%38.35%47.09%
19.22%

Color #CE7F6D in popluar number systems.

HEXCE7F6D
Decimal206127109
Binary1100111011111111101101
Octal316177155

Shades and tints

Shades of #CE7F6D

#CE7F6D
(206,127,109)
#BC7464
(188,116,100)
#AA695B
(170,105,91)
#985E52
(152,94,82)
#865349
(134,83,73)
#744840
(116,72,64)
#623D37
(98,61,55)
#50322E
(80,50,46)
#3E2725
(62,39,37)
#2C1C1C
(44,28,28)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #CE7F6D

#CE7F6D
(206,127,109)
#D28A7A
(210,138,122)
#D69587
(214,149,135)
#DAA094
(218,160,148)
#DEABA1
(222,171,161)
#E2B6AE
(226,182,174)
#E6C1BB
(230,193,187)
#EACCC8
(234,204,200)
#EED7D5
(238,215,213)
#F2E2E2
(242,226,226)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE7F6D; }

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

This text font color is #CE7F6D.


Background Color

.myBgColor { background-color: #CE7F6D; }

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

This div background color is #CE7F6D.


Border color

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

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

This div border color is #CE7F6D.


Opacity

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

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

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

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

This text has shadow with #CE7F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7F6D on black background.


Color preview on white background

This text has color #CE7F6D on white background.



Black color preview on #CE7F6D background

This text has black color on #CE7F6D background.


White color preview on #CE7F6D background

This text has white color on #CE7F6D background.