COLOR #C097CE

HEX: #C097CE
RGB: (192,151,206)

Color info

#C097CE contains red, green and blue colors in about the same proportion. Web safe color of #C097CE is #CC99CC (or #C9C).

RGB color model

#C097CE color RGB value is (192,151,206).

  • red value is 192;
  • green value is 151;
  • blue value is 206.
RGB:
(192,151,206)
(75%,59%,81%)

RGB channels and saturation

R 192 of 255 = 75%
G 151 of 255 = 59%
B 206 of 255 = 81%

192
151
206

R + G + B ~ 72%. #C097CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 151 + 206 = 549 (100%)
R 192 of 549 ~ 34.97%
G 151 of 549 ~ 27.5%
B 206 of 549 ~ 37.52%

%34.97
%27.5
%37.52

CMYK color model

#C097CE color CMYK value is (7,27,0,19).

  • cyan value is 6.80%
  • magenta value is 26.70%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(7,27,0,19)
C7M27Y0K19 
(7%,27%,0%,19%)
(0.07/0.27/0.00/0.19)	

CMYK percentages

%6.8
%26.7
%0
%19.22

Codes

Color #C097CE in popluar color models

C097CE
RGB192151206
HSL285°35.95%70.00%
HSB/HSV285°26.70%80.78%
CMYK6.80%26.70%0.00%
19.22%

Color #C097CE in popluar number systems.

HEXC097CE
Decimal192151206
Binary110000001001011111001110
Octal300227316

Shades and tints

Shades of #C097CE

#C097CE
(192,151,206)
#AF8ABC
(175,138,188)
#9E7DAA
(158,125,170)
#8D7098
(141,112,152)
#7C6386
(124,99,134)
#6B5674
(107,86,116)
#5A4962
(90,73,98)
#493C50
(73,60,80)
#382F3E
(56,47,62)
#27222C
(39,34,44)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #C097CE

#C097CE
(192,151,206)
#C5A0D2
(197,160,210)
#CAA9D6
(202,169,214)
#CFB2DA
(207,178,218)
#D4BBDE
(212,187,222)
#D9C4E2
(217,196,226)
#DECDE6
(222,205,230)
#E3D6EA
(227,214,234)
#E8DFEE
(232,223,238)
#EDE8F2
(237,232,242)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C097CE color. Also use rgb(192,151,206) instead hex code.

Text Font Color

.myTextColor { color: #C097CE; }

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

This text font color is #C097CE.


Background Color

.myBgColor { background-color: #C097CE; }

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

This div background color is #C097CE.


Border color

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

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

This div border color is #C097CE.


Opacity

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

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

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

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

This text has shadow with #C097CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C097CE on black background.


Color preview on white background

This text has color #C097CE on white background.



Black color preview on #C097CE background

This text has black color on #C097CE background.


White color preview on #C097CE background

This text has white color on #C097CE background.