COLOR #C89BF8

HEX: #C89BF8 RGB: (200,155,248)

Color info

#C89BF8 contains mainly red and blue colors. Web safe color of #C89BF8 is #CC99FF (or #C9F).

RGB color model

#C89BF8 color RGB value is (200,155,248).

RGB: (200,155,248) (78%, 61%, 97%)

RGB channels and saturation

R 200 of 255 = 78%
G 155 of 255 = 61%
B 248 of 255 = 97%

200
155
248

R + G + B ~ 79%. #C89BF8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 155 + 248 = 603 (100%)
R 200 of 603 ~ 33.17%
G 155 of 603 ~ 25.7%
B 248 of 603 ~ 41.13'%

%33.17
%25.7
%41.13

CMYK color model

#C89BF8 color CMYK value is (19,38,0,3).

  • cyan value is 19.35%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (19,38,0,3)
C19M38Y0K3 (19%, 38%, 0%, 3%)
(0.19 / 0.38 / 0.00 / 0.03)

CMYK percentages

%19.35
%37.5
%0
%2.75

Codes

Color #C89BF8 in popluar color models

C8 9B F8
RGB 200 155 248
HSL 269° 86.92% 79.02%
HSB/HSV 269° 37.50% 97.25%
CMYK 19.35% 37.50% 0.00%
2.75%

Color #C89BF8 in popluar number systems.

HEX C8 9B F8
Decimal 200 155 248
Binary 11001000 10011011 11111000
Octal 310 233 370

Shades and tints

Shades of #C89BF8

#C89BF8
(200,155,248)
#B68DE2
(182,141,226)
#A47FCC
(164,127,204)
#9271B6
(146,113,182)
#8063A0
(128,99,160)
#6E558A
(110,85,138)
#5C4774
(92,71,116)
#4A395E
(74,57,94)
#382B48
(56,43,72)
#261D32
(38,29,50)
#140F1C
(20,15,28)
#000000
(0,0,0)

Tints of #C89BF8

#C89BF8
(200,155,248)
#CDA4F8
(205,164,248)
#D2ADF8
(210,173,248)
#D7B6F8
(215,182,248)
#DCBFF8
(220,191,248)
#E1C8F8
(225,200,248)
#E6D1F8
(230,209,248)
#EBDAF8
(235,218,248)
#F0E3F8
(240,227,248)
#F5ECF8
(245,236,248)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89BF8; }

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

This text font color is #C89BF8.

Background Color

.myBgColor { background-color: #C89BF8; }

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

This div background color is #C89BF8.

Border color

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

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

This div border color is #C89BF8.

Opacity

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

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

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

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

This text has shadow with #C89BF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89BF8.

Preview

Color preview on black background

This text has color #C89BF8 on black background.


Color preview on white background

This text has color #C89BF8 on white background.


Black color preview on #C89BF8 background

This text has black color on #C89BF8 background.


White color preview on #C89BF8 background

This text has white color on #C89BF8 background.


Related colors

Complementary color

Complementary color for #hex is #376407.


I love getcolorcode.com

Triadic colors

1 #F8C89B and #9BF8C8 with #C89BF8 are triadic colors.

2 #F89BC8 and #9BC8F8 with #C89BF8 are triadic colors.