COLOR #C97EBA

HEX: #C97EBA
RGB: (201,126,186)

Color info

#C97EBA contains mainly red and blue colors. Web safe color of #C97EBA is #CC66CC (or #C6C).

RGB color model

#C97EBA color RGB value is (201,126,186).

  • red value is 201;
  • green value is 126;
  • blue value is 186.
RGB:
(201,126,186)
(79%,49%,73%)

RGB channels and saturation

R 201 of 255 = 79%
G 126 of 255 = 49%
B 186 of 255 = 73%

201
126
186

R + G + B ~ 67%. #C97EBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 126 + 186 = 513 (100%)
R 201 of 513 ~ 39.18%
G 126 of 513 ~ 24.56%
B 186 of 513 ~ 36.26%

%39.18
%24.56
%36.26

CMYK color model

#C97EBA color CMYK value is (0,37,7,21).

  • cyan value is 0.00%
  • magenta value is 37.31%
  • yellow value is 7.46%
  • key color value is 21.18%
CMYK:
(0,37,7,21)
C0M37Y7K21 
(0%,37%,7%,21%)
(0.00/0.37/0.07/0.21)	

CMYK percentages

%0
%37.31
%7.46
%21.18

Codes

Color #C97EBA in popluar color models

C97EBA
RGB201126186
HSL312°40.98%64.12%
HSB/HSV312°37.31%78.82%
CMYK0.00%37.31%7.46%
21.18%

Color #C97EBA in popluar number systems.

HEXC97EBA
Decimal201126186
Binary11001001111111010111010
Octal311176272

Shades and tints

Shades of #C97EBA

#C97EBA
(201,126,186)
#B773AA
(183,115,170)
#A5689A
(165,104,154)
#935D8A
(147,93,138)
#81527A
(129,82,122)
#6F476A
(111,71,106)
#5D3C5A
(93,60,90)
#4B314A
(75,49,74)
#39263A
(57,38,58)
#271B2A
(39,27,42)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #C97EBA

#C97EBA
(201,126,186)
#CD89C0
(205,137,192)
#D194C6
(209,148,198)
#D59FCC
(213,159,204)
#D9AAD2
(217,170,210)
#DDB5D8
(221,181,216)
#E1C0DE
(225,192,222)
#E5CBE4
(229,203,228)
#E9D6EA
(233,214,234)
#EDE1F0
(237,225,240)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97EBA color. Also use rgb(201,126,186) instead hex code.

Text Font Color

.myTextColor { color: #C97EBA; }

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

This text font color is #C97EBA.


Background Color

.myBgColor { background-color: #C97EBA; }

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

This div background color is #C97EBA.


Border color

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

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

This div border color is #C97EBA.


Opacity

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

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

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

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

This text has shadow with #C97EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97EBA on black background.


Color preview on white background

This text has color #C97EBA on white background.



Black color preview on #C97EBA background

This text has black color on #C97EBA background.


White color preview on #C97EBA background

This text has white color on #C97EBA background.