COLOR #CF886D

HEX: #CF886D
RGB: (207,136,109)

Color info

#CF886D contains mainly red color. Web safe color of #CF886D is #CC9966 (or #C96).

RGB color model

#CF886D color RGB value is (207,136,109).

  • red value is 207;
  • green value is 136;
  • blue value is 109.
RGB:
(207,136,109)
(81%,53%,43%)

RGB channels and saturation

R 207 of 255 = 81%
G 136 of 255 = 53%
B 109 of 255 = 43%

207
136
109

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

Portions of RGB colors in percentages

R + G + B =
207 + 136 + 109 = 452 (100%)
R 207 of 452 ~ 45.8%
G 136 of 452 ~ 30.09%
B 109 of 452 ~ 24.12%

%45.8
%30.09
%24.12

CMYK color model

#CF886D color CMYK value is (0,34,47,19).

  • cyan value is 0.00%
  • magenta value is 34.30%
  • yellow value is 47.34%
  • key color value is 18.82%
CMYK:
(0,34,47,19)
C0M34Y47K19 
(0%,34%,47%,19%)
(0.00/0.34/0.47/0.19)	

CMYK percentages

%0
%34.3
%47.34
%18.82

Codes

Color #CF886D in popluar color models

CF886D
RGB207136109
HSL17°50.52%61.96%
HSB/HSV17°47.34%81.18%
CMYK0.00%34.30%47.34%
18.82%

Color #CF886D in popluar number systems.

HEXCF886D
Decimal207136109
Binary11001111100010001101101
Octal317210155

Shades and tints

Shades of #CF886D

#CF886D
(207,136,109)
#BD7C64
(189,124,100)
#AB705B
(171,112,91)
#996452
(153,100,82)
#875849
(135,88,73)
#754C40
(117,76,64)
#634037
(99,64,55)
#51342E
(81,52,46)
#3F2825
(63,40,37)
#2D1C1C
(45,28,28)
#1B1013
(27,16,19)
#000000
(0,0,0)

Tints of #CF886D

#CF886D
(207,136,109)
#D3927A
(211,146,122)
#D79C87
(215,156,135)
#DBA694
(219,166,148)
#DFB0A1
(223,176,161)
#E3BAAE
(227,186,174)
#E7C4BB
(231,196,187)
#EBCEC8
(235,206,200)
#EFD8D5
(239,216,213)
#F3E2E2
(243,226,226)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF886D color. Also use rgb(207,136,109) instead hex code.

Text Font Color

.myTextColor { color: #CF886D; }

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

This text font color is #CF886D.


Background Color

.myBgColor { background-color: #CF886D; }

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

This div background color is #CF886D.


Border color

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

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

This div border color is #CF886D.


Opacity

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

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

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

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

This text has shadow with #CF886D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF886D on black background.


Color preview on white background

This text has color #CF886D on white background.



Black color preview on #CF886D background

This text has black color on #CF886D background.


White color preview on #CF886D background

This text has white color on #CF886D background.