COLOR #C087AC

HEX: #C087AC
RGB: (192,135,172)

Color info

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

RGB color model

#C087AC color RGB value is (192,135,172).

  • red value is 192;
  • green value is 135;
  • blue value is 172.
RGB:
(192,135,172)
(75%,53%,67%)

RGB channels and saturation

R 192 of 255 = 75%
G 135 of 255 = 53%
B 172 of 255 = 67%

192
135
172

R + G + B ~ 65%. #C087AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 135 + 172 = 499 (100%)
R 192 of 499 ~ 38.48%
G 135 of 499 ~ 27.05%
B 172 of 499 ~ 34.47%

%38.48
%27.05
%34.47

CMYK color model

#C087AC color CMYK value is (0,30,10,25).

  • cyan value is 0.00%
  • magenta value is 29.69%
  • yellow value is 10.42%
  • key color value is 24.71%
CMYK:
(0,30,10,25)
C0M30Y10K25 
(0%,30%,10%,25%)
(0.00/0.30/0.10/0.25)	

CMYK percentages

%0
%29.69
%10.42
%24.71

Codes

Color #C087AC in popluar color models

C087AC
RGB192135172
HSL321°31.15%64.12%
HSB/HSV321°29.69%75.29%
CMYK0.00%29.69%10.42%
24.71%

Color #C087AC in popluar number systems.

HEXC087AC
Decimal192135172
Binary110000001000011110101100
Octal300207254

Shades and tints

Shades of #C087AC

#C087AC
(192,135,172)
#AF7B9D
(175,123,157)
#9E6F8E
(158,111,142)
#8D637F
(141,99,127)
#7C5770
(124,87,112)
#6B4B61
(107,75,97)
#5A3F52
(90,63,82)
#493343
(73,51,67)
#382734
(56,39,52)
#271B25
(39,27,37)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #C087AC

#C087AC
(192,135,172)
#C591B3
(197,145,179)
#CA9BBA
(202,155,186)
#CFA5C1
(207,165,193)
#D4AFC8
(212,175,200)
#D9B9CF
(217,185,207)
#DEC3D6
(222,195,214)
#E3CDDD
(227,205,221)
#E8D7E4
(232,215,228)
#EDE1EB
(237,225,235)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C087AC color. Also use rgb(192,135,172) instead hex code.

Text Font Color

.myTextColor { color: #C087AC; }

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

This text font color is #C087AC.


Background Color

.myBgColor { background-color: #C087AC; }

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

This div background color is #C087AC.


Border color

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

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

This div border color is #C087AC.


Opacity

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

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

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

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

This text has shadow with #C087AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C087AC on black background.


Color preview on white background

This text has color #C087AC on white background.



Black color preview on #C087AC background

This text has black color on #C087AC background.


White color preview on #C087AC background

This text has white color on #C087AC background.