COLOR #C596EC

HEX: #C596EC
RGB: (197,150,236)

Renk bilgisi

#C596EC contains mainly red and blue colors. #C596EC ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#C596EC color RGB value is (197,150,236).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 150 of 255 = 59%
B 236 of 255 = 93%

197
150
236

R + G + B ~ 76%. #C596EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 150 + 236 = 583 (100%)
R 197 of 583 ~ 33.79%
G 150 of 583 ~ 25.73%
B 236 of 583 ~ 40.48%

%33.79
%25.73
%40.48

CMYK RENK MODELİ

#C596EC rengi CMYK tonu (17,36,0,7).

  • camgöbeği tonu 16.53%
  • eflatun tonu 36.44%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(17,36,0,7)
C17M36Y0K7 
(17%,36%,0%,7%)
(0.17/0.36/0.00/0.07)	

CMYK yüzdeleri

%16.53
%36.44
%0
%7.45

Codes

Color #C596EC in popluar color models

C596EC
RGB197150236
HSL273°69.35%75.69%
HSB/HSV273°36.44%92.55%
CMYK16.53%36.44%0.00%
7.45%

Color #C596EC in popluar number systems.

HEXC596EC
Decimal197150236
Binary110001011001011011101100
Octal305226354

Shades and tints

Shades of #C596EC

#C596EC
(197,150,236)
#B489D7
(180,137,215)
#A37CC2
(163,124,194)
#926FAD
(146,111,173)
#816298
(129,98,152)
#705583
(112,85,131)
#5F486E
(95,72,110)
#4E3B59
(78,59,89)
#3D2E44
(61,46,68)
#2C212F
(44,33,47)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #C596EC

#C596EC
(197,150,236)
#CA9FED
(202,159,237)
#CFA8EE
(207,168,238)
#D4B1EF
(212,177,239)
#D9BAF0
(217,186,240)
#DEC3F1
(222,195,241)
#E3CCF2
(227,204,242)
#E8D5F3
(232,213,243)
#EDDEF4
(237,222,244)
#F2E7F5
(242,231,245)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C596EC; }

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

This text font color is #C596EC.


Background Color

.myBgColor { background-color: #C596EC; }

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

This div background color is #C596EC.


Border color

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

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

This div border color is #C596EC.


Opacity

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

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

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

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

This text has shadow with #C596EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C596EC on black background.


Color preview on white background

This text has color #C596EC on white background.



Black color preview on #C596EC background

This text has black color on #C596EC background.


White color preview on #C596EC background

This text has white color on #C596EC background.