COLOR #A0BEC2

HEX: #A0BEC2 RGB: (160,190,194)

Color info

#A0BEC2 contains red, green and blue colors in about the same proportion. Web safe color of #A0BEC2 is #99CCCC (or #9CC).

RGB color model

#A0BEC2 color RGB value is (160,190,194).

RGB: (160,190,194) (63%, 75%, 76%)

RGB channels and saturation

R 160 of 255 = 63%
G 190 of 255 = 75%
B 194 of 255 = 76%

160
190
194

R + G + B ~ 71%. #A0BEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 190 + 194 = 544 (100%)
R 160 of 544 ~ 29.41%
G 190 of 544 ~ 34.93%
B 194 of 544 ~ 35.66'%

%29.41
%34.93
%35.66

CMYK color model

#A0BEC2 color CMYK value is (18,2,0,24).

  • cyan value is 17.53%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (18,2,0,24) C18M2Y0K24 (18%,2%,0%,24%) (0.18/0.02/0.00/0.24) 

CMYK percentages

%17.53
%2.06
%0
%23.92

Codes

Color #A0BEC2 in popluar color models

A0 BE C2
RGB 160 190 194
HSL 187° 21.79% 69.41%
HSB/HSV 187° 17.53% 76.08%
CMYK 17.53% 2.06% 0.00%
23.92%

Color #A0BEC2 in popluar number systems.

HEX A0 BE C2
Decimal 160 190 194
Binary 10100000 10111110 11000010
Octal 240 276 302

Shades and tints

Shades of #A0BEC2

#A0BEC2
(160,190,194)
#92ADB1
(146,173,177)
#849CA0
(132,156,160)
#768B8F
(118,139,143)
#687A7E
(104,122,126)
#5A696D
(90,105,109)
#4C585C
(76,88,92)
#3E474B
(62,71,75)
#30363A
(48,54,58)
#222529
(34,37,41)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #A0BEC2

#A0BEC2
(160,190,194)
#A8C3C7
(168,195,199)
#B0C8CC
(176,200,204)
#B8CDD1
(184,205,209)
#C0D2D6
(192,210,214)
#C8D7DB
(200,215,219)
#D0DCE0
(208,220,224)
#D8E1E5
(216,225,229)
#E0E6EA
(224,230,234)
#E8EBEF
(232,235,239)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BEC2 color. Also use rgb(160,190,194) instead hex code.

Text Font Color

.myTextColor { color: #A0BEC2; }

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

This text font color is #A0BEC2.

Background Color

.myBgColor { background-color: #A0BEC2; }

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

This div background color is #A0BEC2.

Border color

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

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

This div border color is #A0BEC2.

Opacity

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

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

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

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

This text has shadow with #A0BEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0BEC2.

Preview

Color preview on black background

This text has color #A0BEC2 on black background.


Color preview on white background

This text has color #A0BEC2 on white background.


Black color preview on #A0BEC2 background

This text has black color on #A0BEC2 background.


White color preview on #A0BEC2 background

This text has white color on #A0BEC2 background.


Related colors

Complementary color

Complementary color for #hex is #5F413D.


I love getcolorcode.com

Triadic colors

1 #C2A0BE and #BEC2A0 with #A0BEC2 are triadic colors.

2 #C2BEA0 and #BEA0C2 with #A0BEC2 are triadic colors.