COLOR #C298B4

HEX: #C298B4
RGB: (194,152,180)

Color info

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

RGB color model

#C298B4 color RGB value is (194,152,180).

  • red value is 194;
  • green value is 152;
  • blue value is 180.
RGB:
(194,152,180)
(76%,60%,71%)

RGB channels and saturation

R 194 of 255 = 76%
G 152 of 255 = 60%
B 180 of 255 = 71%

194
152
180

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

Portions of RGB colors in percentages

R + G + B =
194 + 152 + 180 = 526 (100%)
R 194 of 526 ~ 36.88%
G 152 of 526 ~ 28.9%
B 180 of 526 ~ 34.22%

%36.88
%28.9
%34.22

CMYK color model

#C298B4 color CMYK value is (0,22,7,24).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 7.22%
  • key color value is 23.92%
CMYK:
(0,22,7,24)
C0M22Y7K24 
(0%,22%,7%,24%)
(0.00/0.22/0.07/0.24)	

CMYK percentages

%0
%21.65
%7.22
%23.92

Codes

Color #C298B4 in popluar color models

C298B4
RGB194152180
HSL320°25.61%67.84%
HSB/HSV320°21.65%76.08%
CMYK0.00%21.65%7.22%
23.92%

Color #C298B4 in popluar number systems.

HEXC298B4
Decimal194152180
Binary110000101001100010110100
Octal302230264

Shades and tints

Shades of #C298B4

#C298B4
(194,152,180)
#B18BA4
(177,139,164)
#A07E94
(160,126,148)
#8F7184
(143,113,132)
#7E6474
(126,100,116)
#6D5764
(109,87,100)
#5C4A54
(92,74,84)
#4B3D44
(75,61,68)
#3A3034
(58,48,52)
#292324
(41,35,36)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #C298B4

#C298B4
(194,152,180)
#C7A1BA
(199,161,186)
#CCAAC0
(204,170,192)
#D1B3C6
(209,179,198)
#D6BCCC
(214,188,204)
#DBC5D2
(219,197,210)
#E0CED8
(224,206,216)
#E5D7DE
(229,215,222)
#EAE0E4
(234,224,228)
#EFE9EA
(239,233,234)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C298B4 color. Also use rgb(194,152,180) instead hex code.

Text Font Color

.myTextColor { color: #C298B4; }

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

This text font color is #C298B4.


Background Color

.myBgColor { background-color: #C298B4; }

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

This div background color is #C298B4.


Border color

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

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

This div border color is #C298B4.


Opacity

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

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

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

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

This text has shadow with #C298B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C298B4 on black background.


Color preview on white background

This text has color #C298B4 on white background.



Black color preview on #C298B4 background

This text has black color on #C298B4 background.


White color preview on #C298B4 background

This text has white color on #C298B4 background.