COLOR #AEC6CB

HEX: #AEC6CB
RGB: (174,198,203)

Renk bilgisi

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

RGB renk modeli

#AEC6CB color RGB value is (174,198,203).

  • kırmız ton 174;
  • yeşil ton 198;
  • mavi ton 203.
RGB:
(174,198,203)
(68%,78%,80%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 198 of 255 = 78%
B 203 of 255 = 80%

174
198
203

R + G + B ~ 75%. #AEC6CB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 198 + 203 = 575 (100%)
R 174 of 575 ~ 30.26%
G 198 of 575 ~ 34.43%
B 203 of 575 ~ 35.3%

%30.26
%34.43
%35.3

CMYK RENK MODELİ

#AEC6CB rengi CMYK tonu (14,2,0,20).

  • camgöbeği tonu 14.29%
  • eflatun tonu 2.46%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(14,2,0,20)
C14M2Y0K20 
(14%,2%,0%,20%)
(0.14/0.02/0.00/0.20)	

CMYK yüzdeleri

%14.29
%2.46
%0
%20.39

Codes

Color #AEC6CB in popluar color models

AEC6CB
RGB174198203
HSL190°21.80%73.92%
HSB/HSV190°14.29%79.61%
CMYK14.29%2.46%0.00%
20.39%

Color #AEC6CB in popluar number systems.

HEXAEC6CB
Decimal174198203
Binary101011101100011011001011
Octal256306313

Shades and tints

Shades of #AEC6CB

#AEC6CB
(174,198,203)
#9FB4B9
(159,180,185)
#90A2A7
(144,162,167)
#819095
(129,144,149)
#727E83
(114,126,131)
#636C71
(99,108,113)
#545A5F
(84,90,95)
#45484D
(69,72,77)
#36363B
(54,54,59)
#272429
(39,36,41)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #AEC6CB

#AEC6CB
(174,198,203)
#B5CBCF
(181,203,207)
#BCD0D3
(188,208,211)
#C3D5D7
(195,213,215)
#CADADB
(202,218,219)
#D1DFDF
(209,223,223)
#D8E4E3
(216,228,227)
#DFE9E7
(223,233,231)
#E6EEEB
(230,238,235)
#EDF3EF
(237,243,239)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC6CB color. Also use rgb(174,198,203) instead hex code.

Text Font Color

.myTextColor { color: #AEC6CB; }

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

This text font color is #AEC6CB.


Background Color

.myBgColor { background-color: #AEC6CB; }

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

This div background color is #AEC6CB.


Border color

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

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

This div border color is #AEC6CB.


Opacity

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

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

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

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

This text has shadow with #AEC6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC6CB on black background.


Color preview on white background

This text has color #AEC6CB on white background.



Black color preview on #AEC6CB background

This text has black color on #AEC6CB background.


White color preview on #AEC6CB background

This text has white color on #AEC6CB background.