COLOR #C887D7

HEX: #C887D7
RGB: (200,135,215)

Renk bilgisi

#C887D7 contains mainly red and blue colors. #C887D7 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C887D7 color RGB value is (200,135,215).

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

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 135 of 255 = 53%
B 215 of 255 = 84%

200
135
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 135 + 215 = 550 (100%)
R 200 of 550 ~ 36.36%
G 135 of 550 ~ 24.55%
B 215 of 550 ~ 39.09%

%36.36
%24.55
%39.09

CMYK RENK MODELİ

#C887D7 rengi CMYK tonu (7,37,0,16).

  • camgöbeği tonu 6.98%
  • eflatun tonu 37.21%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(7,37,0,16)
C7M37Y0K16 
(7%,37%,0%,16%)
(0.07/0.37/0.00/0.16)	

CMYK yüzdeleri

%6.98
%37.21
%0
%15.69

Codes

Color #C887D7 in popluar color models

C887D7
RGB200135215
HSL289°50.00%68.63%
HSB/HSV289°37.21%84.31%
CMYK6.98%37.21%0.00%
15.69%

Color #C887D7 in popluar number systems.

HEXC887D7
Decimal200135215
Binary110010001000011111010111
Octal310207327

Shades and tints

Shades of #C887D7

#C887D7
(200,135,215)
#B67BC4
(182,123,196)
#A46FB1
(164,111,177)
#92639E
(146,99,158)
#80578B
(128,87,139)
#6E4B78
(110,75,120)
#5C3F65
(92,63,101)
#4A3352
(74,51,82)
#38273F
(56,39,63)
#261B2C
(38,27,44)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #C887D7

#C887D7
(200,135,215)
#CD91DA
(205,145,218)
#D29BDD
(210,155,221)
#D7A5E0
(215,165,224)
#DCAFE3
(220,175,227)
#E1B9E6
(225,185,230)
#E6C3E9
(230,195,233)
#EBCDEC
(235,205,236)
#F0D7EF
(240,215,239)
#F5E1F2
(245,225,242)
#FAEBF5
(250,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C887D7; }

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

This text font color is #C887D7.


Background Color

.myBgColor { background-color: #C887D7; }

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

This div background color is #C887D7.


Border color

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

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

This div border color is #C887D7.


Opacity

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

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

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

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

This text has shadow with #C887D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C887D7 on black background.


Color preview on white background

This text has color #C887D7 on white background.



Black color preview on #C887D7 background

This text has black color on #C887D7 background.


White color preview on #C887D7 background

This text has white color on #C887D7 background.