COLOR #CE89BB

HEX: #CE89BB RGB: (206,137,187)

Color info

#CE89BB contains mainly red and blue colors. Web safe color of #CE89BB is #CC99CC (or #C9C).

RGB color model

#CE89BB color RGB value is (206,137,187).

RGB: (206,137,187) (81%, 54%, 73%)

RGB channels and saturation

R 206 of 255 = 81%
G 137 of 255 = 54%
B 187 of 255 = 73%

206
137
187

R + G + B ~ 69%. #CE89BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 137 + 187 = 530 (100%)
R 206 of 530 ~ 38.87%
G 137 of 530 ~ 25.85%
B 187 of 530 ~ 35.28'%

%38.87
%25.85
%35.28

CMYK color model

#CE89BB color CMYK value is (0,33,9,19).

  • cyan value is 0.00%
  • magenta value is 33.50%
  • yellow value is 9.22%
  • key color value is 19.22%

CMYK: (0,33,9,19)
C0M33Y9K19 (0%, 33%, 9%, 19%)
(0.00 / 0.33 / 0.09 / 0.19)

CMYK percentages

%0
%33.5
%9.22
%19.22

Codes

Color #CE89BB in popluar color models

CE 89 BB
RGB 206 137 187
HSL 317° 41.32% 67.25%
HSB/HSV 317° 33.50% 80.78%
CMYK 0.00% 33.50% 9.22%
19.22%

Color #CE89BB in popluar number systems.

HEX CE 89 BB
Decimal 206 137 187
Binary 11001110 10001001 10111011
Octal 316 211 273

Shades and tints

Shades of #CE89BB

#CE89BB
(206,137,187)
#BC7DAA
(188,125,170)
#AA7199
(170,113,153)
#986588
(152,101,136)
#865977
(134,89,119)
#744D66
(116,77,102)
#624155
(98,65,85)
#503544
(80,53,68)
#3E2933
(62,41,51)
#2C1D22
(44,29,34)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #CE89BB

#CE89BB
(206,137,187)
#D293C1
(210,147,193)
#D69DC7
(214,157,199)
#DAA7CD
(218,167,205)
#DEB1D3
(222,177,211)
#E2BBD9
(226,187,217)
#E6C5DF
(230,197,223)
#EACFE5
(234,207,229)
#EED9EB
(238,217,235)
#F2E3F1
(242,227,241)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE89BB color. Also use rgb(206,137,187) instead hex code.

Text Font Color

.myTextColor { color: #CE89BB; }

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

This text font color is #CE89BB.

Background Color

.myBgColor { background-color: #CE89BB; }

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

This div background color is #CE89BB.

Border color

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

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

This div border color is #CE89BB.

Opacity

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

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

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

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

This text has shadow with #CE89BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE89BB.

Preview

Color preview on black background

This text has color #CE89BB on black background.


Color preview on white background

This text has color #CE89BB on white background.


Black color preview on #CE89BB background

This text has black color on #CE89BB background.


White color preview on #CE89BB background

This text has white color on #CE89BB background.


Related colors

Complementary color

Complementary color for #hex is #317644.


I love getcolorcode.com

Triadic colors

1 #BBCE89 and #89BBCE with #CE89BB are triadic colors.

2 #BB89CE and #89CEBB with #CE89BB are triadic colors.