COLOR #C87FD7

HEX: #C87FD7
RGB: (200,127,215)

Renk bilgisi

#C87FD7 contains mainly red and blue colors. #C87FD7 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#C87FD7 color RGB value is (200,127,215).

  • kırmız ton 200;
  • yeşil ton 127;
  • mavi ton 215.
RGB:
(200,127,215)
(78%,50%,84%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 127 of 255 = 50%
B 215 of 255 = 84%

200
127
215

R + G + B ~ 71%. #C87FD7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 127 + 215 = 542 (100%)
R 200 of 542 ~ 36.9%
G 127 of 542 ~ 23.43%
B 215 of 542 ~ 39.67%

%36.9
%23.43
%39.67

CMYK RENK MODELİ

#C87FD7 rengi CMYK tonu (7,41,0,16).

  • camgöbeği tonu 6.98%
  • eflatun tonu 40.93%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(7,41,0,16)
C7M41Y0K16 
(7%,41%,0%,16%)
(0.07/0.41/0.00/0.16)	

CMYK yüzdeleri

%6.98
%40.93
%0
%15.69

Codes

Color #C87FD7 in popluar color models

C87FD7
RGB200127215
HSL290°52.38%67.06%
HSB/HSV290°40.93%84.31%
CMYK6.98%40.93%0.00%
15.69%

Color #C87FD7 in popluar number systems.

HEXC87FD7
Decimal200127215
Binary11001000111111111010111
Octal310177327

Shades and tints

Shades of #C87FD7

#C87FD7
(200,127,215)
#B674C4
(182,116,196)
#A469B1
(164,105,177)
#925E9E
(146,94,158)
#80538B
(128,83,139)
#6E4878
(110,72,120)
#5C3D65
(92,61,101)
#4A3252
(74,50,82)
#38273F
(56,39,63)
#261C2C
(38,28,44)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #C87FD7

#C87FD7
(200,127,215)
#CD8ADA
(205,138,218)
#D295DD
(210,149,221)
#D7A0E0
(215,160,224)
#DCABE3
(220,171,227)
#E1B6E6
(225,182,230)
#E6C1E9
(230,193,233)
#EBCCEC
(235,204,236)
#F0D7EF
(240,215,239)
#F5E2F2
(245,226,242)
#FAEDF5
(250,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87FD7 color. Also use rgb(200,127,215) instead hex code.

Text Font Color

.myTextColor { color: #C87FD7; }

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

This text font color is #C87FD7.


Background Color

.myBgColor { background-color: #C87FD7; }

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

This div background color is #C87FD7.


Border color

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

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

This div border color is #C87FD7.


Opacity

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

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

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

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

This text has shadow with #C87FD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87FD7 on black background.


Color preview on white background

This text has color #C87FD7 on white background.



Black color preview on #C87FD7 background

This text has black color on #C87FD7 background.


White color preview on #C87FD7 background

This text has white color on #C87FD7 background.