COLOR #A7DADB

HEX: #A7DADB
RGB: (167,218,219)

Color info

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

RGB color model

#A7DADB color RGB value is (167,218,219).

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

RGB channels and saturation

R 167 of 255 = 65%
G 218 of 255 = 85%
B 219 of 255 = 86%

167
218
219

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

Portions of RGB colors in percentages

R + G + B =
167 + 218 + 219 = 604 (100%)
R 167 of 604 ~ 27.65%
G 218 of 604 ~ 36.09%
B 219 of 604 ~ 36.26%

%27.65
%36.09
%36.26

CMYK color model

#A7DADB color CMYK value is (24,0,0,14).

  • cyan value is 23.74%
  • magenta value is 0.46%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(24,0,0,14)
C24M0Y0K14 
(24%,0%,0%,14%)
(0.24/0.00/0.00/0.14)	

CMYK percentages

%23.74
%0.46
%0
%14.12

Codes

Color #A7DADB in popluar color models

A7DADB
RGB167218219
HSL181°41.94%75.69%
HSB/HSV181°23.74%85.88%
CMYK23.74%0.46%0.00%
14.12%

Color #A7DADB in popluar number systems.

HEXA7DADB
Decimal167218219
Binary101001111101101011011011
Octal247332333

Shades and tints

Shades of #A7DADB

#A7DADB
(167,218,219)
#98C7C8
(152,199,200)
#89B4B5
(137,180,181)
#7AA1A2
(122,161,162)
#6B8E8F
(107,142,143)
#5C7B7C
(92,123,124)
#4D6869
(77,104,105)
#3E5556
(62,85,86)
#2F4243
(47,66,67)
#202F30
(32,47,48)
#111C1D
(17,28,29)
#000000
(0,0,0)

Tints of #A7DADB

#A7DADB
(167,218,219)
#AFDDDE
(175,221,222)
#B7E0E1
(183,224,225)
#BFE3E4
(191,227,228)
#C7E6E7
(199,230,231)
#CFE9EA
(207,233,234)
#D7ECED
(215,236,237)
#DFEFF0
(223,239,240)
#E7F2F3
(231,242,243)
#EFF5F6
(239,245,246)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DADB; }

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

This text font color is #A7DADB.


Background Color

.myBgColor { background-color: #A7DADB; }

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

This div background color is #A7DADB.


Border color

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

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

This div border color is #A7DADB.


Opacity

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

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

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

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

This text has shadow with #A7DADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DADB on black background.


Color preview on white background

This text has color #A7DADB on white background.



Black color preview on #A7DADB background

This text has black color on #A7DADB background.


White color preview on #A7DADB background

This text has white color on #A7DADB background.