COLOR #C28E9E

HEX: #C28E9E
RGB: (194,142,158)

Color info

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

RGB color model

#C28E9E color RGB value is (194,142,158).

  • red value is 194;
  • green value is 142;
  • blue value is 158.
RGB:
(194,142,158)
(76%,56%,62%)

RGB channels and saturation

R 194 of 255 = 76%
G 142 of 255 = 56%
B 158 of 255 = 62%

194
142
158

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

Portions of RGB colors in percentages

R + G + B =
194 + 142 + 158 = 494 (100%)
R 194 of 494 ~ 39.27%
G 142 of 494 ~ 28.74%
B 158 of 494 ~ 31.98%

%39.27
%28.74
%31.98

CMYK color model

#C28E9E color CMYK value is (0,27,19,24).

  • cyan value is 0.00%
  • magenta value is 26.80%
  • yellow value is 18.56%
  • key color value is 23.92%
CMYK:
(0,27,19,24)
C0M27Y19K24 
(0%,27%,19%,24%)
(0.00/0.27/0.19/0.24)	

CMYK percentages

%0
%26.8
%18.56
%23.92

Codes

Color #C28E9E in popluar color models

C28E9E
RGB194142158
HSL342°29.89%65.88%
HSB/HSV342°26.80%76.08%
CMYK0.00%26.80%18.56%
23.92%

Color #C28E9E in popluar number systems.

HEXC28E9E
Decimal194142158
Binary110000101000111010011110
Octal302216236

Shades and tints

Shades of #C28E9E

#C28E9E
(194,142,158)
#B18290
(177,130,144)
#A07682
(160,118,130)
#8F6A74
(143,106,116)
#7E5E66
(126,94,102)
#6D5258
(109,82,88)
#5C464A
(92,70,74)
#4B3A3C
(75,58,60)
#3A2E2E
(58,46,46)
#292220
(41,34,32)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #C28E9E

#C28E9E
(194,142,158)
#C798A6
(199,152,166)
#CCA2AE
(204,162,174)
#D1ACB6
(209,172,182)
#D6B6BE
(214,182,190)
#DBC0C6
(219,192,198)
#E0CACE
(224,202,206)
#E5D4D6
(229,212,214)
#EADEDE
(234,222,222)
#EFE8E6
(239,232,230)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C28E9E color. Also use rgb(194,142,158) instead hex code.

Text Font Color

.myTextColor { color: #C28E9E; }

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

This text font color is #C28E9E.


Background Color

.myBgColor { background-color: #C28E9E; }

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

This div background color is #C28E9E.


Border color

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

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

This div border color is #C28E9E.


Opacity

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

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

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

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

This text has shadow with #C28E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28E9E on black background.


Color preview on white background

This text has color #C28E9E on white background.



Black color preview on #C28E9E background

This text has black color on #C28E9E background.


White color preview on #C28E9E background

This text has white color on #C28E9E background.