COLOR #9ACBE2

HEX: #9ACBE2 RGB: (154,203,226)

Color info

#9ACBE2 contains mainly green and blue colors. Web safe color of #9ACBE2 is #99CCCC (or #9CC).

RGB color model

#9ACBE2 color RGB value is (154,203,226).

RGB: (154,203,226) (60%, 80%, 89%)

RGB channels and saturation

R 154 of 255 = 60%
G 203 of 255 = 80%
B 226 of 255 = 89%

154
203
226

R + G + B ~ 76%. #9ACBE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 203 + 226 = 583 (100%)
R 154 of 583 ~ 26.42%
G 203 of 583 ~ 34.82%
B 226 of 583 ~ 38.77'%

%26.42
%34.82
%38.77

CMYK color model

#9ACBE2 color CMYK value is (32,10,0,11).

  • cyan value is 31.86%
  • magenta value is 10.18%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (32,10,0,11)
C32M10Y0K11 (32%, 10%, 0%, 11%)
(0.32 / 0.10 / 0.00 / 0.11)

CMYK percentages

%31.86
%10.18
%0
%11.37

Codes

Color #9ACBE2 in popluar color models

9A CB E2
RGB 154 203 226
HSL 199° 55.38% 74.51%
HSB/HSV 199° 31.86% 88.63%
CMYK 31.86% 10.18% 0.00%
11.37%

Color #9ACBE2 in popluar number systems.

HEX 9A CB E2
Decimal 154 203 226
Binary 10011010 11001011 11100010
Octal 232 313 342

Shades and tints

Shades of #9ACBE2

#9ACBE2
(154,203,226)
#8CB9CE
(140,185,206)
#7EA7BA
(126,167,186)
#7095A6
(112,149,166)
#628392
(98,131,146)
#54717E
(84,113,126)
#465F6A
(70,95,106)
#384D56
(56,77,86)
#2A3B42
(42,59,66)
#1C292E
(28,41,46)
#0E171A
(14,23,26)
#000000
(0,0,0)

Tints of #9ACBE2

#9ACBE2
(154,203,226)
#A3CFE4
(163,207,228)
#ACD3E6
(172,211,230)
#B5D7E8
(181,215,232)
#BEDBEA
(190,219,234)
#C7DFEC
(199,223,236)
#D0E3EE
(208,227,238)
#D9E7F0
(217,231,240)
#E2EBF2
(226,235,242)
#EBEFF4
(235,239,244)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACBE2 color. Also use rgb(154,203,226) instead hex code.

Text Font Color

.myTextColor { color: #9ACBE2; }

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

This text font color is #9ACBE2.

Background Color

.myBgColor { background-color: #9ACBE2; }

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

This div background color is #9ACBE2.

Border color

.myBorderColor { border: 1px solid #9ACBE2; }

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

This div border color is #9ACBE2.

Opacity

.myOpacity80 { color: #9ACBE2; opacity: 0.8; }

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

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

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

This text has shadow with #9ACBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ACBE2.

Preview

Color preview on black background

This text has color #9ACBE2 on black background.


Color preview on white background

This text has color #9ACBE2 on white background.


Black color preview on #9ACBE2 background

This text has black color on #9ACBE2 background.


White color preview on #9ACBE2 background

This text has white color on #9ACBE2 background.


Related colors

Complementary color

Complementary color for #hex is #65341D.


I love getcolorcode.com

Triadic colors

1 #E29ACB and #CBE29A with #9ACBE2 are triadic colors.

2 #E2CB9A and #CB9AE2 with #9ACBE2 are triadic colors.