COLOR #AEE7CC

HEX: #AEE7CC
RGB: (174,231,204)

Renk bilgisi

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

RGB renk modeli

#AEE7CC color RGB value is (174,231,204).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 231 of 255 = 91%
B 204 of 255 = 80%

174
231
204

R + G + B ~ 80%. #AEE7CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 231 + 204 = 609 (100%)
R 174 of 609 ~ 28.57%
G 231 of 609 ~ 37.93%
B 204 of 609 ~ 33.5%

%28.57
%37.93
%33.5

CMYK RENK MODELİ

#AEE7CC rengi CMYK tonu (25,0,12,9).

  • camgöbeği tonu 24.68%
  • eflatun tonu 0.00%
  • sarı tonu 11.69%
  • ana renk tonu 9.41%
CMYK:
(25,0,12,9)
C25M0Y12K9 
(25%,0%,12%,9%)
(0.25/0.00/0.12/0.09)	

CMYK yüzdeleri

%24.68
%0
%11.69
%9.41

Codes

Color #AEE7CC in popluar color models

AEE7CC
RGB174231204
HSL152°54.29%79.41%
HSB/HSV152°24.68%90.59%
CMYK24.68%0.00%11.69%
9.41%

Color #AEE7CC in popluar number systems.

HEXAEE7CC
Decimal174231204
Binary101011101110011111001100
Octal256347314

Shades and tints

Shades of #AEE7CC

#AEE7CC
(174,231,204)
#9FD2BA
(159,210,186)
#90BDA8
(144,189,168)
#81A896
(129,168,150)
#729384
(114,147,132)
#637E72
(99,126,114)
#546960
(84,105,96)
#45544E
(69,84,78)
#363F3C
(54,63,60)
#272A2A
(39,42,42)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #AEE7CC

#AEE7CC
(174,231,204)
#B5E9D0
(181,233,208)
#BCEBD4
(188,235,212)
#C3EDD8
(195,237,216)
#CAEFDC
(202,239,220)
#D1F1E0
(209,241,224)
#D8F3E4
(216,243,228)
#DFF5E8
(223,245,232)
#E6F7EC
(230,247,236)
#EDF9F0
(237,249,240)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE7CC; }

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

This text font color is #AEE7CC.


Background Color

.myBgColor { background-color: #AEE7CC; }

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

This div background color is #AEE7CC.


Border color

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

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

This div border color is #AEE7CC.


Opacity

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

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

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

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

This text has shadow with #AEE7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE7CC on black background.


Color preview on white background

This text has color #AEE7CC on white background.



Black color preview on #AEE7CC background

This text has black color on #AEE7CC background.


White color preview on #AEE7CC background

This text has white color on #AEE7CC background.