COLOR #CE87B3

HEX: #CE87B3 RGB: (206,135,179)

Color info

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

RGB color model

#CE87B3 color RGB value is (206,135,179).

RGB: (206,135,179) (81%, 53%, 70%)

RGB channels and saturation

R 206 of 255 = 81%
G 135 of 255 = 53%
B 179 of 255 = 70%

206
135
179

R + G + B ~ 68%. #CE87B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 135 + 179 = 520 (100%)
R 206 of 520 ~ 39.62%
G 135 of 520 ~ 25.96%
B 179 of 520 ~ 34.42'%

%39.62
%25.96
%34.42

CMYK color model

#CE87B3 color CMYK value is (0,34,13,19).

  • cyan value is 0.00%
  • magenta value is 34.47%
  • yellow value is 13.11%
  • key color value is 19.22%

CMYK: (0,34,13,19)
C0M34Y13K19 (0%, 34%, 13%, 19%)
(0.00 / 0.34 / 0.13 / 0.19)

CMYK percentages

%0
%34.47
%13.11
%19.22

Codes

Color #CE87B3 in popluar color models

CE 87 B3
RGB 206 135 179
HSL 323° 42.01% 66.86%
HSB/HSV 323° 34.47% 80.78%
CMYK 0.00% 34.47% 13.11%
19.22%

Color #CE87B3 in popluar number systems.

HEX CE 87 B3
Decimal 206 135 179
Binary 11001110 10000111 10110011
Octal 316 207 263

Shades and tints

Shades of #CE87B3

#CE87B3
(206,135,179)
#BC7BA3
(188,123,163)
#AA6F93
(170,111,147)
#986383
(152,99,131)
#865773
(134,87,115)
#744B63
(116,75,99)
#623F53
(98,63,83)
#503343
(80,51,67)
#3E2733
(62,39,51)
#2C1B23
(44,27,35)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #CE87B3

#CE87B3
(206,135,179)
#D291B9
(210,145,185)
#D69BBF
(214,155,191)
#DAA5C5
(218,165,197)
#DEAFCB
(222,175,203)
#E2B9D1
(226,185,209)
#E6C3D7
(230,195,215)
#EACDDD
(234,205,221)
#EED7E3
(238,215,227)
#F2E1E9
(242,225,233)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE87B3 color. Also use rgb(206,135,179) instead hex code.

Text Font Color

.myTextColor { color: #CE87B3; }

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

This text font color is #CE87B3.

Background Color

.myBgColor { background-color: #CE87B3; }

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

This div background color is #CE87B3.

Border color

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

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

This div border color is #CE87B3.

Opacity

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

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

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

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

This text has shadow with #CE87B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE87B3.

Preview

Color preview on black background

This text has color #CE87B3 on black background.


Color preview on white background

This text has color #CE87B3 on white background.


Black color preview on #CE87B3 background

This text has black color on #CE87B3 background.


White color preview on #CE87B3 background

This text has white color on #CE87B3 background.


Related colors

Complementary color

Complementary color for #hex is #31784C.


I love getcolorcode.com

Triadic colors

1 #B3CE87 and #87B3CE with #CE87B3 are triadic colors.

2 #B387CE and #87CEB3 with #CE87B3 are triadic colors.