COLOR #C596B8

HEX: #C596B8
RGB: (197,150,184)

Renk bilgisi

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

RGB renk modeli

#C596B8 color RGB value is (197,150,184).

  • kırmız ton 197;
  • yeşil ton 150;
  • mavi ton 184.
RGB:
(197,150,184)
(77%,59%,72%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 150 of 255 = 59%
B 184 of 255 = 72%

197
150
184

R + G + B ~ 69%. #C596B8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 150 + 184 = 531 (100%)
R 197 of 531 ~ 37.1%
G 150 of 531 ~ 28.25%
B 184 of 531 ~ 34.65%

%37.1
%28.25
%34.65

CMYK RENK MODELİ

#C596B8 rengi CMYK tonu (0,24,7,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.86%
  • sarı tonu 6.60%
  • ana renk tonu 22.75%
CMYK:
(0,24,7,23)
C0M24Y7K23 
(0%,24%,7%,23%)
(0.00/0.24/0.07/0.23)	

CMYK yüzdeleri

%0
%23.86
%6.6
%22.75

Codes

Color #C596B8 in popluar color models

C596B8
RGB197150184
HSL317°28.83%68.04%
HSB/HSV317°23.86%77.25%
CMYK0.00%23.86%6.60%
22.75%

Color #C596B8 in popluar number systems.

HEXC596B8
Decimal197150184
Binary110001011001011010111000
Octal305226270

Shades and tints

Shades of #C596B8

#C596B8
(197,150,184)
#B489A8
(180,137,168)
#A37C98
(163,124,152)
#926F88
(146,111,136)
#816278
(129,98,120)
#705568
(112,85,104)
#5F4858
(95,72,88)
#4E3B48
(78,59,72)
#3D2E38
(61,46,56)
#2C2128
(44,33,40)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #C596B8

#C596B8
(197,150,184)
#CA9FBE
(202,159,190)
#CFA8C4
(207,168,196)
#D4B1CA
(212,177,202)
#D9BAD0
(217,186,208)
#DEC3D6
(222,195,214)
#E3CCDC
(227,204,220)
#E8D5E2
(232,213,226)
#EDDEE8
(237,222,232)
#F2E7EE
(242,231,238)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C596B8 color. Also use rgb(197,150,184) instead hex code.

Text Font Color

.myTextColor { color: #C596B8; }

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

This text font color is #C596B8.


Background Color

.myBgColor { background-color: #C596B8; }

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

This div background color is #C596B8.


Border color

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

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

This div border color is #C596B8.


Opacity

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

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

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

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

This text has shadow with #C596B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C596B8 on black background.


Color preview on white background

This text has color #C596B8 on white background.



Black color preview on #C596B8 background

This text has black color on #C596B8 background.


White color preview on #C596B8 background

This text has white color on #C596B8 background.