COLOR #AEDBEB

HEX: #AEDBEB
RGB: (174,219,235)

Renk bilgisi

#AEDBEB contains mainly green and blue colors. #AEDBEB ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#AEDBEB color RGB value is (174,219,235).

  • kırmız ton 174;
  • yeşil ton 219;
  • mavi ton 235.
RGB:
(174,219,235)
(68%,86%,92%)

RGB bağlantıları ve doygunluk

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

174
219
235

R + G + B ~ 82%. #AEDBEB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 219 + 235 = 628 (100%)
R 174 of 628 ~ 27.71%
G 219 of 628 ~ 34.87%
B 235 of 628 ~ 37.42%

%27.71
%34.87
%37.42

CMYK RENK MODELİ

#AEDBEB rengi CMYK tonu (26,7,0,8).

  • camgöbeği tonu 25.96%
  • eflatun tonu 6.81%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(26,7,0,8)
C26M7Y0K8 
(26%,7%,0%,8%)
(0.26/0.07/0.00/0.08)	

CMYK yüzdeleri

%25.96
%6.81
%0
%7.84

Codes

Color #AEDBEB in popluar color models

AEDBEB
RGB174219235
HSL196°60.40%80.20%
HSB/HSV196°25.96%92.16%
CMYK25.96%6.81%0.00%
7.84%

Color #AEDBEB in popluar number systems.

HEXAEDBEB
Decimal174219235
Binary101011101101101111101011
Octal256333353

Shades and tints

Shades of #AEDBEB

#AEDBEB
(174,219,235)
#9FC8D6
(159,200,214)
#90B5C1
(144,181,193)
#81A2AC
(129,162,172)
#728F97
(114,143,151)
#637C82
(99,124,130)
#54696D
(84,105,109)
#455658
(69,86,88)
#364343
(54,67,67)
#27302E
(39,48,46)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #AEDBEB

#AEDBEB
(174,219,235)
#B5DEEC
(181,222,236)
#BCE1ED
(188,225,237)
#C3E4EE
(195,228,238)
#CAE7EF
(202,231,239)
#D1EAF0
(209,234,240)
#D8EDF1
(216,237,241)
#DFF0F2
(223,240,242)
#E6F3F3
(230,243,243)
#EDF6F4
(237,246,244)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDBEB; }

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

This text font color is #AEDBEB.


Background Color

.myBgColor { background-color: #AEDBEB; }

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

This div background color is #AEDBEB.


Border color

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

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

This div border color is #AEDBEB.


Opacity

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

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

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

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

This text has shadow with #AEDBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDBEB on black background.


Color preview on white background

This text has color #AEDBEB on white background.



Black color preview on #AEDBEB background

This text has black color on #AEDBEB background.


White color preview on #AEDBEB background

This text has white color on #AEDBEB background.