COLOR #C08DB1

HEX: #C08DB1
RGB: (192,141,177)

Color info

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

RGB color model

#C08DB1 color RGB value is (192,141,177).

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

RGB channels and saturation

R 192 of 255 = 75%
G 141 of 255 = 55%
B 177 of 255 = 69%

192
141
177

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

Portions of RGB colors in percentages

R + G + B =
192 + 141 + 177 = 510 (100%)
R 192 of 510 ~ 37.65%
G 141 of 510 ~ 27.65%
B 177 of 510 ~ 34.71%

%37.65
%27.65
%34.71

CMYK color model

#C08DB1 color CMYK value is (0,27,8,25).

  • cyan value is 0.00%
  • magenta value is 26.56%
  • yellow value is 7.81%
  • key color value is 24.71%
CMYK:
(0,27,8,25)
C0M27Y8K25 
(0%,27%,8%,25%)
(0.00/0.27/0.08/0.25)	

CMYK percentages

%0
%26.56
%7.81
%24.71

Codes

Color #C08DB1 in popluar color models

C08DB1
RGB192141177
HSL318°28.81%65.29%
HSB/HSV318°26.56%75.29%
CMYK0.00%26.56%7.81%
24.71%

Color #C08DB1 in popluar number systems.

HEXC08DB1
Decimal192141177
Binary110000001000110110110001
Octal300215261

Shades and tints

Shades of #C08DB1

#C08DB1
(192,141,177)
#AF81A1
(175,129,161)
#9E7591
(158,117,145)
#8D6981
(141,105,129)
#7C5D71
(124,93,113)
#6B5161
(107,81,97)
#5A4551
(90,69,81)
#493941
(73,57,65)
#382D31
(56,45,49)
#272121
(39,33,33)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #C08DB1

#C08DB1
(192,141,177)
#C597B8
(197,151,184)
#CAA1BF
(202,161,191)
#CFABC6
(207,171,198)
#D4B5CD
(212,181,205)
#D9BFD4
(217,191,212)
#DEC9DB
(222,201,219)
#E3D3E2
(227,211,226)
#E8DDE9
(232,221,233)
#EDE7F0
(237,231,240)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08DB1; }

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

This text font color is #C08DB1.


Background Color

.myBgColor { background-color: #C08DB1; }

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

This div background color is #C08DB1.


Border color

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

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

This div border color is #C08DB1.


Opacity

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

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

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

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

This text has shadow with #C08DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08DB1 on black background.


Color preview on white background

This text has color #C08DB1 on white background.



Black color preview on #C08DB1 background

This text has black color on #C08DB1 background.


White color preview on #C08DB1 background

This text has white color on #C08DB1 background.