COLOR #C59CD4

HEX: #C59CD4
RGB: (197,156,212)

Renk bilgisi

#C59CD4 contains red, green and blue colors in about the same proportion. #C59CD4 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C59CD4 color RGB value is (197,156,212).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 156 of 255 = 61%
B 212 of 255 = 83%

197
156
212

R + G + B ~ 74%. #C59CD4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 156 + 212 = 565 (100%)
R 197 of 565 ~ 34.87%
G 156 of 565 ~ 27.61%
B 212 of 565 ~ 37.52%

%34.87
%27.61
%37.52

CMYK RENK MODELİ

#C59CD4 rengi CMYK tonu (7,26,0,17).

  • camgöbeği tonu 7.08%
  • eflatun tonu 26.42%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(7,26,0,17)
C7M26Y0K17 
(7%,26%,0%,17%)
(0.07/0.26/0.00/0.17)	

CMYK yüzdeleri

%7.08
%26.42
%0
%16.86

Codes

Color #C59CD4 in popluar color models

C59CD4
RGB197156212
HSL284°39.44%72.16%
HSB/HSV284°26.42%83.14%
CMYK7.08%26.42%0.00%
16.86%

Color #C59CD4 in popluar number systems.

HEXC59CD4
Decimal197156212
Binary110001011001110011010100
Octal305234324

Shades and tints

Shades of #C59CD4

#C59CD4
(197,156,212)
#B48EC1
(180,142,193)
#A380AE
(163,128,174)
#92729B
(146,114,155)
#816488
(129,100,136)
#705675
(112,86,117)
#5F4862
(95,72,98)
#4E3A4F
(78,58,79)
#3D2C3C
(61,44,60)
#2C1E29
(44,30,41)
#1B1016
(27,16,22)
#000000
(0,0,0)

Tints of #C59CD4

#C59CD4
(197,156,212)
#CAA5D7
(202,165,215)
#CFAEDA
(207,174,218)
#D4B7DD
(212,183,221)
#D9C0E0
(217,192,224)
#DEC9E3
(222,201,227)
#E3D2E6
(227,210,230)
#E8DBE9
(232,219,233)
#EDE4EC
(237,228,236)
#F2EDEF
(242,237,239)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59CD4; }

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

This text font color is #C59CD4.


Background Color

.myBgColor { background-color: #C59CD4; }

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

This div background color is #C59CD4.


Border color

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

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

This div border color is #C59CD4.


Opacity

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

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

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

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

This text has shadow with #C59CD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59CD4 on black background.


Color preview on white background

This text has color #C59CD4 on white background.



Black color preview on #C59CD4 background

This text has black color on #C59CD4 background.


White color preview on #C59CD4 background

This text has white color on #C59CD4 background.