COLOR #C28DA4

HEX: #C28DA4
RGB: (194,141,164)

Color info

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

RGB color model

#C28DA4 color RGB value is (194,141,164).

  • red value is 194;
  • green value is 141;
  • blue value is 164.
RGB:
(194,141,164)
(76%,55%,64%)

RGB channels and saturation

R 194 of 255 = 76%
G 141 of 255 = 55%
B 164 of 255 = 64%

194
141
164

R + G + B ~ 65%. #C28DA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 141 + 164 = 499 (100%)
R 194 of 499 ~ 38.88%
G 141 of 499 ~ 28.26%
B 164 of 499 ~ 32.87%

%38.88
%28.26
%32.87

CMYK color model

#C28DA4 color CMYK value is (0,27,15,24).

  • cyan value is 0.00%
  • magenta value is 27.32%
  • yellow value is 15.46%
  • key color value is 23.92%
CMYK:
(0,27,15,24)
C0M27Y15K24 
(0%,27%,15%,24%)
(0.00/0.27/0.15/0.24)	

CMYK percentages

%0
%27.32
%15.46
%23.92

Codes

Color #C28DA4 in popluar color models

C28DA4
RGB194141164
HSL334°30.29%65.69%
HSB/HSV334°27.32%76.08%
CMYK0.00%27.32%15.46%
23.92%

Color #C28DA4 in popluar number systems.

HEXC28DA4
Decimal194141164
Binary110000101000110110100100
Octal302215244

Shades and tints

Shades of #C28DA4

#C28DA4
(194,141,164)
#B18196
(177,129,150)
#A07588
(160,117,136)
#8F697A
(143,105,122)
#7E5D6C
(126,93,108)
#6D515E
(109,81,94)
#5C4550
(92,69,80)
#4B3942
(75,57,66)
#3A2D34
(58,45,52)
#292126
(41,33,38)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #C28DA4

#C28DA4
(194,141,164)
#C797AC
(199,151,172)
#CCA1B4
(204,161,180)
#D1ABBC
(209,171,188)
#D6B5C4
(214,181,196)
#DBBFCC
(219,191,204)
#E0C9D4
(224,201,212)
#E5D3DC
(229,211,220)
#EADDE4
(234,221,228)
#EFE7EC
(239,231,236)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C28DA4 color. Also use rgb(194,141,164) instead hex code.

Text Font Color

.myTextColor { color: #C28DA4; }

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

This text font color is #C28DA4.


Background Color

.myBgColor { background-color: #C28DA4; }

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

This div background color is #C28DA4.


Border color

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

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

This div border color is #C28DA4.


Opacity

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

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

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

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

This text has shadow with #C28DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28DA4 on black background.


Color preview on white background

This text has color #C28DA4 on white background.



Black color preview on #C28DA4 background

This text has black color on #C28DA4 background.


White color preview on #C28DA4 background

This text has white color on #C28DA4 background.