COLOR #A5CEED

HEX: #A5CEED
RGB: (165,206,237)

Renk bilgisi

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

RGB renk modeli

#A5CEED color RGB value is (165,206,237).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 206 of 255 = 81%
B 237 of 255 = 93%

165
206
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 206 + 237 = 608 (100%)
R 165 of 608 ~ 27.14%
G 206 of 608 ~ 33.88%
B 237 of 608 ~ 38.98%

%27.14
%33.88
%38.98

CMYK RENK MODELİ

#A5CEED rengi CMYK tonu (30,13,0,7).

  • camgöbeği tonu 30.38%
  • eflatun tonu 13.08%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(30,13,0,7)
C30M13Y0K7 
(30%,13%,0%,7%)
(0.30/0.13/0.00/0.07)	

CMYK yüzdeleri

%30.38
%13.08
%0
%7.06

Codes

Color #A5CEED in popluar color models

A5CEED
RGB165206237
HSL206°66.67%78.82%
HSB/HSV206°30.38%92.94%
CMYK30.38%13.08%0.00%
7.06%

Color #A5CEED in popluar number systems.

HEXA5CEED
Decimal165206237
Binary101001011100111011101101
Octal245316355

Shades and tints

Shades of #A5CEED

#A5CEED
(165,206,237)
#96BCD8
(150,188,216)
#87AAC3
(135,170,195)
#7898AE
(120,152,174)
#698699
(105,134,153)
#5A7484
(90,116,132)
#4B626F
(75,98,111)
#3C505A
(60,80,90)
#2D3E45
(45,62,69)
#1E2C30
(30,44,48)
#0F1A1B
(15,26,27)
#000000
(0,0,0)

Tints of #A5CEED

#A5CEED
(165,206,237)
#ADD2EE
(173,210,238)
#B5D6EF
(181,214,239)
#BDDAF0
(189,218,240)
#C5DEF1
(197,222,241)
#CDE2F2
(205,226,242)
#D5E6F3
(213,230,243)
#DDEAF4
(221,234,244)
#E5EEF5
(229,238,245)
#EDF2F6
(237,242,246)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CEED; }

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

This text font color is #A5CEED.


Background Color

.myBgColor { background-color: #A5CEED; }

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

This div background color is #A5CEED.


Border color

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

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

This div border color is #A5CEED.


Opacity

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

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

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

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

This text has shadow with #A5CEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CEED on black background.


Color preview on white background

This text has color #A5CEED on white background.



Black color preview on #A5CEED background

This text has black color on #A5CEED background.


White color preview on #A5CEED background

This text has white color on #A5CEED background.