COLOR #C59BD7

HEX: #C59BD7
RGB: (197,155,215)

Renk bilgisi

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

RGB renk modeli

#C59BD7 color RGB value is (197,155,215).

  • kırmız ton 197;
  • yeşil ton 155;
  • mavi ton 215.
RGB:
(197,155,215)
(77%,61%,84%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 155 of 255 = 61%
B 215 of 255 = 84%

197
155
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 155 + 215 = 567 (100%)
R 197 of 567 ~ 34.74%
G 155 of 567 ~ 27.34%
B 215 of 567 ~ 37.92%

%34.74
%27.34
%37.92

CMYK RENK MODELİ

#C59BD7 rengi CMYK tonu (8,28,0,16).

  • camgöbeği tonu 8.37%
  • eflatun tonu 27.91%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(8,28,0,16)
C8M28Y0K16 
(8%,28%,0%,16%)
(0.08/0.28/0.00/0.16)	

CMYK yüzdeleri

%8.37
%27.91
%0
%15.69

Codes

Color #C59BD7 in popluar color models

C59BD7
RGB197155215
HSL282°42.86%72.55%
HSB/HSV282°27.91%84.31%
CMYK8.37%27.91%0.00%
15.69%

Color #C59BD7 in popluar number systems.

HEXC59BD7
Decimal197155215
Binary110001011001101111010111
Octal305233327

Shades and tints

Shades of #C59BD7

#C59BD7
(197,155,215)
#B48DC4
(180,141,196)
#A37FB1
(163,127,177)
#92719E
(146,113,158)
#81638B
(129,99,139)
#705578
(112,85,120)
#5F4765
(95,71,101)
#4E3952
(78,57,82)
#3D2B3F
(61,43,63)
#2C1D2C
(44,29,44)
#1B0F19
(27,15,25)
#000000
(0,0,0)

Tints of #C59BD7

#C59BD7
(197,155,215)
#CAA4DA
(202,164,218)
#CFADDD
(207,173,221)
#D4B6E0
(212,182,224)
#D9BFE3
(217,191,227)
#DEC8E6
(222,200,230)
#E3D1E9
(227,209,233)
#E8DAEC
(232,218,236)
#EDE3EF
(237,227,239)
#F2ECF2
(242,236,242)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59BD7 color. Also use rgb(197,155,215) instead hex code.

Text Font Color

.myTextColor { color: #C59BD7; }

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

This text font color is #C59BD7.


Background Color

.myBgColor { background-color: #C59BD7; }

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

This div background color is #C59BD7.


Border color

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

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

This div border color is #C59BD7.


Opacity

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

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

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

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

This text has shadow with #C59BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59BD7 on black background.


Color preview on white background

This text has color #C59BD7 on white background.



Black color preview on #C59BD7 background

This text has black color on #C59BD7 background.


White color preview on #C59BD7 background

This text has white color on #C59BD7 background.