COLOR #C387B2

HEX: #C387B2
RGB: (195,135,178)

Renk bilgisi

#C387B2 contains mainly red and blue colors. #C387B2 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C387B2 color RGB value is (195,135,178).

  • kırmız ton 195;
  • yeşil ton 135;
  • mavi ton 178.
RGB:
(195,135,178)
(76%,53%,70%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 135 of 255 = 53%
B 178 of 255 = 70%

195
135
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 135 + 178 = 508 (100%)
R 195 of 508 ~ 38.39%
G 135 of 508 ~ 26.57%
B 178 of 508 ~ 35.04%

%38.39
%26.57
%35.04

CMYK RENK MODELİ

#C387B2 rengi CMYK tonu (0,31,9,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.77%
  • sarı tonu 8.72%
  • ana renk tonu 23.53%
CMYK:
(0,31,9,24)
C0M31Y9K24 
(0%,31%,9%,24%)
(0.00/0.31/0.09/0.24)	

CMYK yüzdeleri

%0
%30.77
%8.72
%23.53

Codes

Color #C387B2 in popluar color models

C387B2
RGB195135178
HSL317°33.33%64.71%
HSB/HSV317°30.77%76.47%
CMYK0.00%30.77%8.72%
23.53%

Color #C387B2 in popluar number systems.

HEXC387B2
Decimal195135178
Binary110000111000011110110010
Octal303207262

Shades and tints

Shades of #C387B2

#C387B2
(195,135,178)
#B27BA2
(178,123,162)
#A16F92
(161,111,146)
#906382
(144,99,130)
#7F5772
(127,87,114)
#6E4B62
(110,75,98)
#5D3F52
(93,63,82)
#4C3342
(76,51,66)
#3B2732
(59,39,50)
#2A1B22
(42,27,34)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #C387B2

#C387B2
(195,135,178)
#C891B9
(200,145,185)
#CD9BC0
(205,155,192)
#D2A5C7
(210,165,199)
#D7AFCE
(215,175,206)
#DCB9D5
(220,185,213)
#E1C3DC
(225,195,220)
#E6CDE3
(230,205,227)
#EBD7EA
(235,215,234)
#F0E1F1
(240,225,241)
#F5EBF8
(245,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C387B2; }

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

This text font color is #C387B2.


Background Color

.myBgColor { background-color: #C387B2; }

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

This div background color is #C387B2.


Border color

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

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

This div border color is #C387B2.


Opacity

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

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

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

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

This text has shadow with #C387B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C387B2 on black background.


Color preview on white background

This text has color #C387B2 on white background.



Black color preview on #C387B2 background

This text has black color on #C387B2 background.


White color preview on #C387B2 background

This text has white color on #C387B2 background.