COLOR #C08DAB

HEX: #C08DAB
RGB: (192,141,171)

Color info

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

RGB color model

#C08DAB color RGB value is (192,141,171).

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

RGB channels and saturation

R 192 of 255 = 75%
G 141 of 255 = 55%
B 171 of 255 = 67%

192
141
171

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

Portions of RGB colors in percentages

R + G + B =
192 + 141 + 171 = 504 (100%)
R 192 of 504 ~ 38.1%
G 141 of 504 ~ 27.98%
B 171 of 504 ~ 33.93%

%38.1
%27.98
%33.93

CMYK color model

#C08DAB color CMYK value is (0,27,11,25).

  • cyan value is 0.00%
  • magenta value is 26.56%
  • yellow value is 10.94%
  • key color value is 24.71%
CMYK:
(0,27,11,25)
C0M27Y11K25 
(0%,27%,11%,25%)
(0.00/0.27/0.11/0.25)	

CMYK percentages

%0
%26.56
%10.94
%24.71

Codes

Color #C08DAB in popluar color models

C08DAB
RGB192141171
HSL325°28.81%65.29%
HSB/HSV325°26.56%75.29%
CMYK0.00%26.56%10.94%
24.71%

Color #C08DAB in popluar number systems.

HEXC08DAB
Decimal192141171
Binary110000001000110110101011
Octal300215253

Shades and tints

Shades of #C08DAB

#C08DAB
(192,141,171)
#AF819C
(175,129,156)
#9E758D
(158,117,141)
#8D697E
(141,105,126)
#7C5D6F
(124,93,111)
#6B5160
(107,81,96)
#5A4551
(90,69,81)
#493942
(73,57,66)
#382D33
(56,45,51)
#272124
(39,33,36)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #C08DAB

#C08DAB
(192,141,171)
#C597B2
(197,151,178)
#CAA1B9
(202,161,185)
#CFABC0
(207,171,192)
#D4B5C7
(212,181,199)
#D9BFCE
(217,191,206)
#DEC9D5
(222,201,213)
#E3D3DC
(227,211,220)
#E8DDE3
(232,221,227)
#EDE7EA
(237,231,234)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08DAB; }

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

This text font color is #C08DAB.


Background Color

.myBgColor { background-color: #C08DAB; }

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

This div background color is #C08DAB.


Border color

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

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

This div border color is #C08DAB.


Opacity

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

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

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

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

This text has shadow with #C08DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08DAB on black background.


Color preview on white background

This text has color #C08DAB on white background.



Black color preview on #C08DAB background

This text has black color on #C08DAB background.


White color preview on #C08DAB background

This text has white color on #C08DAB background.