COLOR #CE9C88

HEX: #CE9C88 RGB: (206,156,136)

Color info

#CE9C88 contains mainly red and green colors. Web safe color of #CE9C88 is #CC9999 (or #C99).

RGB color model

#CE9C88 color RGB value is (206,156,136).

RGB: (206,156,136) (81%, 61%, 53%)

RGB channels and saturation

R 206 of 255 = 81%
G 156 of 255 = 61%
B 136 of 255 = 53%

206
156
136

R + G + B ~ 65%. #CE9C88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 156 + 136 = 498 (100%)
R 206 of 498 ~ 41.37%
G 156 of 498 ~ 31.33%
B 136 of 498 ~ 27.31'%

%41.37
%31.33
%27.31

CMYK color model

#CE9C88 color CMYK value is (0,24,34,19).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 33.98%
  • key color value is 19.22%
CMYK: (0,24,34,19) C0M24Y34K19 (0%,24%,34%,19%) (0.00/0.24/0.34/0.19) 

CMYK percentages

%0
%24.27
%33.98
%19.22

Codes

Color #CE9C88 in popluar color models

CE 9C 88
RGB 206 156 136
HSL 17° 41.67% 67.06%
HSB/HSV 17° 33.98% 80.78%
CMYK 0.00% 24.27% 33.98%
19.22%

Color #CE9C88 in popluar number systems.

HEX CE 9C 88
Decimal 206 156 136
Binary 11001110 10011100 10001000
Octal 316 234 210

Shades and tints

Shades of #CE9C88

#CE9C88
(206,156,136)
#BC8E7C
(188,142,124)
#AA8070
(170,128,112)
#987264
(152,114,100)
#866458
(134,100,88)
#74564C
(116,86,76)
#624840
(98,72,64)
#503A34
(80,58,52)
#3E2C28
(62,44,40)
#2C1E1C
(44,30,28)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #CE9C88

#CE9C88
(206,156,136)
#D2A592
(210,165,146)
#D6AE9C
(214,174,156)
#DAB7A6
(218,183,166)
#DEC0B0
(222,192,176)
#E2C9BA
(226,201,186)
#E6D2C4
(230,210,196)
#EADBCE
(234,219,206)
#EEE4D8
(238,228,216)
#F2EDE2
(242,237,226)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9C88; }

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

This text font color is #CE9C88.

Background Color

.myBgColor { background-color: #CE9C88; }

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

This div background color is #CE9C88.

Border color

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

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

This div border color is #CE9C88.

Opacity

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

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

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

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

This text has shadow with #CE9C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE9C88.

Preview

Color preview on black background

This text has color #CE9C88 on black background.


Color preview on white background

This text has color #CE9C88 on white background.


Black color preview on #CE9C88 background

This text has black color on #CE9C88 background.


White color preview on #CE9C88 background

This text has white color on #CE9C88 background.


Related colors

Complementary color

Complementary color for #hex is #316377.


I love getcolorcode.com

Triadic colors

1 #88CE9C and #9C88CE with #CE9C88 are triadic colors.

2 #889CCE and #9CCE88 with #CE9C88 are triadic colors.