COLOR #C28FA7

HEX: #C28FA7
RGB: (194,143,167)

Color info

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

RGB color model

#C28FA7 color RGB value is (194,143,167).

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

RGB channels and saturation

R 194 of 255 = 76%
G 143 of 255 = 56%
B 167 of 255 = 65%

194
143
167

R + G + B ~ 66%. #C28FA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 143 + 167 = 504 (100%)
R 194 of 504 ~ 38.49%
G 143 of 504 ~ 28.37%
B 167 of 504 ~ 33.13%

%38.49
%28.37
%33.13

CMYK color model

#C28FA7 color CMYK value is (0,26,14,24).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 13.92%
  • key color value is 23.92%
CMYK:
(0,26,14,24)
C0M26Y14K24 
(0%,26%,14%,24%)
(0.00/0.26/0.14/0.24)	

CMYK percentages

%0
%26.29
%13.92
%23.92

Codes

Color #C28FA7 in popluar color models

C28FA7
RGB194143167
HSL332°29.48%66.08%
HSB/HSV332°26.29%76.08%
CMYK0.00%26.29%13.92%
23.92%

Color #C28FA7 in popluar number systems.

HEXC28FA7
Decimal194143167
Binary110000101000111110100111
Octal302217247

Shades and tints

Shades of #C28FA7

#C28FA7
(194,143,167)
#B18298
(177,130,152)
#A07589
(160,117,137)
#8F687A
(143,104,122)
#7E5B6B
(126,91,107)
#6D4E5C
(109,78,92)
#5C414D
(92,65,77)
#4B343E
(75,52,62)
#3A272F
(58,39,47)
#291A20
(41,26,32)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #C28FA7

#C28FA7
(194,143,167)
#C799AF
(199,153,175)
#CCA3B7
(204,163,183)
#D1ADBF
(209,173,191)
#D6B7C7
(214,183,199)
#DBC1CF
(219,193,207)
#E0CBD7
(224,203,215)
#E5D5DF
(229,213,223)
#EADFE7
(234,223,231)
#EFE9EF
(239,233,239)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C28FA7; }

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

This text font color is #C28FA7.


Background Color

.myBgColor { background-color: #C28FA7; }

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

This div background color is #C28FA7.


Border color

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

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

This div border color is #C28FA7.


Opacity

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

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

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

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

This text has shadow with #C28FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28FA7 on black background.


Color preview on white background

This text has color #C28FA7 on white background.



Black color preview on #C28FA7 background

This text has black color on #C28FA7 background.


White color preview on #C28FA7 background

This text has white color on #C28FA7 background.