COLOR #C59EA4

HEX: #C59EA4
RGB: (197,158,164)

Renk bilgisi

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

RGB renk modeli

#C59EA4 color RGB value is (197,158,164).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 158 of 255 = 62%
B 164 of 255 = 64%

197
158
164

R + G + B ~ 68%. #C59EA4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 158 + 164 = 519 (100%)
R 197 of 519 ~ 37.96%
G 158 of 519 ~ 30.44%
B 164 of 519 ~ 31.6%

%37.96
%30.44
%31.6

CMYK RENK MODELİ

#C59EA4 rengi CMYK tonu (0,20,17,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.80%
  • sarı tonu 16.75%
  • ana renk tonu 22.75%
CMYK:
(0,20,17,23)
C0M20Y17K23 
(0%,20%,17%,23%)
(0.00/0.20/0.17/0.23)	

CMYK yüzdeleri

%0
%19.8
%16.75
%22.75

Codes

Color #C59EA4 in popluar color models

C59EA4
RGB197158164
HSL351°25.16%69.61%
HSB/HSV351°19.80%77.25%
CMYK0.00%19.80%16.75%
22.75%

Color #C59EA4 in popluar number systems.

HEXC59EA4
Decimal197158164
Binary110001011001111010100100
Octal305236244

Shades and tints

Shades of #C59EA4

#C59EA4
(197,158,164)
#B49096
(180,144,150)
#A38288
(163,130,136)
#92747A
(146,116,122)
#81666C
(129,102,108)
#70585E
(112,88,94)
#5F4A50
(95,74,80)
#4E3C42
(78,60,66)
#3D2E34
(61,46,52)
#2C2026
(44,32,38)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #C59EA4

#C59EA4
(197,158,164)
#CAA6AC
(202,166,172)
#CFAEB4
(207,174,180)
#D4B6BC
(212,182,188)
#D9BEC4
(217,190,196)
#DEC6CC
(222,198,204)
#E3CED4
(227,206,212)
#E8D6DC
(232,214,220)
#EDDEE4
(237,222,228)
#F2E6EC
(242,230,236)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59EA4; }

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

This text font color is #C59EA4.


Background Color

.myBgColor { background-color: #C59EA4; }

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

This div background color is #C59EA4.


Border color

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

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

This div border color is #C59EA4.


Opacity

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

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

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

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

This text has shadow with #C59EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59EA4 on black background.


Color preview on white background

This text has color #C59EA4 on white background.



Black color preview on #C59EA4 background

This text has black color on #C59EA4 background.


White color preview on #C59EA4 background

This text has white color on #C59EA4 background.