COLOR #C297B8

HEX: #C297B8
RGB: (194,151,184)

Color info

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

RGB color model

#C297B8 color RGB value is (194,151,184).

  • red value is 194;
  • green value is 151;
  • blue value is 184.
RGB:
(194,151,184)
(76%,59%,72%)

RGB channels and saturation

R 194 of 255 = 76%
G 151 of 255 = 59%
B 184 of 255 = 72%

194
151
184

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

Portions of RGB colors in percentages

R + G + B =
194 + 151 + 184 = 529 (100%)
R 194 of 529 ~ 36.67%
G 151 of 529 ~ 28.54%
B 184 of 529 ~ 34.78%

%36.67
%28.54
%34.78

CMYK color model

#C297B8 color CMYK value is (0,22,5,24).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 5.15%
  • key color value is 23.92%
CMYK:
(0,22,5,24)
C0M22Y5K24 
(0%,22%,5%,24%)
(0.00/0.22/0.05/0.24)	

CMYK percentages

%0
%22.16
%5.15
%23.92

Codes

Color #C297B8 in popluar color models

C297B8
RGB194151184
HSL314°26.06%67.65%
HSB/HSV314°22.16%76.08%
CMYK0.00%22.16%5.15%
23.92%

Color #C297B8 in popluar number systems.

HEXC297B8
Decimal194151184
Binary110000101001011110111000
Octal302227270

Shades and tints

Shades of #C297B8

#C297B8
(194,151,184)
#B18AA8
(177,138,168)
#A07D98
(160,125,152)
#8F7088
(143,112,136)
#7E6378
(126,99,120)
#6D5668
(109,86,104)
#5C4958
(92,73,88)
#4B3C48
(75,60,72)
#3A2F38
(58,47,56)
#292228
(41,34,40)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #C297B8

#C297B8
(194,151,184)
#C7A0BE
(199,160,190)
#CCA9C4
(204,169,196)
#D1B2CA
(209,178,202)
#D6BBD0
(214,187,208)
#DBC4D6
(219,196,214)
#E0CDDC
(224,205,220)
#E5D6E2
(229,214,226)
#EADFE8
(234,223,232)
#EFE8EE
(239,232,238)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C297B8 color. Also use rgb(194,151,184) instead hex code.

Text Font Color

.myTextColor { color: #C297B8; }

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

This text font color is #C297B8.


Background Color

.myBgColor { background-color: #C297B8; }

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

This div background color is #C297B8.


Border color

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

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

This div border color is #C297B8.


Opacity

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

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

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

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

This text has shadow with #C297B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C297B8 on black background.


Color preview on white background

This text has color #C297B8 on white background.



Black color preview on #C297B8 background

This text has black color on #C297B8 background.


White color preview on #C297B8 background

This text has white color on #C297B8 background.