COLOR #C387AE

HEX: #C387AE
RGB: (195,135,174)

Color info

#C387AE contains mainly red and blue colors. Web safe color of #C387AE is #CC9999 (or #C99).

RGB color model

#C387AE color RGB value is (195,135,174).

  • red value is 195;
  • green value is 135;
  • blue value is 174.
RGB:
(195,135,174)
(76%,53%,68%)

RGB channels and saturation

R 195 of 255 = 76%
G 135 of 255 = 53%
B 174 of 255 = 68%

195
135
174

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

Portions of RGB colors in percentages

R + G + B =
195 + 135 + 174 = 504 (100%)
R 195 of 504 ~ 38.69%
G 135 of 504 ~ 26.79%
B 174 of 504 ~ 34.52%

%38.69
%26.79
%34.52

CMYK color model

#C387AE color CMYK value is (0,31,11,24).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 10.77%
  • key color value is 23.53%
CMYK:
(0,31,11,24)
C0M31Y11K24 
(0%,31%,11%,24%)
(0.00/0.31/0.11/0.24)	

CMYK percentages

%0
%30.77
%10.77
%23.53

Codes

Color #C387AE in popluar color models

C387AE
RGB195135174
HSL321°33.33%64.71%
HSB/HSV321°30.77%76.47%
CMYK0.00%30.77%10.77%
23.53%

Color #C387AE in popluar number systems.

HEXC387AE
Decimal195135174
Binary110000111000011110101110
Octal303207256

Shades and tints

Shades of #C387AE

#C387AE
(195,135,174)
#B27B9F
(178,123,159)
#A16F90
(161,111,144)
#906381
(144,99,129)
#7F5772
(127,87,114)
#6E4B63
(110,75,99)
#5D3F54
(93,63,84)
#4C3345
(76,51,69)
#3B2736
(59,39,54)
#2A1B27
(42,27,39)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #C387AE

#C387AE
(195,135,174)
#C891B5
(200,145,181)
#CD9BBC
(205,155,188)
#D2A5C3
(210,165,195)
#D7AFCA
(215,175,202)
#DCB9D1
(220,185,209)
#E1C3D8
(225,195,216)
#E6CDDF
(230,205,223)
#EBD7E6
(235,215,230)
#F0E1ED
(240,225,237)
#F5EBF4
(245,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C387AE color. Also use rgb(195,135,174) instead hex code.

Text Font Color

.myTextColor { color: #C387AE; }

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

This text font color is #C387AE.


Background Color

.myBgColor { background-color: #C387AE; }

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

This div background color is #C387AE.


Border color

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

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

This div border color is #C387AE.


Opacity

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

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

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

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

This text has shadow with #C387AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C387AE on black background.


Color preview on white background

This text has color #C387AE on white background.



Black color preview on #C387AE background

This text has black color on #C387AE background.


White color preview on #C387AE background

This text has white color on #C387AE background.