COLOR #C89EBE

HEX: #C89EBE
RGB: (200,158,190)

Color info

#C89EBE contains red, green and blue colors in about the same proportion. Web safe color of #C89EBE is #CC99CC (or #C9C).

RGB color model

#C89EBE color RGB value is (200,158,190).

  • red value is 200;
  • green value is 158;
  • blue value is 190.
RGB:
(200,158,190)
(78%,62%,75%)

RGB channels and saturation

R 200 of 255 = 78%
G 158 of 255 = 62%
B 190 of 255 = 75%

200
158
190

R + G + B ~ 72%. #C89EBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 158 + 190 = 548 (100%)
R 200 of 548 ~ 36.5%
G 158 of 548 ~ 28.83%
B 190 of 548 ~ 34.67%

%36.5
%28.83
%34.67

CMYK color model

#C89EBE color CMYK value is (0,21,5,22).

  • cyan value is 0.00%
  • magenta value is 21.00%
  • yellow value is 5.00%
  • key color value is 21.57%
CMYK:
(0,21,5,22)
C0M21Y5K22 
(0%,21%,5%,22%)
(0.00/0.21/0.05/0.22)	

CMYK percentages

%0
%21
%5
%21.57

Codes

Color #C89EBE in popluar color models

C89EBE
RGB200158190
HSL314°27.63%70.20%
HSB/HSV314°21.00%78.43%
CMYK0.00%21.00%5.00%
21.57%

Color #C89EBE in popluar number systems.

HEXC89EBE
Decimal200158190
Binary110010001001111010111110
Octal310236276

Shades and tints

Shades of #C89EBE

#C89EBE
(200,158,190)
#B690AD
(182,144,173)
#A4829C
(164,130,156)
#92748B
(146,116,139)
#80667A
(128,102,122)
#6E5869
(110,88,105)
#5C4A58
(92,74,88)
#4A3C47
(74,60,71)
#382E36
(56,46,54)
#262025
(38,32,37)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C89EBE

#C89EBE
(200,158,190)
#CDA6C3
(205,166,195)
#D2AEC8
(210,174,200)
#D7B6CD
(215,182,205)
#DCBED2
(220,190,210)
#E1C6D7
(225,198,215)
#E6CEDC
(230,206,220)
#EBD6E1
(235,214,225)
#F0DEE6
(240,222,230)
#F5E6EB
(245,230,235)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89EBE color. Also use rgb(200,158,190) instead hex code.

Text Font Color

.myTextColor { color: #C89EBE; }

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

This text font color is #C89EBE.


Background Color

.myBgColor { background-color: #C89EBE; }

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

This div background color is #C89EBE.


Border color

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

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

This div border color is #C89EBE.


Opacity

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

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

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

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

This text has shadow with #C89EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89EBE on black background.


Color preview on white background

This text has color #C89EBE on white background.



Black color preview on #C89EBE background

This text has black color on #C89EBE background.


White color preview on #C89EBE background

This text has white color on #C89EBE background.