COLOR #AEBBC7

HEX: #AEBBC7
RGB: (174,187,199)

Renk bilgisi

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

RGB renk modeli

#AEBBC7 color RGB value is (174,187,199).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 187 of 255 = 73%
B 199 of 255 = 78%

174
187
199

R + G + B ~ 73%. #AEBBC7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 187 + 199 = 560 (100%)
R 174 of 560 ~ 31.07%
G 187 of 560 ~ 33.39%
B 199 of 560 ~ 35.54%

%31.07
%33.39
%35.54

CMYK RENK MODELİ

#AEBBC7 rengi CMYK tonu (13,6,0,22).

  • camgöbeği tonu 12.56%
  • eflatun tonu 6.03%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(13,6,0,22)
C13M6Y0K22 
(13%,6%,0%,22%)
(0.13/0.06/0.00/0.22)	

CMYK yüzdeleri

%12.56
%6.03
%0
%21.96

Codes

Color #AEBBC7 in popluar color models

AEBBC7
RGB174187199
HSL209°18.25%73.14%
HSB/HSV209°12.56%78.04%
CMYK12.56%6.03%0.00%
21.96%

Color #AEBBC7 in popluar number systems.

HEXAEBBC7
Decimal174187199
Binary101011101011101111000111
Octal256273307

Shades and tints

Shades of #AEBBC7

#AEBBC7
(174,187,199)
#9FAAB5
(159,170,181)
#9099A3
(144,153,163)
#818891
(129,136,145)
#72777F
(114,119,127)
#63666D
(99,102,109)
#54555B
(84,85,91)
#454449
(69,68,73)
#363337
(54,51,55)
#272225
(39,34,37)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #AEBBC7

#AEBBC7
(174,187,199)
#B5C1CC
(181,193,204)
#BCC7D1
(188,199,209)
#C3CDD6
(195,205,214)
#CAD3DB
(202,211,219)
#D1D9E0
(209,217,224)
#D8DFE5
(216,223,229)
#DFE5EA
(223,229,234)
#E6EBEF
(230,235,239)
#EDF1F4
(237,241,244)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBBC7; }

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

This text font color is #AEBBC7.


Background Color

.myBgColor { background-color: #AEBBC7; }

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

This div background color is #AEBBC7.


Border color

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

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

This div border color is #AEBBC7.


Opacity

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

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

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

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

This text has shadow with #AEBBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBBC7 on black background.


Color preview on white background

This text has color #AEBBC7 on white background.



Black color preview on #AEBBC7 background

This text has black color on #AEBBC7 background.


White color preview on #AEBBC7 background

This text has white color on #AEBBC7 background.