COLOR #ACC2EB

HEX: #ACC2EB RGB: (172,194,235)

Color info

#ACC2EB contains mainly green and blue colors. Web safe color of #ACC2EB is #99CCFF (or #9CF).

RGB color model

#ACC2EB color RGB value is (172,194,235).

RGB: (172,194,235) (67%, 76%, 92%)

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 235 of 255 = 92%

172
194
235

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

Portions of RGB colors in percentages

R + G + B = 172 + 194 + 235 = 601 (100%)
R 172 of 601 ~ 28.62%
G 194 of 601 ~ 32.28%
B 235 of 601 ~ 39.1'%

%28.62
%32.28
%39.1

CMYK color model

#ACC2EB color CMYK value is (27,17,0,8).

  • cyan value is 26.81%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (27,17,0,8) C27M17Y0K8 (27%,17%,0%,8%) (0.27/0.17/0.00/0.08) 

CMYK percentages

%26.81
%17.45
%0
%7.84

Codes

Color #ACC2EB in popluar color models

AC C2 EB
RGB 172 194 235
HSL 219° 61.17% 79.80%
HSB/HSV 219° 26.81% 92.16%
CMYK 26.81% 17.45% 0.00%
7.84%

Color #ACC2EB in popluar number systems.

HEX AC C2 EB
Decimal 172 194 235
Binary 10101100 11000010 11101011
Octal 254 302 353

Shades and tints

Shades of #ACC2EB

#ACC2EB
(172,194,235)
#9DB1D6
(157,177,214)
#8EA0C1
(142,160,193)
#7F8FAC
(127,143,172)
#707E97
(112,126,151)
#616D82
(97,109,130)
#525C6D
(82,92,109)
#434B58
(67,75,88)
#343A43
(52,58,67)
#25292E
(37,41,46)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #ACC2EB

#ACC2EB
(172,194,235)
#B3C7EC
(179,199,236)
#BACCED
(186,204,237)
#C1D1EE
(193,209,238)
#C8D6EF
(200,214,239)
#CFDBF0
(207,219,240)
#D6E0F1
(214,224,241)
#DDE5F2
(221,229,242)
#E4EAF3
(228,234,243)
#EBEFF4
(235,239,244)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC2EB color. Also use rgb(172,194,235) instead hex code.

Text Font Color

.myTextColor { color: #ACC2EB; }

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

This text font color is #ACC2EB.

Background Color

.myBgColor { background-color: #ACC2EB; }

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

This div background color is #ACC2EB.

Border color

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

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

This div border color is #ACC2EB.

Opacity

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

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

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

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

This text has shadow with #ACC2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC2EB.

Preview

Color preview on black background

This text has color #ACC2EB on black background.


Color preview on white background

This text has color #ACC2EB on white background.


Black color preview on #ACC2EB background

This text has black color on #ACC2EB background.


White color preview on #ACC2EB background

This text has white color on #ACC2EB background.


Related colors

Complementary color

Complementary color for #hex is #533D14.


I love getcolorcode.com

Triadic colors

1 #EBACC2 and #C2EBAC with #ACC2EB are triadic colors.

2 #EBC2AC and #C2ACEB with #ACC2EB are triadic colors.