COLOR #CE9688

HEX: #CE9688 RGB: (206,150,136)

Color info

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

RGB color model

#CE9688 color RGB value is (206,150,136).

RGB: (206,150,136) (81%, 59%, 53%)

RGB channels and saturation

R 206 of 255 = 81%
G 150 of 255 = 59%
B 136 of 255 = 53%

206
150
136

R + G + B ~ 64%. #CE9688 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 150 + 136 = 492 (100%)
R 206 of 492 ~ 41.87%
G 150 of 492 ~ 30.49%
B 136 of 492 ~ 27.64'%

%41.87
%30.49
%27.64

CMYK color model

#CE9688 color CMYK value is (0,27,34,19).

  • cyan value is 0.00%
  • magenta value is 27.18%
  • yellow value is 33.98%
  • key color value is 19.22%

CMYK: (0,27,34,19)
C0M27Y34K19 (0%, 27%, 34%, 19%)
(0.00 / 0.27 / 0.34 / 0.19)

CMYK percentages

%0
%27.18
%33.98
%19.22

Codes

Color #CE9688 in popluar color models

CE 96 88
RGB 206 150 136
HSL 12° 41.67% 67.06%
HSB/HSV 12° 33.98% 80.78%
CMYK 0.00% 27.18% 33.98%
19.22%

Color #CE9688 in popluar number systems.

HEX CE 96 88
Decimal 206 150 136
Binary 11001110 10010110 10001000
Octal 316 226 210

Shades and tints

Shades of #CE9688

#CE9688
(206,150,136)
#BC897C
(188,137,124)
#AA7C70
(170,124,112)
#986F64
(152,111,100)
#866258
(134,98,88)
#74554C
(116,85,76)
#624840
(98,72,64)
#503B34
(80,59,52)
#3E2E28
(62,46,40)
#2C211C
(44,33,28)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #CE9688

#CE9688
(206,150,136)
#D29F92
(210,159,146)
#D6A89C
(214,168,156)
#DAB1A6
(218,177,166)
#DEBAB0
(222,186,176)
#E2C3BA
(226,195,186)
#E6CCC4
(230,204,196)
#EAD5CE
(234,213,206)
#EEDED8
(238,222,216)
#F2E7E2
(242,231,226)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9688; }

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

This text font color is #CE9688.

Background Color

.myBgColor { background-color: #CE9688; }

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

This div background color is #CE9688.

Border color

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

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

This div border color is #CE9688.

Opacity

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

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

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

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

This text has shadow with #CE9688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE9688.

Preview

Color preview on black background

This text has color #CE9688 on black background.


Color preview on white background

This text has color #CE9688 on white background.


Black color preview on #CE9688 background

This text has black color on #CE9688 background.


White color preview on #CE9688 background

This text has white color on #CE9688 background.


Related colors

Complementary color

Complementary color for #hex is #316977.


I love getcolorcode.com

Triadic colors

1 #88CE96 and #9688CE with #CE9688 are triadic colors.

2 #8896CE and #96CE88 with #CE9688 are triadic colors.