COLOR #C08D9E

HEX: #C08D9E
RGB: (192,141,158)

Color info

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

RGB color model

#C08D9E color RGB value is (192,141,158).

  • red value is 192;
  • green value is 141;
  • blue value is 158.
RGB:
(192,141,158)
(75%,55%,62%)

RGB channels and saturation

R 192 of 255 = 75%
G 141 of 255 = 55%
B 158 of 255 = 62%

192
141
158

R + G + B ~ 64%. #C08D9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 141 + 158 = 491 (100%)
R 192 of 491 ~ 39.1%
G 141 of 491 ~ 28.72%
B 158 of 491 ~ 32.18%

%39.1
%28.72
%32.18

CMYK color model

#C08D9E color CMYK value is (0,27,18,25).

  • cyan value is 0.00%
  • magenta value is 26.56%
  • yellow value is 17.71%
  • key color value is 24.71%
CMYK:
(0,27,18,25)
C0M27Y18K25 
(0%,27%,18%,25%)
(0.00/0.27/0.18/0.25)	

CMYK percentages

%0
%26.56
%17.71
%24.71

Codes

Color #C08D9E in popluar color models

C08D9E
RGB192141158
HSL340°28.81%65.29%
HSB/HSV340°26.56%75.29%
CMYK0.00%26.56%17.71%
24.71%

Color #C08D9E in popluar number systems.

HEXC08D9E
Decimal192141158
Binary110000001000110110011110
Octal300215236

Shades and tints

Shades of #C08D9E

#C08D9E
(192,141,158)
#AF8190
(175,129,144)
#9E7582
(158,117,130)
#8D6974
(141,105,116)
#7C5D66
(124,93,102)
#6B5158
(107,81,88)
#5A454A
(90,69,74)
#49393C
(73,57,60)
#382D2E
(56,45,46)
#272120
(39,33,32)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #C08D9E

#C08D9E
(192,141,158)
#C597A6
(197,151,166)
#CAA1AE
(202,161,174)
#CFABB6
(207,171,182)
#D4B5BE
(212,181,190)
#D9BFC6
(217,191,198)
#DEC9CE
(222,201,206)
#E3D3D6
(227,211,214)
#E8DDDE
(232,221,222)
#EDE7E6
(237,231,230)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08D9E color. Also use rgb(192,141,158) instead hex code.

Text Font Color

.myTextColor { color: #C08D9E; }

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

This text font color is #C08D9E.


Background Color

.myBgColor { background-color: #C08D9E; }

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

This div background color is #C08D9E.


Border color

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

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

This div border color is #C08D9E.


Opacity

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

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

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

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

This text has shadow with #C08D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08D9E on black background.


Color preview on white background

This text has color #C08D9E on white background.



Black color preview on #C08D9E background

This text has black color on #C08D9E background.


White color preview on #C08D9E background

This text has white color on #C08D9E background.