COLOR #C59BD1

HEX: #C59BD1
RGB: (197,155,209)

Renk bilgisi

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

RGB renk modeli

#C59BD1 color RGB value is (197,155,209).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 155 of 255 = 61%
B 209 of 255 = 82%

197
155
209

R + G + B ~ 73%. #C59BD1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 155 + 209 = 561 (100%)
R 197 of 561 ~ 35.12%
G 155 of 561 ~ 27.63%
B 209 of 561 ~ 37.25%

%35.12
%27.63
%37.25

CMYK RENK MODELİ

#C59BD1 rengi CMYK tonu (6,26,0,18).

  • camgöbeği tonu 5.74%
  • eflatun tonu 25.84%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(6,26,0,18)
C6M26Y0K18 
(6%,26%,0%,18%)
(0.06/0.26/0.00/0.18)	

CMYK yüzdeleri

%5.74
%25.84
%0
%18.04

Codes

Color #C59BD1 in popluar color models

C59BD1
RGB197155209
HSL287°36.99%71.37%
HSB/HSV287°25.84%81.96%
CMYK5.74%25.84%0.00%
18.04%

Color #C59BD1 in popluar number systems.

HEXC59BD1
Decimal197155209
Binary110001011001101111010001
Octal305233321

Shades and tints

Shades of #C59BD1

#C59BD1
(197,155,209)
#B48DBE
(180,141,190)
#A37FAB
(163,127,171)
#927198
(146,113,152)
#816385
(129,99,133)
#705572
(112,85,114)
#5F475F
(95,71,95)
#4E394C
(78,57,76)
#3D2B39
(61,43,57)
#2C1D26
(44,29,38)
#1B0F13
(27,15,19)
#000000
(0,0,0)

Tints of #C59BD1

#C59BD1
(197,155,209)
#CAA4D5
(202,164,213)
#CFADD9
(207,173,217)
#D4B6DD
(212,182,221)
#D9BFE1
(217,191,225)
#DEC8E5
(222,200,229)
#E3D1E9
(227,209,233)
#E8DAED
(232,218,237)
#EDE3F1
(237,227,241)
#F2ECF5
(242,236,245)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59BD1; }

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

This text font color is #C59BD1.


Background Color

.myBgColor { background-color: #C59BD1; }

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

This div background color is #C59BD1.


Border color

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

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

This div border color is #C59BD1.


Opacity

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

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

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

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

This text has shadow with #C59BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59BD1 on black background.


Color preview on white background

This text has color #C59BD1 on white background.



Black color preview on #C59BD1 background

This text has black color on #C59BD1 background.


White color preview on #C59BD1 background

This text has white color on #C59BD1 background.