COLOR #C89EE5

HEX: #C89EE5 RGB: (200,158,229)

Color info

#C89EE5 contains mainly red and blue colors. Web safe color of #C89EE5 is #CC99CC (or #C9C).

RGB color model

#C89EE5 color RGB value is (200,158,229).

RGB: (200,158,229) (78%, 62%, 90%)

RGB channels and saturation

R 200 of 255 = 78%
G 158 of 255 = 62%
B 229 of 255 = 90%

200
158
229

R + G + B ~ 77%. #C89EE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 158 + 229 = 587 (100%)
R 200 of 587 ~ 34.07%
G 158 of 587 ~ 26.92%
B 229 of 587 ~ 39.01'%

%34.07
%26.92
%39.01

CMYK color model

#C89EE5 color CMYK value is (13,31,0,10).

  • cyan value is 12.66%
  • magenta value is 31.00%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (13,31,0,10)
C13M31Y0K10 (13%, 31%, 0%, 10%)
(0.13 / 0.31 / 0.00 / 0.10)

CMYK percentages

%12.66
%31
%0
%10.2

Codes

Color #C89EE5 in popluar color models

C8 9E E5
RGB 200 158 229
HSL 275° 57.72% 75.88%
HSB/HSV 275° 31.00% 89.80%
CMYK 12.66% 31.00% 0.00%
10.20%

Color #C89EE5 in popluar number systems.

HEX C8 9E E5
Decimal 200 158 229
Binary 11001000 10011110 11100101
Octal 310 236 345

Shades and tints

Shades of #C89EE5

#C89EE5
(200,158,229)
#B690D1
(182,144,209)
#A482BD
(164,130,189)
#9274A9
(146,116,169)
#806695
(128,102,149)
#6E5881
(110,88,129)
#5C4A6D
(92,74,109)
#4A3C59
(74,60,89)
#382E45
(56,46,69)
#262031
(38,32,49)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #C89EE5

#C89EE5
(200,158,229)
#CDA6E7
(205,166,231)
#D2AEE9
(210,174,233)
#D7B6EB
(215,182,235)
#DCBEED
(220,190,237)
#E1C6EF
(225,198,239)
#E6CEF1
(230,206,241)
#EBD6F3
(235,214,243)
#F0DEF5
(240,222,245)
#F5E6F7
(245,230,247)
#FAEEF9
(250,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89EE5; }

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

This text font color is #C89EE5.

Background Color

.myBgColor { background-color: #C89EE5; }

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

This div background color is #C89EE5.

Border color

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

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

This div border color is #C89EE5.

Opacity

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

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

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

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

This text has shadow with #C89EE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89EE5.

Preview

Color preview on black background

This text has color #C89EE5 on black background.


Color preview on white background

This text has color #C89EE5 on white background.


Black color preview on #C89EE5 background

This text has black color on #C89EE5 background.


White color preview on #C89EE5 background

This text has white color on #C89EE5 background.


Related colors

Complementary color

Complementary color for #hex is #37611A.


I love getcolorcode.com

Triadic colors

1 #E5C89E and #9EE5C8 with #C89EE5 are triadic colors.

2 #E59EC8 and #9EC8E5 with #C89EE5 are triadic colors.