COLOR #C897EE

HEX: #C897EE RGB: (200,151,238)

Color info

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

RGB color model

#C897EE color RGB value is (200,151,238).

RGB: (200,151,238) (78%, 59%, 93%)

RGB channels and saturation

R 200 of 255 = 78%
G 151 of 255 = 59%
B 238 of 255 = 93%

200
151
238

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

Portions of RGB colors in percentages

R + G + B = 200 + 151 + 238 = 589 (100%)
R 200 of 589 ~ 33.96%
G 151 of 589 ~ 25.64%
B 238 of 589 ~ 40.41'%

%33.96
%25.64
%40.41

CMYK color model

#C897EE color CMYK value is (16,37,0,7).

  • cyan value is 15.97%
  • magenta value is 36.55%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (16,37,0,7)
C16M37Y0K7 (16%, 37%, 0%, 7%)
(0.16 / 0.37 / 0.00 / 0.07)

CMYK percentages

%15.97
%36.55
%0
%6.67

Codes

Color #C897EE in popluar color models

C8 97 EE
RGB 200 151 238
HSL 274° 71.90% 76.27%
HSB/HSV 274° 36.55% 93.33%
CMYK 15.97% 36.55% 0.00%
6.67%

Color #C897EE in popluar number systems.

HEX C8 97 EE
Decimal 200 151 238
Binary 11001000 10010111 11101110
Octal 310 227 356

Shades and tints

Shades of #C897EE

#C897EE
(200,151,238)
#B68AD9
(182,138,217)
#A47DC4
(164,125,196)
#9270AF
(146,112,175)
#80639A
(128,99,154)
#6E5685
(110,86,133)
#5C4970
(92,73,112)
#4A3C5B
(74,60,91)
#382F46
(56,47,70)
#262231
(38,34,49)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #C897EE

#C897EE
(200,151,238)
#CDA0EF
(205,160,239)
#D2A9F0
(210,169,240)
#D7B2F1
(215,178,241)
#DCBBF2
(220,187,242)
#E1C4F3
(225,196,243)
#E6CDF4
(230,205,244)
#EBD6F5
(235,214,245)
#F0DFF6
(240,223,246)
#F5E8F7
(245,232,247)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C897EE color. Also use rgb(200,151,238) instead hex code.

Text Font Color

.myTextColor { color: #C897EE; }

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

This text font color is #C897EE.

Background Color

.myBgColor { background-color: #C897EE; }

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

This div background color is #C897EE.

Border color

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

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

This div border color is #C897EE.

Opacity

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

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

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

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

This text has shadow with #C897EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C897EE.

Preview

Color preview on black background

This text has color #C897EE on black background.


Color preview on white background

This text has color #C897EE on white background.


Black color preview on #C897EE background

This text has black color on #C897EE background.


White color preview on #C897EE background

This text has white color on #C897EE background.


Related colors

Complementary color

Complementary color for #hex is #376811.


I love getcolorcode.com

Triadic colors

1 #EEC897 and #97EEC8 with #C897EE are triadic colors.

2 #EE97C8 and #97C8EE with #C897EE are triadic colors.