COLOR #CE889D

HEX: #CE889D RGB: (206,136,157)

Color info

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

RGB color model

#CE889D color RGB value is (206,136,157).

RGB: (206,136,157) (81%, 53%, 62%)

RGB channels and saturation

R 206 of 255 = 81%
G 136 of 255 = 53%
B 157 of 255 = 62%

206
136
157

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

Portions of RGB colors in percentages

R + G + B = 206 + 136 + 157 = 499 (100%)
R 206 of 499 ~ 41.28%
G 136 of 499 ~ 27.25%
B 157 of 499 ~ 31.46'%

%41.28
%27.25
%31.46

CMYK color model

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

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

CMYK: (0,34,24,19)
C0M34Y24K19 (0%, 34%, 24%, 19%)
(0.00 / 0.34 / 0.24 / 0.19)

CMYK percentages

%0
%33.98
%23.79
%19.22

Codes

Color #CE889D in popluar color models

CE 88 9D
RGB 206 136 157
HSL 342° 41.67% 67.06%
HSB/HSV 342° 33.98% 80.78%
CMYK 0.00% 33.98% 23.79%
19.22%

Color #CE889D in popluar number systems.

HEX CE 88 9D
Decimal 206 136 157
Binary 11001110 10001000 10011101
Octal 316 210 235

Shades and tints

Shades of #CE889D

#CE889D
(206,136,157)
#BC7C8F
(188,124,143)
#AA7081
(170,112,129)
#986473
(152,100,115)
#865865
(134,88,101)
#744C57
(116,76,87)
#624049
(98,64,73)
#50343B
(80,52,59)
#3E282D
(62,40,45)
#2C1C1F
(44,28,31)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #CE889D

#CE889D
(206,136,157)
#D292A5
(210,146,165)
#D69CAD
(214,156,173)
#DAA6B5
(218,166,181)
#DEB0BD
(222,176,189)
#E2BAC5
(226,186,197)
#E6C4CD
(230,196,205)
#EACED5
(234,206,213)
#EED8DD
(238,216,221)
#F2E2E5
(242,226,229)
#F6ECED
(246,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE889D; }

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

This text font color is #CE889D.

Background Color

.myBgColor { background-color: #CE889D; }

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

This div background color is #CE889D.

Border color

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

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

This div border color is #CE889D.

Opacity

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

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

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

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

This text has shadow with #CE889D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE889D.

Preview

Color preview on black background

This text has color #CE889D on black background.


Color preview on white background

This text has color #CE889D on white background.


Black color preview on #CE889D background

This text has black color on #CE889D background.


White color preview on #CE889D background

This text has white color on #CE889D background.


Related colors

Complementary color

Complementary color for #hex is #317762.


I love getcolorcode.com

Triadic colors

1 #9DCE88 and #889DCE with #CE889D are triadic colors.

2 #9D88CE and #88CE9D with #CE889D are triadic colors.