COLOR #AEC5CC

HEX: #AEC5CC
RGB: (174,197,204)

Renk bilgisi

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

RGB renk modeli

#AEC5CC color RGB value is (174,197,204).

  • kırmız ton 174;
  • yeşil ton 197;
  • mavi ton 204.
RGB:
(174,197,204)
(68%,77%,80%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 197 of 255 = 77%
B 204 of 255 = 80%

174
197
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 197 + 204 = 575 (100%)
R 174 of 575 ~ 30.26%
G 197 of 575 ~ 34.26%
B 204 of 575 ~ 35.48%

%30.26
%34.26
%35.48

CMYK RENK MODELİ

#AEC5CC rengi CMYK tonu (15,3,0,20).

  • camgöbeği tonu 14.71%
  • eflatun tonu 3.43%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(15,3,0,20)
C15M3Y0K20 
(15%,3%,0%,20%)
(0.15/0.03/0.00/0.20)	

CMYK yüzdeleri

%14.71
%3.43
%0
%20

Codes

Color #AEC5CC in popluar color models

AEC5CC
RGB174197204
HSL194°22.73%74.12%
HSB/HSV194°14.71%80.00%
CMYK14.71%3.43%0.00%
20.00%

Color #AEC5CC in popluar number systems.

HEXAEC5CC
Decimal174197204
Binary101011101100010111001100
Octal256305314

Shades and tints

Shades of #AEC5CC

#AEC5CC
(174,197,204)
#9FB4BA
(159,180,186)
#90A3A8
(144,163,168)
#819296
(129,146,150)
#728184
(114,129,132)
#637072
(99,112,114)
#545F60
(84,95,96)
#454E4E
(69,78,78)
#363D3C
(54,61,60)
#272C2A
(39,44,42)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #AEC5CC

#AEC5CC
(174,197,204)
#B5CAD0
(181,202,208)
#BCCFD4
(188,207,212)
#C3D4D8
(195,212,216)
#CAD9DC
(202,217,220)
#D1DEE0
(209,222,224)
#D8E3E4
(216,227,228)
#DFE8E8
(223,232,232)
#E6EDEC
(230,237,236)
#EDF2F0
(237,242,240)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC5CC color. Also use rgb(174,197,204) instead hex code.

Text Font Color

.myTextColor { color: #AEC5CC; }

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

This text font color is #AEC5CC.


Background Color

.myBgColor { background-color: #AEC5CC; }

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

This div background color is #AEC5CC.


Border color

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

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

This div border color is #AEC5CC.


Opacity

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

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

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

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

This text has shadow with #AEC5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC5CC on black background.


Color preview on white background

This text has color #AEC5CC on white background.



Black color preview on #AEC5CC background

This text has black color on #AEC5CC background.


White color preview on #AEC5CC background

This text has white color on #AEC5CC background.