COLOR #A7DBF3

HEX: #A7DBF3
RGB: (167,219,243)

Color info

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

RGB color model

#A7DBF3 color RGB value is (167,219,243).

  • red value is 167;
  • green value is 219;
  • blue value is 243.
RGB:
(167,219,243)
(65%,86%,95%)

RGB channels and saturation

R 167 of 255 = 65%
G 219 of 255 = 86%
B 243 of 255 = 95%

167
219
243

R + G + B ~ 82%. #A7DBF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 219 + 243 = 629 (100%)
R 167 of 629 ~ 26.55%
G 219 of 629 ~ 34.82%
B 243 of 629 ~ 38.63%

%26.55
%34.82
%38.63

CMYK color model

#A7DBF3 color CMYK value is (31,10,0,5).

  • cyan value is 31.28%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(31,10,0,5)
C31M10Y0K5 
(31%,10%,0%,5%)
(0.31/0.10/0.00/0.05)	

CMYK percentages

%31.28
%9.88
%0
%4.71

Codes

Color #A7DBF3 in popluar color models

A7DBF3
RGB167219243
HSL199°76.00%80.39%
HSB/HSV199°31.28%95.29%
CMYK31.28%9.88%0.00%
4.71%

Color #A7DBF3 in popluar number systems.

HEXA7DBF3
Decimal167219243
Binary101001111101101111110011
Octal247333363

Shades and tints

Shades of #A7DBF3

#A7DBF3
(167,219,243)
#98C8DD
(152,200,221)
#89B5C7
(137,181,199)
#7AA2B1
(122,162,177)
#6B8F9B
(107,143,155)
#5C7C85
(92,124,133)
#4D696F
(77,105,111)
#3E5659
(62,86,89)
#2F4343
(47,67,67)
#20302D
(32,48,45)
#111D17
(17,29,23)
#000000
(0,0,0)

Tints of #A7DBF3

#A7DBF3
(167,219,243)
#AFDEF4
(175,222,244)
#B7E1F5
(183,225,245)
#BFE4F6
(191,228,246)
#C7E7F7
(199,231,247)
#CFEAF8
(207,234,248)
#D7EDF9
(215,237,249)
#DFF0FA
(223,240,250)
#E7F3FB
(231,243,251)
#EFF6FC
(239,246,252)
#F7F9FD
(247,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DBF3; }

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

This text font color is #A7DBF3.


Background Color

.myBgColor { background-color: #A7DBF3; }

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

This div background color is #A7DBF3.


Border color

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

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

This div border color is #A7DBF3.


Opacity

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

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

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

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

This text has shadow with #A7DBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DBF3 on black background.


Color preview on white background

This text has color #A7DBF3 on white background.



Black color preview on #A7DBF3 background

This text has black color on #A7DBF3 background.


White color preview on #A7DBF3 background

This text has white color on #A7DBF3 background.