COLOR #ABC4E6

HEX: #ABC4E6
RGB: (171,196,230)

Renk bilgisi

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

RGB renk modeli

#ABC4E6 color RGB value is (171,196,230).

  • kırmız ton 171;
  • yeşil ton 196;
  • mavi ton 230.
RGB:
(171,196,230)
(67%,77%,90%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 196 of 255 = 77%
B 230 of 255 = 90%

171
196
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 196 + 230 = 597 (100%)
R 171 of 597 ~ 28.64%
G 196 of 597 ~ 32.83%
B 230 of 597 ~ 38.53%

%28.64
%32.83
%38.53

CMYK RENK MODELİ

#ABC4E6 rengi CMYK tonu (26,15,0,10).

  • camgöbeği tonu 25.65%
  • eflatun tonu 14.78%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(26,15,0,10)
C26M15Y0K10 
(26%,15%,0%,10%)
(0.26/0.15/0.00/0.10)	

CMYK yüzdeleri

%25.65
%14.78
%0
%9.8

Codes

Color #ABC4E6 in popluar color models

ABC4E6
RGB171196230
HSL215°54.13%78.63%
HSB/HSV215°25.65%90.20%
CMYK25.65%14.78%0.00%
9.80%

Color #ABC4E6 in popluar number systems.

HEXABC4E6
Decimal171196230
Binary101010111100010011100110
Octal253304346

Shades and tints

Shades of #ABC4E6

#ABC4E6
(171,196,230)
#9CB3D2
(156,179,210)
#8DA2BE
(141,162,190)
#7E91AA
(126,145,170)
#6F8096
(111,128,150)
#606F82
(96,111,130)
#515E6E
(81,94,110)
#424D5A
(66,77,90)
#333C46
(51,60,70)
#242B32
(36,43,50)
#151A1E
(21,26,30)
#000000
(0,0,0)

Tints of #ABC4E6

#ABC4E6
(171,196,230)
#B2C9E8
(178,201,232)
#B9CEEA
(185,206,234)
#C0D3EC
(192,211,236)
#C7D8EE
(199,216,238)
#CEDDF0
(206,221,240)
#D5E2F2
(213,226,242)
#DCE7F4
(220,231,244)
#E3ECF6
(227,236,246)
#EAF1F8
(234,241,248)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC4E6 color. Also use rgb(171,196,230) instead hex code.

Text Font Color

.myTextColor { color: #ABC4E6; }

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

This text font color is #ABC4E6.


Background Color

.myBgColor { background-color: #ABC4E6; }

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

This div background color is #ABC4E6.


Border color

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

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

This div border color is #ABC4E6.


Opacity

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

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

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

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

This text has shadow with #ABC4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC4E6 on black background.


Color preview on white background

This text has color #ABC4E6 on white background.



Black color preview on #ABC4E6 background

This text has black color on #ABC4E6 background.


White color preview on #ABC4E6 background

This text has white color on #ABC4E6 background.