COLOR #A596CB

HEX: #A596CB
RGB: (165,150,203)

Renk bilgisi

#A596CB contains red, green and blue colors in about the same proportion. #A596CB ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A596CB color RGB value is (165,150,203).

  • kırmız ton 165;
  • yeşil ton 150;
  • mavi ton 203.
RGB:
(165,150,203)
(65%,59%,80%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 150 of 255 = 59%
B 203 of 255 = 80%

165
150
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 150 + 203 = 518 (100%)
R 165 of 518 ~ 31.85%
G 150 of 518 ~ 28.96%
B 203 of 518 ~ 39.19%

%31.85
%28.96
%39.19

CMYK RENK MODELİ

#A596CB rengi CMYK tonu (19,26,0,20).

  • camgöbeği tonu 18.72%
  • eflatun tonu 26.11%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(19,26,0,20)
C19M26Y0K20 
(19%,26%,0%,20%)
(0.19/0.26/0.00/0.20)	

CMYK yüzdeleri

%18.72
%26.11
%0
%20.39

Codes

Color #A596CB in popluar color models

A596CB
RGB165150203
HSL257°33.76%69.22%
HSB/HSV257°26.11%79.61%
CMYK18.72%26.11%0.00%
20.39%

Color #A596CB in popluar number systems.

HEXA596CB
Decimal165150203
Binary101001011001011011001011
Octal245226313

Shades and tints

Shades of #A596CB

#A596CB
(165,150,203)
#9689B9
(150,137,185)
#877CA7
(135,124,167)
#786F95
(120,111,149)
#696283
(105,98,131)
#5A5571
(90,85,113)
#4B485F
(75,72,95)
#3C3B4D
(60,59,77)
#2D2E3B
(45,46,59)
#1E2129
(30,33,41)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #A596CB

#A596CB
(165,150,203)
#AD9FCF
(173,159,207)
#B5A8D3
(181,168,211)
#BDB1D7
(189,177,215)
#C5BADB
(197,186,219)
#CDC3DF
(205,195,223)
#D5CCE3
(213,204,227)
#DDD5E7
(221,213,231)
#E5DEEB
(229,222,235)
#EDE7EF
(237,231,239)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A596CB color. Also use rgb(165,150,203) instead hex code.

Text Font Color

.myTextColor { color: #A596CB; }

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

This text font color is #A596CB.


Background Color

.myBgColor { background-color: #A596CB; }

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

This div background color is #A596CB.


Border color

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

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

This div border color is #A596CB.


Opacity

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

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

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

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

This text has shadow with #A596CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A596CB on black background.


Color preview on white background

This text has color #A596CB on white background.



Black color preview on #A596CB background

This text has black color on #A596CB background.


White color preview on #A596CB background

This text has white color on #A596CB background.