COLOR #C89BD6

HEX: #C89BD6
RGB: (200,155,214)

Color info

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

RGB color model

#C89BD6 color RGB value is (200,155,214).

  • red value is 200;
  • green value is 155;
  • blue value is 214.
RGB:
(200,155,214)
(78%,61%,84%)

RGB channels and saturation

R 200 of 255 = 78%
G 155 of 255 = 61%
B 214 of 255 = 84%

200
155
214

R + G + B ~ 74%. #C89BD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 155 + 214 = 569 (100%)
R 200 of 569 ~ 35.15%
G 155 of 569 ~ 27.24%
B 214 of 569 ~ 37.61%

%35.15
%27.24
%37.61

CMYK color model

#C89BD6 color CMYK value is (7,28,0,16).

  • cyan value is 6.54%
  • magenta value is 27.57%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(7,28,0,16)
C7M28Y0K16 
(7%,28%,0%,16%)
(0.07/0.28/0.00/0.16)	

CMYK percentages

%6.54
%27.57
%0
%16.08

Codes

Color #C89BD6 in popluar color models

C89BD6
RGB200155214
HSL286°41.84%72.35%
HSB/HSV286°27.57%83.92%
CMYK6.54%27.57%0.00%
16.08%

Color #C89BD6 in popluar number systems.

HEXC89BD6
Decimal200155214
Binary110010001001101111010110
Octal310233326

Shades and tints

Shades of #C89BD6

#C89BD6
(200,155,214)
#B68DC3
(182,141,195)
#A47FB0
(164,127,176)
#92719D
(146,113,157)
#80638A
(128,99,138)
#6E5577
(110,85,119)
#5C4764
(92,71,100)
#4A3951
(74,57,81)
#382B3E
(56,43,62)
#261D2B
(38,29,43)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #C89BD6

#C89BD6
(200,155,214)
#CDA4D9
(205,164,217)
#D2ADDC
(210,173,220)
#D7B6DF
(215,182,223)
#DCBFE2
(220,191,226)
#E1C8E5
(225,200,229)
#E6D1E8
(230,209,232)
#EBDAEB
(235,218,235)
#F0E3EE
(240,227,238)
#F5ECF1
(245,236,241)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89BD6 color. Also use rgb(200,155,214) instead hex code.

Text Font Color

.myTextColor { color: #C89BD6; }

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

This text font color is #C89BD6.


Background Color

.myBgColor { background-color: #C89BD6; }

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

This div background color is #C89BD6.


Border color

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

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

This div border color is #C89BD6.


Opacity

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

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

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

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

This text has shadow with #C89BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89BD6 on black background.


Color preview on white background

This text has color #C89BD6 on white background.



Black color preview on #C89BD6 background

This text has black color on #C89BD6 background.


White color preview on #C89BD6 background

This text has white color on #C89BD6 background.