COLOR #AEC0BB

HEX: #AEC0BB
RGB: (174,192,187)

Renk bilgisi

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

RGB renk modeli

#AEC0BB color RGB value is (174,192,187).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 192 of 255 = 75%
B 187 of 255 = 73%

174
192
187

R + G + B ~ 72%. #AEC0BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 192 + 187 = 553 (100%)
R 174 of 553 ~ 31.46%
G 192 of 553 ~ 34.72%
B 187 of 553 ~ 33.82%

%31.46
%34.72
%33.82

CMYK RENK MODELİ

#AEC0BB rengi CMYK tonu (9,0,3,25).

  • camgöbeği tonu 9.38%
  • eflatun tonu 0.00%
  • sarı tonu 2.60%
  • ana renk tonu 24.71%
CMYK:
(9,0,3,25)
C9M0Y3K25 
(9%,0%,3%,25%)
(0.09/0.00/0.03/0.25)	

CMYK yüzdeleri

%9.38
%0
%2.6
%24.71

Codes

Color #AEC0BB in popluar color models

AEC0BB
RGB174192187
HSL163°12.50%71.76%
HSB/HSV163°9.38%75.29%
CMYK9.38%0.00%2.60%
24.71%

Color #AEC0BB in popluar number systems.

HEXAEC0BB
Decimal174192187
Binary101011101100000010111011
Octal256300273

Shades and tints

Shades of #AEC0BB

#AEC0BB
(174,192,187)
#9FAFAA
(159,175,170)
#909E99
(144,158,153)
#818D88
(129,141,136)
#727C77
(114,124,119)
#636B66
(99,107,102)
#545A55
(84,90,85)
#454944
(69,73,68)
#363833
(54,56,51)
#272722
(39,39,34)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #AEC0BB

#AEC0BB
(174,192,187)
#B5C5C1
(181,197,193)
#BCCAC7
(188,202,199)
#C3CFCD
(195,207,205)
#CAD4D3
(202,212,211)
#D1D9D9
(209,217,217)
#D8DEDF
(216,222,223)
#DFE3E5
(223,227,229)
#E6E8EB
(230,232,235)
#EDEDF1
(237,237,241)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC0BB; }

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

This text font color is #AEC0BB.


Background Color

.myBgColor { background-color: #AEC0BB; }

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

This div background color is #AEC0BB.


Border color

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

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

This div border color is #AEC0BB.


Opacity

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

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

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

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

This text has shadow with #AEC0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC0BB on black background.


Color preview on white background

This text has color #AEC0BB on white background.



Black color preview on #AEC0BB background

This text has black color on #AEC0BB background.


White color preview on #AEC0BB background

This text has white color on #AEC0BB background.