COLOR #A5CEE2

HEX: #A5CEE2
RGB: (165,206,226)

Renk bilgisi

#A5CEE2 contains mainly green and blue colors. #A5CEE2 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A5CEE2 color RGB value is (165,206,226).

  • kırmız ton 165;
  • yeşil ton 206;
  • mavi ton 226.
RGB:
(165,206,226)
(65%,81%,89%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 206 of 255 = 81%
B 226 of 255 = 89%

165
206
226

R + G + B ~ 78%. #A5CEE2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 206 + 226 = 597 (100%)
R 165 of 597 ~ 27.64%
G 206 of 597 ~ 34.51%
B 226 of 597 ~ 37.86%

%27.64
%34.51
%37.86

CMYK RENK MODELİ

#A5CEE2 rengi CMYK tonu (27,9,0,11).

  • camgöbeği tonu 26.99%
  • eflatun tonu 8.85%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(27,9,0,11)
C27M9Y0K11 
(27%,9%,0%,11%)
(0.27/0.09/0.00/0.11)	

CMYK yüzdeleri

%26.99
%8.85
%0
%11.37

Codes

Color #A5CEE2 in popluar color models

A5CEE2
RGB165206226
HSL200°51.26%76.67%
HSB/HSV200°26.99%88.63%
CMYK26.99%8.85%0.00%
11.37%

Color #A5CEE2 in popluar number systems.

HEXA5CEE2
Decimal165206226
Binary101001011100111011100010
Octal245316342

Shades and tints

Shades of #A5CEE2

#A5CEE2
(165,206,226)
#96BCCE
(150,188,206)
#87AABA
(135,170,186)
#7898A6
(120,152,166)
#698692
(105,134,146)
#5A747E
(90,116,126)
#4B626A
(75,98,106)
#3C5056
(60,80,86)
#2D3E42
(45,62,66)
#1E2C2E
(30,44,46)
#0F1A1A
(15,26,26)
#000000
(0,0,0)

Tints of #A5CEE2

#A5CEE2
(165,206,226)
#ADD2E4
(173,210,228)
#B5D6E6
(181,214,230)
#BDDAE8
(189,218,232)
#C5DEEA
(197,222,234)
#CDE2EC
(205,226,236)
#D5E6EE
(213,230,238)
#DDEAF0
(221,234,240)
#E5EEF2
(229,238,242)
#EDF2F4
(237,242,244)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CEE2 color. Also use rgb(165,206,226) instead hex code.

Text Font Color

.myTextColor { color: #A5CEE2; }

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

This text font color is #A5CEE2.


Background Color

.myBgColor { background-color: #A5CEE2; }

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

This div background color is #A5CEE2.


Border color

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

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

This div border color is #A5CEE2.


Opacity

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

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

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

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

This text has shadow with #A5CEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CEE2 on black background.


Color preview on white background

This text has color #A5CEE2 on white background.



Black color preview on #A5CEE2 background

This text has black color on #A5CEE2 background.


White color preview on #A5CEE2 background

This text has white color on #A5CEE2 background.