COLOR #C59EB5

HEX: #C59EB5
RGB: (197,158,181)

Renk bilgisi

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

RGB renk modeli

#C59EB5 color RGB value is (197,158,181).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 158 of 255 = 62%
B 181 of 255 = 71%

197
158
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 158 + 181 = 536 (100%)
R 197 of 536 ~ 36.75%
G 158 of 536 ~ 29.48%
B 181 of 536 ~ 33.77%

%36.75
%29.48
%33.77

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.80%
  • sarı tonu 8.12%
  • 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
%19.8
%8.12
%22.75

Codes

Color #C59EB5 in popluar color models

C59EB5
RGB197158181
HSL325°25.16%69.61%
HSB/HSV325°19.80%77.25%
CMYK0.00%19.80%8.12%
22.75%

Color #C59EB5 in popluar number systems.

HEXC59EB5
Decimal197158181
Binary110001011001111010110101
Octal305236265

Shades and tints

Shades of #C59EB5

#C59EB5
(197,158,181)
#B490A5
(180,144,165)
#A38295
(163,130,149)
#927485
(146,116,133)
#816675
(129,102,117)
#705865
(112,88,101)
#5F4A55
(95,74,85)
#4E3C45
(78,60,69)
#3D2E35
(61,46,53)
#2C2025
(44,32,37)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #C59EB5

#C59EB5
(197,158,181)
#CAA6BB
(202,166,187)
#CFAEC1
(207,174,193)
#D4B6C7
(212,182,199)
#D9BECD
(217,190,205)
#DEC6D3
(222,198,211)
#E3CED9
(227,206,217)
#E8D6DF
(232,214,223)
#EDDEE5
(237,222,229)
#F2E6EB
(242,230,235)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59EB5 color. Also use rgb(197,158,181) instead hex code.

Text Font Color

.myTextColor { color: #C59EB5; }

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

This text font color is #C59EB5.


Background Color

.myBgColor { background-color: #C59EB5; }

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

This div background color is #C59EB5.


Border color

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

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

This div border color is #C59EB5.


Opacity

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

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

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

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

This text has shadow with #C59EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59EB5 on black background.


Color preview on white background

This text has color #C59EB5 on white background.



Black color preview on #C59EB5 background

This text has black color on #C59EB5 background.


White color preview on #C59EB5 background

This text has white color on #C59EB5 background.