COLOR #CE8B88

HEX: #CE8B88
RGB: (206,139,136)

Color info

#CE8B88 contains mainly red color. Web safe color of #CE8B88 is #CC9999 (or #C99).

RGB color model

#CE8B88 color RGB value is (206,139,136).

  • red value is 206;
  • green value is 139;
  • blue value is 136.
RGB:
(206,139,136)
(81%,55%,53%)

RGB channels and saturation

R 206 of 255 = 81%
G 139 of 255 = 55%
B 136 of 255 = 53%

206
139
136

R + G + B ~ 63%. #CE8B88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 139 + 136 = 481 (100%)
R 206 of 481 ~ 42.83%
G 139 of 481 ~ 28.9%
B 136 of 481 ~ 28.27%

%42.83
%28.9
%28.27

CMYK color model

#CE8B88 color CMYK value is (0,33,34,19).

  • cyan value is 0.00%
  • magenta value is 32.52%
  • yellow value is 33.98%
  • key color value is 19.22%
CMYK:
(0,33,34,19)
C0M33Y34K19 
(0%,33%,34%,19%)
(0.00/0.33/0.34/0.19)	

CMYK percentages

%0
%32.52
%33.98
%19.22

Codes

Color #CE8B88 in popluar color models

CE8B88
RGB206139136
HSL41.67%67.06%
HSB/HSV33.98%80.78%
CMYK0.00%32.52%33.98%
19.22%

Color #CE8B88 in popluar number systems.

HEXCE8B88
Decimal206139136
Binary110011101000101110001000
Octal316213210

Shades and tints

Shades of #CE8B88

#CE8B88
(206,139,136)
#BC7F7C
(188,127,124)
#AA7370
(170,115,112)
#986764
(152,103,100)
#865B58
(134,91,88)
#744F4C
(116,79,76)
#624340
(98,67,64)
#503734
(80,55,52)
#3E2B28
(62,43,40)
#2C1F1C
(44,31,28)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #CE8B88

#CE8B88
(206,139,136)
#D29592
(210,149,146)
#D69F9C
(214,159,156)
#DAA9A6
(218,169,166)
#DEB3B0
(222,179,176)
#E2BDBA
(226,189,186)
#E6C7C4
(230,199,196)
#EAD1CE
(234,209,206)
#EEDBD8
(238,219,216)
#F2E5E2
(242,229,226)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE8B88 color. Also use rgb(206,139,136) instead hex code.

Text Font Color

.myTextColor { color: #CE8B88; }

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

This text font color is #CE8B88.


Background Color

.myBgColor { background-color: #CE8B88; }

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

This div background color is #CE8B88.


Border color

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

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

This div border color is #CE8B88.


Opacity

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

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

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

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

This text has shadow with #CE8B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE8B88 on black background.


Color preview on white background

This text has color #CE8B88 on white background.



Black color preview on #CE8B88 background

This text has black color on #CE8B88 background.


White color preview on #CE8B88 background

This text has white color on #CE8B88 background.