COLOR #AF88BD

HEX: #AF88BD
RGB: (175,136,189)

Renk bilgisi

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

RGB renk modeli

#AF88BD color RGB value is (175,136,189).

  • kırmız ton 175;
  • yeşil ton 136;
  • mavi ton 189.
RGB:
(175,136,189)
(69%,53%,74%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 136 of 255 = 53%
B 189 of 255 = 74%

175
136
189

R + G + B ~ 65%. #AF88BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 136 + 189 = 500 (100%)
R 175 of 500 ~ 35%
G 136 of 500 ~ 27.2%
B 189 of 500 ~ 37.8%

%35
%27.2
%37.8

CMYK RENK MODELİ

#AF88BD rengi CMYK tonu (7,28,0,26).

  • camgöbeği tonu 7.41%
  • eflatun tonu 28.04%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(7,28,0,26)
C7M28Y0K26 
(7%,28%,0%,26%)
(0.07/0.28/0.00/0.26)	

CMYK yüzdeleri

%7.41
%28.04
%0
%25.88

Codes

Color #AF88BD in popluar color models

AF88BD
RGB175136189
HSL284°28.65%63.73%
HSB/HSV284°28.04%74.12%
CMYK7.41%28.04%0.00%
25.88%

Color #AF88BD in popluar number systems.

HEXAF88BD
Decimal175136189
Binary101011111000100010111101
Octal257210275

Shades and tints

Shades of #AF88BD

#AF88BD
(175,136,189)
#A07CAC
(160,124,172)
#91709B
(145,112,155)
#82648A
(130,100,138)
#735879
(115,88,121)
#644C68
(100,76,104)
#554057
(85,64,87)
#463446
(70,52,70)
#372835
(55,40,53)
#281C24
(40,28,36)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #AF88BD

#AF88BD
(175,136,189)
#B692C3
(182,146,195)
#BD9CC9
(189,156,201)
#C4A6CF
(196,166,207)
#CBB0D5
(203,176,213)
#D2BADB
(210,186,219)
#D9C4E1
(217,196,225)
#E0CEE7
(224,206,231)
#E7D8ED
(231,216,237)
#EEE2F3
(238,226,243)
#F5ECF9
(245,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF88BD color. Also use rgb(175,136,189) instead hex code.

Text Font Color

.myTextColor { color: #AF88BD; }

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

This text font color is #AF88BD.


Background Color

.myBgColor { background-color: #AF88BD; }

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

This div background color is #AF88BD.


Border color

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

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

This div border color is #AF88BD.


Opacity

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

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

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

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

This text has shadow with #AF88BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF88BD on black background.


Color preview on white background

This text has color #AF88BD on white background.



Black color preview on #AF88BD background

This text has black color on #AF88BD background.


White color preview on #AF88BD background

This text has white color on #AF88BD background.