COLOR #AE82BB

HEX: #AE82BB
RGB: (174,130,187)

Renk bilgisi

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

RGB renk modeli

#AE82BB color RGB value is (174,130,187).

  • kırmız ton 174;
  • yeşil ton 130;
  • mavi ton 187.
RGB:
(174,130,187)
(68%,51%,73%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 130 of 255 = 51%
B 187 of 255 = 73%

174
130
187

R + G + B ~ 64%. #AE82BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 130 + 187 = 491 (100%)
R 174 of 491 ~ 35.44%
G 130 of 491 ~ 26.48%
B 187 of 491 ~ 38.09%

%35.44
%26.48
%38.09

CMYK RENK MODELİ

#AE82BB rengi CMYK tonu (7,30,0,27).

  • camgöbeği tonu 6.95%
  • eflatun tonu 30.48%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(7,30,0,27)
C7M30Y0K27 
(7%,30%,0%,27%)
(0.07/0.30/0.00/0.27)	

CMYK yüzdeleri

%6.95
%30.48
%0
%26.67

Codes

Color #AE82BB in popluar color models

AE82BB
RGB174130187
HSL286°29.53%62.16%
HSB/HSV286°30.48%73.33%
CMYK6.95%30.48%0.00%
26.67%

Color #AE82BB in popluar number systems.

HEXAE82BB
Decimal174130187
Binary101011101000001010111011
Octal256202273

Shades and tints

Shades of #AE82BB

#AE82BB
(174,130,187)
#9F77AA
(159,119,170)
#906C99
(144,108,153)
#816188
(129,97,136)
#725677
(114,86,119)
#634B66
(99,75,102)
#544055
(84,64,85)
#453544
(69,53,68)
#362A33
(54,42,51)
#271F22
(39,31,34)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #AE82BB

#AE82BB
(174,130,187)
#B58DC1
(181,141,193)
#BC98C7
(188,152,199)
#C3A3CD
(195,163,205)
#CAAED3
(202,174,211)
#D1B9D9
(209,185,217)
#D8C4DF
(216,196,223)
#DFCFE5
(223,207,229)
#E6DAEB
(230,218,235)
#EDE5F1
(237,229,241)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE82BB color. Also use rgb(174,130,187) instead hex code.

Text Font Color

.myTextColor { color: #AE82BB; }

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

This text font color is #AE82BB.


Background Color

.myBgColor { background-color: #AE82BB; }

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

This div background color is #AE82BB.


Border color

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

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

This div border color is #AE82BB.


Opacity

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

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

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

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

This text has shadow with #AE82BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE82BB on black background.


Color preview on white background

This text has color #AE82BB on white background.



Black color preview on #AE82BB background

This text has black color on #AE82BB background.


White color preview on #AE82BB background

This text has white color on #AE82BB background.