COLOR #A7DBEA

HEX: #A7DBEA RGB: (167,219,234)

Color info

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

RGB color model

#A7DBEA color RGB value is (167,219,234).

RGB: (167,219,234) (65%, 86%, 92%)

RGB channels and saturation

R 167 of 255 = 65%
G 219 of 255 = 86%
B 234 of 255 = 92%

167
219
234

R + G + B ~ 81%. #A7DBEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 219 + 234 = 620 (100%)
R 167 of 620 ~ 26.94%
G 219 of 620 ~ 35.32%
B 234 of 620 ~ 37.74'%

%26.94
%35.32
%37.74

CMYK color model

#A7DBEA color CMYK value is (29,6,0,8).

  • cyan value is 28.63%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (29,6,0,8)
C29M6Y0K8 (29%, 6%, 0%, 8%)
(0.29 / 0.06 / 0.00 / 0.08)

CMYK percentages

%28.63
%6.41
%0
%8.24

Codes

Color #A7DBEA in popluar color models

A7 DB EA
RGB 167 219 234
HSL 193° 61.47% 78.63%
HSB/HSV 193° 28.63% 91.76%
CMYK 28.63% 6.41% 0.00%
8.24%

Color #A7DBEA in popluar number systems.

HEX A7 DB EA
Decimal 167 219 234
Binary 10100111 11011011 11101010
Octal 247 333 352

Shades and tints

Shades of #A7DBEA

#A7DBEA
(167,219,234)
#98C8D5
(152,200,213)
#89B5C0
(137,181,192)
#7AA2AB
(122,162,171)
#6B8F96
(107,143,150)
#5C7C81
(92,124,129)
#4D696C
(77,105,108)
#3E5657
(62,86,87)
#2F4342
(47,67,66)
#20302D
(32,48,45)
#111D18
(17,29,24)
#000000
(0,0,0)

Tints of #A7DBEA

#A7DBEA
(167,219,234)
#AFDEEB
(175,222,235)
#B7E1EC
(183,225,236)
#BFE4ED
(191,228,237)
#C7E7EE
(199,231,238)
#CFEAEF
(207,234,239)
#D7EDF0
(215,237,240)
#DFF0F1
(223,240,241)
#E7F3F2
(231,243,242)
#EFF6F3
(239,246,243)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DBEA; }

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

This text font color is #A7DBEA.

Background Color

.myBgColor { background-color: #A7DBEA; }

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

This div background color is #A7DBEA.

Border color

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

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

This div border color is #A7DBEA.

Opacity

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

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

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

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

This text has shadow with #A7DBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DBEA.

Preview

Color preview on black background

This text has color #A7DBEA on black background.


Color preview on white background

This text has color #A7DBEA on white background.


Black color preview on #A7DBEA background

This text has black color on #A7DBEA background.


White color preview on #A7DBEA background

This text has white color on #A7DBEA background.


Related colors

Complementary color

Complementary color for #hex is #582415.


I love getcolorcode.com

Triadic colors

1 #EAA7DB and #DBEAA7 with #A7DBEA are triadic colors.

2 #EADBA7 and #DBA7EA with #A7DBEA are triadic colors.