COLOR #AF90C0

HEX: #AF90C0
RGB: (175,144,192)

Renk bilgisi

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

RGB renk modeli

#AF90C0 color RGB value is (175,144,192).

  • kırmız ton 175;
  • yeşil ton 144;
  • mavi ton 192.
RGB:
(175,144,192)
(69%,56%,75%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 144 of 255 = 56%
B 192 of 255 = 75%

175
144
192

R + G + B ~ 67%. #AF90C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 144 + 192 = 511 (100%)
R 175 of 511 ~ 34.25%
G 144 of 511 ~ 28.18%
B 192 of 511 ~ 37.57%

%34.25
%28.18
%37.57

CMYK RENK MODELİ

#AF90C0 rengi CMYK tonu (9,25,0,25).

  • camgöbeği tonu 8.85%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(9,25,0,25)
C9M25Y0K25 
(9%,25%,0%,25%)
(0.09/0.25/0.00/0.25)	

CMYK yüzdeleri

%8.85
%25
%0
%24.71

Codes

Color #AF90C0 in popluar color models

AF90C0
RGB175144192
HSL279°27.59%65.88%
HSB/HSV279°25.00%75.29%
CMYK8.85%25.00%0.00%
24.71%

Color #AF90C0 in popluar number systems.

HEXAF90C0
Decimal175144192
Binary101011111001000011000000
Octal257220300

Shades and tints

Shades of #AF90C0

#AF90C0
(175,144,192)
#A083AF
(160,131,175)
#91769E
(145,118,158)
#82698D
(130,105,141)
#735C7C
(115,92,124)
#644F6B
(100,79,107)
#55425A
(85,66,90)
#463549
(70,53,73)
#372838
(55,40,56)
#281B27
(40,27,39)
#190E16
(25,14,22)
#000000
(0,0,0)

Tints of #AF90C0

#AF90C0
(175,144,192)
#B69AC5
(182,154,197)
#BDA4CA
(189,164,202)
#C4AECF
(196,174,207)
#CBB8D4
(203,184,212)
#D2C2D9
(210,194,217)
#D9CCDE
(217,204,222)
#E0D6E3
(224,214,227)
#E7E0E8
(231,224,232)
#EEEAED
(238,234,237)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF90C0 color. Also use rgb(175,144,192) instead hex code.

Text Font Color

.myTextColor { color: #AF90C0; }

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

This text font color is #AF90C0.


Background Color

.myBgColor { background-color: #AF90C0; }

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

This div background color is #AF90C0.


Border color

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

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

This div border color is #AF90C0.


Opacity

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

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

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

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

This text has shadow with #AF90C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF90C0 on black background.


Color preview on white background

This text has color #AF90C0 on white background.



Black color preview on #AF90C0 background

This text has black color on #AF90C0 background.


White color preview on #AF90C0 background

This text has white color on #AF90C0 background.