COLOR #C97ECB

HEX: #C97ECB
RGB: (201,126,203)

Color info

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

RGB color model

#C97ECB color RGB value is (201,126,203).

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

RGB channels and saturation

R 201 of 255 = 79%
G 126 of 255 = 49%
B 203 of 255 = 80%

201
126
203

R + G + B ~ 69%. #C97ECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 126 + 203 = 530 (100%)
R 201 of 530 ~ 37.92%
G 126 of 530 ~ 23.77%
B 203 of 530 ~ 38.3%

%37.92
%23.77
%38.3

CMYK color model

#C97ECB color CMYK value is (1,38,0,20).

  • cyan value is 0.99%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(1,38,0,20)
C1M38Y0K20 
(1%,38%,0%,20%)
(0.01/0.38/0.00/0.20)	

CMYK percentages

%0.99
%37.93
%0
%20.39

Codes

Color #C97ECB in popluar color models

C97ECB
RGB201126203
HSL298°42.54%64.51%
HSB/HSV298°37.93%79.61%
CMYK0.99%37.93%0.00%
20.39%

Color #C97ECB in popluar number systems.

HEXC97ECB
Decimal201126203
Binary11001001111111011001011
Octal311176313

Shades and tints

Shades of #C97ECB

#C97ECB
(201,126,203)
#B773B9
(183,115,185)
#A568A7
(165,104,167)
#935D95
(147,93,149)
#815283
(129,82,131)
#6F4771
(111,71,113)
#5D3C5F
(93,60,95)
#4B314D
(75,49,77)
#39263B
(57,38,59)
#271B29
(39,27,41)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #C97ECB

#C97ECB
(201,126,203)
#CD89CF
(205,137,207)
#D194D3
(209,148,211)
#D59FD7
(213,159,215)
#D9AADB
(217,170,219)
#DDB5DF
(221,181,223)
#E1C0E3
(225,192,227)
#E5CBE7
(229,203,231)
#E9D6EB
(233,214,235)
#EDE1EF
(237,225,239)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C97ECB; }

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

This text font color is #C97ECB.


Background Color

.myBgColor { background-color: #C97ECB; }

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

This div background color is #C97ECB.


Border color

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

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

This div border color is #C97ECB.


Opacity

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

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

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

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

This text has shadow with #C97ECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97ECB on black background.


Color preview on white background

This text has color #C97ECB on white background.



Black color preview on #C97ECB background

This text has black color on #C97ECB background.


White color preview on #C97ECB background

This text has white color on #C97ECB background.