COLOR #CE8899

HEX: #CE8899 RGB: (206,136,153)

Color info

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

RGB color model

#CE8899 color RGB value is (206,136,153).

RGB: (206,136,153) (81%, 53%, 60%)

RGB channels and saturation

R 206 of 255 = 81%
G 136 of 255 = 53%
B 153 of 255 = 60%

206
136
153

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

Portions of RGB colors in percentages

R + G + B = 206 + 136 + 153 = 495 (100%)
R 206 of 495 ~ 41.62%
G 136 of 495 ~ 27.47%
B 153 of 495 ~ 30.91'%

%41.62
%27.47
%30.91

CMYK color model

#CE8899 color CMYK value is (0,34,26,19).

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

CMYK: (0,34,26,19)
C0M34Y26K19 (0%, 34%, 26%, 19%)
(0.00 / 0.34 / 0.26 / 0.19)

CMYK percentages

%0
%33.98
%25.73
%19.22

Codes

Color #CE8899 in popluar color models

CE 88 99
RGB 206 136 153
HSL 345° 41.67% 67.06%
HSB/HSV 345° 33.98% 80.78%
CMYK 0.00% 33.98% 25.73%
19.22%

Color #CE8899 in popluar number systems.

HEX CE 88 99
Decimal 206 136 153
Binary 11001110 10001000 10011001
Octal 316 210 231

Shades and tints

Shades of #CE8899

#CE8899
(206,136,153)
#BC7C8C
(188,124,140)
#AA707F
(170,112,127)
#986472
(152,100,114)
#865865
(134,88,101)
#744C58
(116,76,88)
#62404B
(98,64,75)
#50343E
(80,52,62)
#3E2831
(62,40,49)
#2C1C24
(44,28,36)
#1A1017
(26,16,23)
#000000
(0,0,0)

Tints of #CE8899

#CE8899
(206,136,153)
#D292A2
(210,146,162)
#D69CAB
(214,156,171)
#DAA6B4
(218,166,180)
#DEB0BD
(222,176,189)
#E2BAC6
(226,186,198)
#E6C4CF
(230,196,207)
#EACED8
(234,206,216)
#EED8E1
(238,216,225)
#F2E2EA
(242,226,234)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE8899; }

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

This text font color is #CE8899.

Background Color

.myBgColor { background-color: #CE8899; }

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

This div background color is #CE8899.

Border color

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

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

This div border color is #CE8899.

Opacity

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

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

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

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

This text has shadow with #CE8899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE8899.

Preview

Color preview on black background

This text has color #CE8899 on black background.


Color preview on white background

This text has color #CE8899 on white background.


Black color preview on #CE8899 background

This text has black color on #CE8899 background.


White color preview on #CE8899 background

This text has white color on #CE8899 background.


Related colors

Complementary color

Complementary color for #hex is #317766.


I love getcolorcode.com

Triadic colors

1 #99CE88 and #8899CE with #CE8899 are triadic colors.

2 #9988CE and #88CE99 with #CE8899 are triadic colors.