COLOR #AE99BD

HEX: #AE99BD
RGB: (174,153,189)

Renk bilgisi

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

RGB renk modeli

#AE99BD color RGB value is (174,153,189).

  • kırmız ton 174;
  • yeşil ton 153;
  • mavi ton 189.
RGB:
(174,153,189)
(68%,60%,74%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 153 of 255 = 60%
B 189 of 255 = 74%

174
153
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 153 + 189 = 516 (100%)
R 174 of 516 ~ 33.72%
G 153 of 516 ~ 29.65%
B 189 of 516 ~ 36.63%

%33.72
%29.65
%36.63

CMYK RENK MODELİ

#AE99BD rengi CMYK tonu (8,19,0,26).

  • camgöbeği tonu 7.94%
  • eflatun tonu 19.05%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(8,19,0,26)
C8M19Y0K26 
(8%,19%,0%,26%)
(0.08/0.19/0.00/0.26)	

CMYK yüzdeleri

%7.94
%19.05
%0
%25.88

Codes

Color #AE99BD in popluar color models

AE99BD
RGB174153189
HSL275°21.43%67.06%
HSB/HSV275°19.05%74.12%
CMYK7.94%19.05%0.00%
25.88%

Color #AE99BD in popluar number systems.

HEXAE99BD
Decimal174153189
Binary101011101001100110111101
Octal256231275

Shades and tints

Shades of #AE99BD

#AE99BD
(174,153,189)
#9F8CAC
(159,140,172)
#907F9B
(144,127,155)
#81728A
(129,114,138)
#726579
(114,101,121)
#635868
(99,88,104)
#544B57
(84,75,87)
#453E46
(69,62,70)
#363135
(54,49,53)
#272424
(39,36,36)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #AE99BD

#AE99BD
(174,153,189)
#B5A2C3
(181,162,195)
#BCABC9
(188,171,201)
#C3B4CF
(195,180,207)
#CABDD5
(202,189,213)
#D1C6DB
(209,198,219)
#D8CFE1
(216,207,225)
#DFD8E7
(223,216,231)
#E6E1ED
(230,225,237)
#EDEAF3
(237,234,243)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE99BD color. Also use rgb(174,153,189) instead hex code.

Text Font Color

.myTextColor { color: #AE99BD; }

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

This text font color is #AE99BD.


Background Color

.myBgColor { background-color: #AE99BD; }

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

This div background color is #AE99BD.


Border color

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

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

This div border color is #AE99BD.


Opacity

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

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

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

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

This text has shadow with #AE99BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE99BD on black background.


Color preview on white background

This text has color #AE99BD on white background.



Black color preview on #AE99BD background

This text has black color on #AE99BD background.


White color preview on #AE99BD background

This text has white color on #AE99BD background.