COLOR #C59DB6

HEX: #C59DB6
RGB: (197,157,182)

Renk bilgisi

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

RGB renk modeli

#C59DB6 color RGB value is (197,157,182).

  • kırmız ton 197;
  • yeşil ton 157;
  • mavi ton 182.
RGB:
(197,157,182)
(77%,62%,71%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 157 of 255 = 62%
B 182 of 255 = 71%

197
157
182

R + G + B ~ 70%. #C59DB6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 157 + 182 = 536 (100%)
R 197 of 536 ~ 36.75%
G 157 of 536 ~ 29.29%
B 182 of 536 ~ 33.96%

%36.75
%29.29
%33.96

CMYK RENK MODELİ

#C59DB6 rengi CMYK tonu (0,20,8,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.30%
  • sarı tonu 7.61%
  • ana renk tonu 22.75%
CMYK:
(0,20,8,23)
C0M20Y8K23 
(0%,20%,8%,23%)
(0.00/0.20/0.08/0.23)	

CMYK yüzdeleri

%0
%20.3
%7.61
%22.75

Codes

Color #C59DB6 in popluar color models

C59DB6
RGB197157182
HSL323°25.64%69.41%
HSB/HSV323°20.30%77.25%
CMYK0.00%20.30%7.61%
22.75%

Color #C59DB6 in popluar number systems.

HEXC59DB6
Decimal197157182
Binary110001011001110110110110
Octal305235266

Shades and tints

Shades of #C59DB6

#C59DB6
(197,157,182)
#B48FA6
(180,143,166)
#A38196
(163,129,150)
#927386
(146,115,134)
#816576
(129,101,118)
#705766
(112,87,102)
#5F4956
(95,73,86)
#4E3B46
(78,59,70)
#3D2D36
(61,45,54)
#2C1F26
(44,31,38)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #C59DB6

#C59DB6
(197,157,182)
#CAA5BC
(202,165,188)
#CFADC2
(207,173,194)
#D4B5C8
(212,181,200)
#D9BDCE
(217,189,206)
#DEC5D4
(222,197,212)
#E3CDDA
(227,205,218)
#E8D5E0
(232,213,224)
#EDDDE6
(237,221,230)
#F2E5EC
(242,229,236)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59DB6 color. Also use rgb(197,157,182) instead hex code.

Text Font Color

.myTextColor { color: #C59DB6; }

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

This text font color is #C59DB6.


Background Color

.myBgColor { background-color: #C59DB6; }

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

This div background color is #C59DB6.


Border color

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

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

This div border color is #C59DB6.


Opacity

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

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

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

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

This text has shadow with #C59DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59DB6 on black background.


Color preview on white background

This text has color #C59DB6 on white background.



Black color preview on #C59DB6 background

This text has black color on #C59DB6 background.


White color preview on #C59DB6 background

This text has white color on #C59DB6 background.