COLOR #C08DB8

HEX: #C08DB8
RGB: (192,141,184)

Color info

#C08DB8 contains red, green and blue colors in about the same proportion. Web safe color of #C08DB8 is #CC99CC (or #C9C).

RGB color model

#C08DB8 color RGB value is (192,141,184).

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

RGB channels and saturation

R 192 of 255 = 75%
G 141 of 255 = 55%
B 184 of 255 = 72%

192
141
184

R + G + B ~ 67%. #C08DB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 141 + 184 = 517 (100%)
R 192 of 517 ~ 37.14%
G 141 of 517 ~ 27.27%
B 184 of 517 ~ 35.59%

%37.14
%27.27
%35.59

CMYK color model

#C08DB8 color CMYK value is (0,27,4,25).

  • cyan value is 0.00%
  • magenta value is 26.56%
  • yellow value is 4.17%
  • key color value is 24.71%
CMYK:
(0,27,4,25)
C0M27Y4K25 
(0%,27%,4%,25%)
(0.00/0.27/0.04/0.25)	

CMYK percentages

%0
%26.56
%4.17
%24.71

Codes

Color #C08DB8 in popluar color models

C08DB8
RGB192141184
HSL309°28.81%65.29%
HSB/HSV309°26.56%75.29%
CMYK0.00%26.56%4.17%
24.71%

Color #C08DB8 in popluar number systems.

HEXC08DB8
Decimal192141184
Binary110000001000110110111000
Octal300215270

Shades and tints

Shades of #C08DB8

#C08DB8
(192,141,184)
#AF81A8
(175,129,168)
#9E7598
(158,117,152)
#8D6988
(141,105,136)
#7C5D78
(124,93,120)
#6B5168
(107,81,104)
#5A4558
(90,69,88)
#493948
(73,57,72)
#382D38
(56,45,56)
#272128
(39,33,40)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #C08DB8

#C08DB8
(192,141,184)
#C597BE
(197,151,190)
#CAA1C4
(202,161,196)
#CFABCA
(207,171,202)
#D4B5D0
(212,181,208)
#D9BFD6
(217,191,214)
#DEC9DC
(222,201,220)
#E3D3E2
(227,211,226)
#E8DDE8
(232,221,232)
#EDE7EE
(237,231,238)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08DB8; }

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

This text font color is #C08DB8.


Background Color

.myBgColor { background-color: #C08DB8; }

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

This div background color is #C08DB8.


Border color

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

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

This div border color is #C08DB8.


Opacity

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

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

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

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

This text has shadow with #C08DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08DB8 on black background.


Color preview on white background

This text has color #C08DB8 on white background.



Black color preview on #C08DB8 background

This text has black color on #C08DB8 background.


White color preview on #C08DB8 background

This text has white color on #C08DB8 background.