COLOR #C89EE3

HEX: #C89EE3 RGB: (200,158,227)

Color info

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

RGB color model

#C89EE3 color RGB value is (200,158,227).

RGB: (200,158,227) (78%, 62%, 89%)

RGB channels and saturation

R 200 of 255 = 78%
G 158 of 255 = 62%
B 227 of 255 = 89%

200
158
227

R + G + B ~ 76%. #C89EE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 158 + 227 = 585 (100%)
R 200 of 585 ~ 34.19%
G 158 of 585 ~ 27.01%
B 227 of 585 ~ 38.8'%

%34.19
%27.01
%38.8

CMYK color model

#C89EE3 color CMYK value is (12,30,0,11).

  • cyan value is 11.89%
  • magenta value is 30.40%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (12,30,0,11)
C12M30Y0K11 (12%, 30%, 0%, 11%)
(0.12 / 0.30 / 0.00 / 0.11)

CMYK percentages

%11.89
%30.4
%0
%10.98

Codes

Color #C89EE3 in popluar color models

C8 9E E3
RGB 200 158 227
HSL 277° 55.20% 75.49%
HSB/HSV 277° 30.40% 89.02%
CMYK 11.89% 30.40% 0.00%
10.98%

Color #C89EE3 in popluar number systems.

HEX C8 9E E3
Decimal 200 158 227
Binary 11001000 10011110 11100011
Octal 310 236 343

Shades and tints

Shades of #C89EE3

#C89EE3
(200,158,227)
#B690CF
(182,144,207)
#A482BB
(164,130,187)
#9274A7
(146,116,167)
#806693
(128,102,147)
#6E587F
(110,88,127)
#5C4A6B
(92,74,107)
#4A3C57
(74,60,87)
#382E43
(56,46,67)
#26202F
(38,32,47)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #C89EE3

#C89EE3
(200,158,227)
#CDA6E5
(205,166,229)
#D2AEE7
(210,174,231)
#D7B6E9
(215,182,233)
#DCBEEB
(220,190,235)
#E1C6ED
(225,198,237)
#E6CEEF
(230,206,239)
#EBD6F1
(235,214,241)
#F0DEF3
(240,222,243)
#F5E6F5
(245,230,245)
#FAEEF7
(250,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89EE3; }

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

This text font color is #C89EE3.

Background Color

.myBgColor { background-color: #C89EE3; }

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

This div background color is #C89EE3.

Border color

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

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

This div border color is #C89EE3.

Opacity

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

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

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

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

This text has shadow with #C89EE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89EE3.

Preview

Color preview on black background

This text has color #C89EE3 on black background.


Color preview on white background

This text has color #C89EE3 on white background.


Black color preview on #C89EE3 background

This text has black color on #C89EE3 background.


White color preview on #C89EE3 background

This text has white color on #C89EE3 background.


Related colors

Complementary color

Complementary color for #hex is #37611C.


I love getcolorcode.com

Triadic colors

1 #E3C89E and #9EE3C8 with #C89EE3 are triadic colors.

2 #E39EC8 and #9EC8E3 with #C89EE3 are triadic colors.