COLOR #C89DE0

HEX: #C89DE0 RGB: (200,157,224)

Color info

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

RGB color model

#C89DE0 color RGB value is (200,157,224).

RGB: (200,157,224) (78%, 62%, 88%)

RGB channels and saturation

R 200 of 255 = 78%
G 157 of 255 = 62%
B 224 of 255 = 88%

200
157
224

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

Portions of RGB colors in percentages

R + G + B = 200 + 157 + 224 = 581 (100%)
R 200 of 581 ~ 34.42%
G 157 of 581 ~ 27.02%
B 224 of 581 ~ 38.55'%

%34.42
%27.02
%38.55

CMYK color model

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

  • cyan value is 10.71%
  • magenta value is 29.91%
  • yellow value is 0.00%
  • key color value is 12.16%

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

CMYK percentages

%10.71
%29.91
%0
%12.16

Codes

Color #C89DE0 in popluar color models

C8 9D E0
RGB 200 157 224
HSL 279° 51.94% 74.71%
HSB/HSV 279° 29.91% 87.84%
CMYK 10.71% 29.91% 0.00%
12.16%

Color #C89DE0 in popluar number systems.

HEX C8 9D E0
Decimal 200 157 224
Binary 11001000 10011101 11100000
Octal 310 235 340

Shades and tints

Shades of #C89DE0

#C89DE0
(200,157,224)
#B68FCC
(182,143,204)
#A481B8
(164,129,184)
#9273A4
(146,115,164)
#806590
(128,101,144)
#6E577C
(110,87,124)
#5C4968
(92,73,104)
#4A3B54
(74,59,84)
#382D40
(56,45,64)
#261F2C
(38,31,44)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #C89DE0

#C89DE0
(200,157,224)
#CDA5E2
(205,165,226)
#D2ADE4
(210,173,228)
#D7B5E6
(215,181,230)
#DCBDE8
(220,189,232)
#E1C5EA
(225,197,234)
#E6CDEC
(230,205,236)
#EBD5EE
(235,213,238)
#F0DDF0
(240,221,240)
#F5E5F2
(245,229,242)
#FAEDF4
(250,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89DE0 color. Also use rgb(200,157,224) instead hex code.

Text Font Color

.myTextColor { color: #C89DE0; }

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

This text font color is #C89DE0.

Background Color

.myBgColor { background-color: #C89DE0; }

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

This div background color is #C89DE0.

Border color

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

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

This div border color is #C89DE0.

Opacity

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

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

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

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

This text has shadow with #C89DE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89DE0.

Preview

Color preview on black background

This text has color #C89DE0 on black background.


Color preview on white background

This text has color #C89DE0 on white background.


Black color preview on #C89DE0 background

This text has black color on #C89DE0 background.


White color preview on #C89DE0 background

This text has white color on #C89DE0 background.


Related colors

Complementary color

Complementary color for #hex is #37621F.


I love getcolorcode.com

Triadic colors

1 #E0C89D and #9DE0C8 with #C89DE0 are triadic colors.

2 #E09DC8 and #9DC8E0 with #C89DE0 are triadic colors.