COLOR #AEEBEB

HEX: #AEEBEB
RGB: (174,235,235)

Color info

#AEEBEB contains mainly green and blue colors. Web safe color of #AEEBEB is #99FFFF (or #9FF).

RGB color model

#AEEBEB color RGB value is (174,235,235).

  • red value is 174;
  • green value is 235;
  • blue value is 235.
RGB:
(174,235,235)
(68%,92%,92%)

RGB channels and saturation

R 174 of 255 = 68%
G 235 of 255 = 92%
B 235 of 255 = 92%

174
235
235

R + G + B ~ 84%. #AEEBEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 235 + 235 = 644 (100%)
R 174 of 644 ~ 27.02%
G 235 of 644 ~ 36.49%
B 235 of 644 ~ 36.49%

%27.02
%36.49
%36.49

CMYK color model

#AEEBEB color CMYK value is (26,0,0,8).

  • cyan value is 25.96%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(26,0,0,8)
C26M0Y0K8 
(26%,0%,0%,8%)
(0.26/0.00/0.00/0.08)	

CMYK percentages

%25.96
%0
%0
%7.84

Codes

Color #AEEBEB in popluar color models

AEEBEB
RGB174235235
HSL180°60.40%80.20%
HSB/HSV180°25.96%92.16%
CMYK25.96%0.00%0.00%
7.84%

Color #AEEBEB in popluar number systems.

HEXAEEBEB
Decimal174235235
Binary101011101110101111101011
Octal256353353

Shades and tints

Shades of #AEEBEB

#AEEBEB
(174,235,235)
#9FD6D6
(159,214,214)
#90C1C1
(144,193,193)
#81ACAC
(129,172,172)
#729797
(114,151,151)
#638282
(99,130,130)
#546D6D
(84,109,109)
#455858
(69,88,88)
#364343
(54,67,67)
#272E2E
(39,46,46)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #AEEBEB

#AEEBEB
(174,235,235)
#B5ECEC
(181,236,236)
#BCEDED
(188,237,237)
#C3EEEE
(195,238,238)
#CAEFEF
(202,239,239)
#D1F0F0
(209,240,240)
#D8F1F1
(216,241,241)
#DFF2F2
(223,242,242)
#E6F3F3
(230,243,243)
#EDF4F4
(237,244,244)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEBEB; }

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

This text font color is #AEEBEB.


Background Color

.myBgColor { background-color: #AEEBEB; }

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

This div background color is #AEEBEB.


Border color

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

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

This div border color is #AEEBEB.


Opacity

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

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

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

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

This text has shadow with #AEEBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEBEB on black background.


Color preview on white background

This text has color #AEEBEB on white background.



Black color preview on #AEEBEB background

This text has black color on #AEEBEB background.


White color preview on #AEEBEB background

This text has white color on #AEEBEB background.