COLOR #C8A0BE

HEX: #C8A0BE
RGB: (200,160,190)

Color info

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

RGB color model

#C8A0BE color RGB value is (200,160,190).

  • red value is 200;
  • green value is 160;
  • blue value is 190.
RGB:
(200,160,190)
(78%,63%,75%)

RGB channels and saturation

R 200 of 255 = 78%
G 160 of 255 = 63%
B 190 of 255 = 75%

200
160
190

R + G + B ~ 72%. #C8A0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 160 + 190 = 550 (100%)
R 200 of 550 ~ 36.36%
G 160 of 550 ~ 29.09%
B 190 of 550 ~ 34.55%

%36.36
%29.09
%34.55

CMYK color model

#C8A0BE color CMYK value is (0,20,5,22).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 5.00%
  • key color value is 21.57%
CMYK:
(0,20,5,22)
C0M20Y5K22 
(0%,20%,5%,22%)
(0.00/0.20/0.05/0.22)	

CMYK percentages

%0
%20
%5
%21.57

Codes

Color #C8A0BE in popluar color models

C8A0BE
RGB200160190
HSL315°26.67%70.59%
HSB/HSV315°20.00%78.43%
CMYK0.00%20.00%5.00%
21.57%

Color #C8A0BE in popluar number systems.

HEXC8A0BE
Decimal200160190
Binary110010001010000010111110
Octal310240276

Shades and tints

Shades of #C8A0BE

#C8A0BE
(200,160,190)
#B692AD
(182,146,173)
#A4849C
(164,132,156)
#92768B
(146,118,139)
#80687A
(128,104,122)
#6E5A69
(110,90,105)
#5C4C58
(92,76,88)
#4A3E47
(74,62,71)
#383036
(56,48,54)
#262225
(38,34,37)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #C8A0BE

#C8A0BE
(200,160,190)
#CDA8C3
(205,168,195)
#D2B0C8
(210,176,200)
#D7B8CD
(215,184,205)
#DCC0D2
(220,192,210)
#E1C8D7
(225,200,215)
#E6D0DC
(230,208,220)
#EBD8E1
(235,216,225)
#F0E0E6
(240,224,230)
#F5E8EB
(245,232,235)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A0BE color. Also use rgb(200,160,190) instead hex code.

Text Font Color

.myTextColor { color: #C8A0BE; }

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

This text font color is #C8A0BE.


Background Color

.myBgColor { background-color: #C8A0BE; }

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

This div background color is #C8A0BE.


Border color

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

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

This div border color is #C8A0BE.


Opacity

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

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

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

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

This text has shadow with #C8A0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A0BE on black background.


Color preview on white background

This text has color #C8A0BE on white background.



Black color preview on #C8A0BE background

This text has black color on #C8A0BE background.


White color preview on #C8A0BE background

This text has white color on #C8A0BE background.