COLOR #C89AF6

HEX: #C89AF6 RGB: (200,154,246)

Color info

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

RGB color model

#C89AF6 color RGB value is (200,154,246).

RGB: (200,154,246) (78%, 60%, 96%)

RGB channels and saturation

R 200 of 255 = 78%
G 154 of 255 = 60%
B 246 of 255 = 96%

200
154
246

R + G + B ~ 78%. #C89AF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 154 + 246 = 600 (100%)
R 200 of 600 ~ 33.33%
G 154 of 600 ~ 25.67%
B 246 of 600 ~ 41'%

%33.33
%25.67
%41

CMYK color model

#C89AF6 color CMYK value is (19,37,0,4).

  • cyan value is 18.70%
  • magenta value is 37.40%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (19,37,0,4)
C19M37Y0K4 (19%, 37%, 0%, 4%)
(0.19 / 0.37 / 0.00 / 0.04)

CMYK percentages

%18.7
%37.4
%0
%3.53

Codes

Color #C89AF6 in popluar color models

C8 9A F6
RGB 200 154 246
HSL 270° 83.64% 78.43%
HSB/HSV 270° 37.40% 96.47%
CMYK 18.70% 37.40% 0.00%
3.53%

Color #C89AF6 in popluar number systems.

HEX C8 9A F6
Decimal 200 154 246
Binary 11001000 10011010 11110110
Octal 310 232 366

Shades and tints

Shades of #C89AF6

#C89AF6
(200,154,246)
#B68CE0
(182,140,224)
#A47ECA
(164,126,202)
#9270B4
(146,112,180)
#80629E
(128,98,158)
#6E5488
(110,84,136)
#5C4672
(92,70,114)
#4A385C
(74,56,92)
#382A46
(56,42,70)
#261C30
(38,28,48)
#140E1A
(20,14,26)
#000000
(0,0,0)

Tints of #C89AF6

#C89AF6
(200,154,246)
#CDA3F6
(205,163,246)
#D2ACF6
(210,172,246)
#D7B5F6
(215,181,246)
#DCBEF6
(220,190,246)
#E1C7F6
(225,199,246)
#E6D0F6
(230,208,246)
#EBD9F6
(235,217,246)
#F0E2F6
(240,226,246)
#F5EBF6
(245,235,246)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89AF6 color. Also use rgb(200,154,246) instead hex code.

Text Font Color

.myTextColor { color: #C89AF6; }

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

This text font color is #C89AF6.

Background Color

.myBgColor { background-color: #C89AF6; }

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

This div background color is #C89AF6.

Border color

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

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

This div border color is #C89AF6.

Opacity

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

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

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

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

This text has shadow with #C89AF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89AF6.

Preview

Color preview on black background

This text has color #C89AF6 on black background.


Color preview on white background

This text has color #C89AF6 on white background.


Black color preview on #C89AF6 background

This text has black color on #C89AF6 background.


White color preview on #C89AF6 background

This text has white color on #C89AF6 background.


Related colors

Complementary color

Complementary color for #hex is #376509.


I love getcolorcode.com

Triadic colors

1 #F6C89A and #9AF6C8 with #C89AF6 are triadic colors.

2 #F69AC8 and #9AC8F6 with #C89AF6 are triadic colors.