COLOR #C298A7

HEX: #C298A7
RGB: (194,152,167)

Color info

#C298A7 contains red, green and blue colors in about the same proportion. Web safe color of #C298A7 is #CC9999 (or #C99).

RGB color model

#C298A7 color RGB value is (194,152,167).

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

RGB channels and saturation

R 194 of 255 = 76%
G 152 of 255 = 60%
B 167 of 255 = 65%

194
152
167

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

Portions of RGB colors in percentages

R + G + B =
194 + 152 + 167 = 513 (100%)
R 194 of 513 ~ 37.82%
G 152 of 513 ~ 29.63%
B 167 of 513 ~ 32.55%

%37.82
%29.63
%32.55

CMYK color model

#C298A7 color CMYK value is (0,22,14,24).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 13.92%
  • key color value is 23.92%
CMYK:
(0,22,14,24)
C0M22Y14K24 
(0%,22%,14%,24%)
(0.00/0.22/0.14/0.24)	

CMYK percentages

%0
%21.65
%13.92
%23.92

Codes

Color #C298A7 in popluar color models

C298A7
RGB194152167
HSL339°25.61%67.84%
HSB/HSV339°21.65%76.08%
CMYK0.00%21.65%13.92%
23.92%

Color #C298A7 in popluar number systems.

HEXC298A7
Decimal194152167
Binary110000101001100010100111
Octal302230247

Shades and tints

Shades of #C298A7

#C298A7
(194,152,167)
#B18B98
(177,139,152)
#A07E89
(160,126,137)
#8F717A
(143,113,122)
#7E646B
(126,100,107)
#6D575C
(109,87,92)
#5C4A4D
(92,74,77)
#4B3D3E
(75,61,62)
#3A302F
(58,48,47)
#292320
(41,35,32)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #C298A7

#C298A7
(194,152,167)
#C7A1AF
(199,161,175)
#CCAAB7
(204,170,183)
#D1B3BF
(209,179,191)
#D6BCC7
(214,188,199)
#DBC5CF
(219,197,207)
#E0CED7
(224,206,215)
#E5D7DF
(229,215,223)
#EAE0E7
(234,224,231)
#EFE9EF
(239,233,239)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C298A7; }

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

This text font color is #C298A7.


Background Color

.myBgColor { background-color: #C298A7; }

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

This div background color is #C298A7.


Border color

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

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

This div border color is #C298A7.


Opacity

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

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

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

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

This text has shadow with #C298A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C298A7 on black background.


Color preview on white background

This text has color #C298A7 on white background.



Black color preview on #C298A7 background

This text has black color on #C298A7 background.


White color preview on #C298A7 background

This text has white color on #C298A7 background.