COLOR #A599CE

HEX: #A599CE
RGB: (165,153,206)

Renk bilgisi

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

RGB renk modeli

#A599CE color RGB value is (165,153,206).

  • kırmız ton 165;
  • yeşil ton 153;
  • mavi ton 206.
RGB:
(165,153,206)
(65%,60%,81%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 153 of 255 = 60%
B 206 of 255 = 81%

165
153
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 153 + 206 = 524 (100%)
R 165 of 524 ~ 31.49%
G 153 of 524 ~ 29.2%
B 206 of 524 ~ 39.31%

%31.49
%29.2
%39.31

CMYK RENK MODELİ

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

  • camgöbeği tonu 19.90%
  • eflatun tonu 25.73%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(20,26,0,19)
C20M26Y0K19 
(20%,26%,0%,19%)
(0.20/0.26/0.00/0.19)	

CMYK yüzdeleri

%19.9
%25.73
%0
%19.22

Codes

Color #A599CE in popluar color models

A599CE
RGB165153206
HSL254°35.10%70.39%
HSB/HSV254°25.73%80.78%
CMYK19.90%25.73%0.00%
19.22%

Color #A599CE in popluar number systems.

HEXA599CE
Decimal165153206
Binary101001011001100111001110
Octal245231316

Shades and tints

Shades of #A599CE

#A599CE
(165,153,206)
#968CBC
(150,140,188)
#877FAA
(135,127,170)
#787298
(120,114,152)
#696586
(105,101,134)
#5A5874
(90,88,116)
#4B4B62
(75,75,98)
#3C3E50
(60,62,80)
#2D313E
(45,49,62)
#1E242C
(30,36,44)
#0F171A
(15,23,26)
#000000
(0,0,0)

Tints of #A599CE

#A599CE
(165,153,206)
#ADA2D2
(173,162,210)
#B5ABD6
(181,171,214)
#BDB4DA
(189,180,218)
#C5BDDE
(197,189,222)
#CDC6E2
(205,198,226)
#D5CFE6
(213,207,230)
#DDD8EA
(221,216,234)
#E5E1EE
(229,225,238)
#EDEAF2
(237,234,242)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A599CE color. Also use rgb(165,153,206) instead hex code.

Text Font Color

.myTextColor { color: #A599CE; }

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

This text font color is #A599CE.


Background Color

.myBgColor { background-color: #A599CE; }

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

This div background color is #A599CE.


Border color

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

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

This div border color is #A599CE.


Opacity

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

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

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

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

This text has shadow with #A599CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A599CE on black background.


Color preview on white background

This text has color #A599CE on white background.



Black color preview on #A599CE background

This text has black color on #A599CE background.


White color preview on #A599CE background

This text has white color on #A599CE background.