COLOR #AEBCC7

HEX: #AEBCC7
RGB: (174,188,199)

Renk bilgisi

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

RGB renk modeli

#AEBCC7 color RGB value is (174,188,199).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 188 of 255 = 74%
B 199 of 255 = 78%

174
188
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 188 + 199 = 561 (100%)
R 174 of 561 ~ 31.02%
G 188 of 561 ~ 33.51%
B 199 of 561 ~ 35.47%

%31.02
%33.51
%35.47

CMYK RENK MODELİ

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

  • camgöbeği tonu 12.56%
  • eflatun tonu 5.53%
  • 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
%5.53
%0
%21.96

Codes

Color #AEBCC7 in popluar color models

AEBCC7
RGB174188199
HSL206°18.25%73.14%
HSB/HSV206°12.56%78.04%
CMYK12.56%5.53%0.00%
21.96%

Color #AEBCC7 in popluar number systems.

HEXAEBCC7
Decimal174188199
Binary101011101011110011000111
Octal256274307

Shades and tints

Shades of #AEBCC7

#AEBCC7
(174,188,199)
#9FABB5
(159,171,181)
#909AA3
(144,154,163)
#818991
(129,137,145)
#72787F
(114,120,127)
#63676D
(99,103,109)
#54565B
(84,86,91)
#454549
(69,69,73)
#363437
(54,52,55)
#272325
(39,35,37)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #AEBCC7

#AEBCC7
(174,188,199)
#B5C2CC
(181,194,204)
#BCC8D1
(188,200,209)
#C3CED6
(195,206,214)
#CAD4DB
(202,212,219)
#D1DAE0
(209,218,224)
#D8E0E5
(216,224,229)
#DFE6EA
(223,230,234)
#E6ECEF
(230,236,239)
#EDF2F4
(237,242,244)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCC7; }

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

This text font color is #AEBCC7.


Background Color

.myBgColor { background-color: #AEBCC7; }

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

This div background color is #AEBCC7.


Border color

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

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

This div border color is #AEBCC7.


Opacity

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

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

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

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

This text has shadow with #AEBCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBCC7 on black background.


Color preview on white background

This text has color #AEBCC7 on white background.



Black color preview on #AEBCC7 background

This text has black color on #AEBCC7 background.


White color preview on #AEBCC7 background

This text has white color on #AEBCC7 background.