COLOR #C586D4

HEX: #C586D4
RGB: (197,134,212)

Renk bilgisi

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

RGB renk modeli

#C586D4 color RGB value is (197,134,212).

  • kırmız ton 197;
  • yeşil ton 134;
  • mavi ton 212.
RGB:
(197,134,212)
(77%,53%,83%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 134 of 255 = 53%
B 212 of 255 = 83%

197
134
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 134 + 212 = 543 (100%)
R 197 of 543 ~ 36.28%
G 134 of 543 ~ 24.68%
B 212 of 543 ~ 39.04%

%36.28
%24.68
%39.04

CMYK RENK MODELİ

#C586D4 rengi CMYK tonu (7,37,0,17).

  • camgöbeği tonu 7.08%
  • eflatun tonu 36.79%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(7,37,0,17)
C7M37Y0K17 
(7%,37%,0%,17%)
(0.07/0.37/0.00/0.17)	

CMYK yüzdeleri

%7.08
%36.79
%0
%16.86

Codes

Color #C586D4 in popluar color models

C586D4
RGB197134212
HSL288°47.56%67.84%
HSB/HSV288°36.79%83.14%
CMYK7.08%36.79%0.00%
16.86%

Color #C586D4 in popluar number systems.

HEXC586D4
Decimal197134212
Binary110001011000011011010100
Octal305206324

Shades and tints

Shades of #C586D4

#C586D4
(197,134,212)
#B47AC1
(180,122,193)
#A36EAE
(163,110,174)
#92629B
(146,98,155)
#815688
(129,86,136)
#704A75
(112,74,117)
#5F3E62
(95,62,98)
#4E324F
(78,50,79)
#3D263C
(61,38,60)
#2C1A29
(44,26,41)
#1B0E16
(27,14,22)
#000000
(0,0,0)

Tints of #C586D4

#C586D4
(197,134,212)
#CA91D7
(202,145,215)
#CF9CDA
(207,156,218)
#D4A7DD
(212,167,221)
#D9B2E0
(217,178,224)
#DEBDE3
(222,189,227)
#E3C8E6
(227,200,230)
#E8D3E9
(232,211,233)
#EDDEEC
(237,222,236)
#F2E9EF
(242,233,239)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C586D4 color. Also use rgb(197,134,212) instead hex code.

Text Font Color

.myTextColor { color: #C586D4; }

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

This text font color is #C586D4.


Background Color

.myBgColor { background-color: #C586D4; }

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

This div background color is #C586D4.


Border color

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

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

This div border color is #C586D4.


Opacity

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

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

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

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

This text has shadow with #C586D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C586D4 on black background.


Color preview on white background

This text has color #C586D4 on white background.



Black color preview on #C586D4 background

This text has black color on #C586D4 background.


White color preview on #C586D4 background

This text has white color on #C586D4 background.