COLOR #A7CBEA

HEX: #A7CBEA RGB: (167,203,234)

Color info

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

RGB color model

#A7CBEA color RGB value is (167,203,234).

RGB: (167,203,234) (65%, 80%, 92%)

RGB channels and saturation

R 167 of 255 = 65%
G 203 of 255 = 80%
B 234 of 255 = 92%

167
203
234

R + G + B ~ 79%. #A7CBEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 203 + 234 = 604 (100%)
R 167 of 604 ~ 27.65%
G 203 of 604 ~ 33.61%
B 234 of 604 ~ 38.74'%

%27.65
%33.61
%38.74

CMYK color model

#A7CBEA color CMYK value is (29,13,0,8).

  • cyan value is 28.63%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (29,13,0,8) C29M13Y0K8 (29%,13%,0%,8%) (0.29/0.13/0.00/0.08) 

CMYK percentages

%28.63
%13.25
%0
%8.24

Codes

Color #A7CBEA in popluar color models

A7 CB EA
RGB 167 203 234
HSL 208° 61.47% 78.63%
HSB/HSV 208° 28.63% 91.76%
CMYK 28.63% 13.25% 0.00%
8.24%

Color #A7CBEA in popluar number systems.

HEX A7 CB EA
Decimal 167 203 234
Binary 10100111 11001011 11101010
Octal 247 313 352

Shades and tints

Shades of #A7CBEA

#A7CBEA
(167,203,234)
#98B9D5
(152,185,213)
#89A7C0
(137,167,192)
#7A95AB
(122,149,171)
#6B8396
(107,131,150)
#5C7181
(92,113,129)
#4D5F6C
(77,95,108)
#3E4D57
(62,77,87)
#2F3B42
(47,59,66)
#20292D
(32,41,45)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #A7CBEA

#A7CBEA
(167,203,234)
#AFCFEB
(175,207,235)
#B7D3EC
(183,211,236)
#BFD7ED
(191,215,237)
#C7DBEE
(199,219,238)
#CFDFEF
(207,223,239)
#D7E3F0
(215,227,240)
#DFE7F1
(223,231,241)
#E7EBF2
(231,235,242)
#EFEFF3
(239,239,243)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CBEA color. Also use rgb(167,203,234) instead hex code.

Text Font Color

.myTextColor { color: #A7CBEA; }

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

This text font color is #A7CBEA.

Background Color

.myBgColor { background-color: #A7CBEA; }

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

This div background color is #A7CBEA.

Border color

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

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

This div border color is #A7CBEA.

Opacity

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

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

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

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

This text has shadow with #A7CBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CBEA.

Preview

Color preview on black background

This text has color #A7CBEA on black background.


Color preview on white background

This text has color #A7CBEA on white background.


Black color preview on #A7CBEA background

This text has black color on #A7CBEA background.


White color preview on #A7CBEA background

This text has white color on #A7CBEA background.


Related colors

Complementary color

Complementary color for #hex is #583415.


I love getcolorcode.com

Triadic colors

1 #EAA7CB and #CBEAA7 with #A7CBEA are triadic colors.

2 #EACBA7 and #CBA7EA with #A7CBEA are triadic colors.