COLOR #ACC7E6

HEX: #ACC7E6
RGB: (172,199,230)

Renk bilgisi

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

RGB renk modeli

#ACC7E6 color RGB value is (172,199,230).

  • kırmız ton 172;
  • yeşil ton 199;
  • mavi ton 230.
RGB:
(172,199,230)
(67%,78%,90%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 199 of 255 = 78%
B 230 of 255 = 90%

172
199
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 199 + 230 = 601 (100%)
R 172 of 601 ~ 28.62%
G 199 of 601 ~ 33.11%
B 230 of 601 ~ 38.27%

%28.62
%33.11
%38.27

CMYK RENK MODELİ

#ACC7E6 rengi CMYK tonu (25,13,0,10).

  • camgöbeği tonu 25.22%
  • eflatun tonu 13.48%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(25,13,0,10)
C25M13Y0K10 
(25%,13%,0%,10%)
(0.25/0.13/0.00/0.10)	

CMYK yüzdeleri

%25.22
%13.48
%0
%9.8

Codes

Color #ACC7E6 in popluar color models

ACC7E6
RGB172199230
HSL212°53.70%78.82%
HSB/HSV212°25.22%90.20%
CMYK25.22%13.48%0.00%
9.80%

Color #ACC7E6 in popluar number systems.

HEXACC7E6
Decimal172199230
Binary101011001100011111100110
Octal254307346

Shades and tints

Shades of #ACC7E6

#ACC7E6
(172,199,230)
#9DB5D2
(157,181,210)
#8EA3BE
(142,163,190)
#7F91AA
(127,145,170)
#707F96
(112,127,150)
#616D82
(97,109,130)
#525B6E
(82,91,110)
#43495A
(67,73,90)
#343746
(52,55,70)
#252532
(37,37,50)
#16131E
(22,19,30)
#000000
(0,0,0)

Tints of #ACC7E6

#ACC7E6
(172,199,230)
#B3CCE8
(179,204,232)
#BAD1EA
(186,209,234)
#C1D6EC
(193,214,236)
#C8DBEE
(200,219,238)
#CFE0F0
(207,224,240)
#D6E5F2
(214,229,242)
#DDEAF4
(221,234,244)
#E4EFF6
(228,239,246)
#EBF4F8
(235,244,248)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC7E6 color. Also use rgb(172,199,230) instead hex code.

Text Font Color

.myTextColor { color: #ACC7E6; }

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

This text font color is #ACC7E6.


Background Color

.myBgColor { background-color: #ACC7E6; }

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

This div background color is #ACC7E6.


Border color

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

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

This div border color is #ACC7E6.


Opacity

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

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

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

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

This text has shadow with #ACC7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC7E6 on black background.


Color preview on white background

This text has color #ACC7E6 on white background.



Black color preview on #ACC7E6 background

This text has black color on #ACC7E6 background.


White color preview on #ACC7E6 background

This text has white color on #ACC7E6 background.