COLOR #A7DCEA

HEX: #A7DCEA
RGB: (167,220,234)

Color info

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

RGB color model

#A7DCEA color RGB value is (167,220,234).

  • red value is 167;
  • green value is 220;
  • blue value is 234.
RGB:
(167,220,234)
(65%,86%,92%)

RGB channels and saturation

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

167
220
234

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

Portions of RGB colors in percentages

R + G + B =
167 + 220 + 234 = 621 (100%)
R 167 of 621 ~ 26.89%
G 220 of 621 ~ 35.43%
B 234 of 621 ~ 37.68%

%26.89
%35.43
%37.68

CMYK color model

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

  • cyan value is 28.63%
  • magenta value is 5.98%
  • 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
%5.98
%0
%8.24

Codes

Color #A7DCEA in popluar color models

A7DCEA
RGB167220234
HSL193°61.47%78.63%
HSB/HSV193°28.63%91.76%
CMYK28.63%5.98%0.00%
8.24%

Color #A7DCEA in popluar number systems.

HEXA7DCEA
Decimal167220234
Binary101001111101110011101010
Octal247334352

Shades and tints

Shades of #A7DCEA

#A7DCEA
(167,220,234)
#98C8D5
(152,200,213)
#89B4C0
(137,180,192)
#7AA0AB
(122,160,171)
#6B8C96
(107,140,150)
#5C7881
(92,120,129)
#4D646C
(77,100,108)
#3E5057
(62,80,87)
#2F3C42
(47,60,66)
#20282D
(32,40,45)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #A7DCEA

#A7DCEA
(167,220,234)
#AFDFEB
(175,223,235)
#B7E2EC
(183,226,236)
#BFE5ED
(191,229,237)
#C7E8EE
(199,232,238)
#CFEBEF
(207,235,239)
#D7EEF0
(215,238,240)
#DFF1F1
(223,241,241)
#E7F4F2
(231,244,242)
#EFF7F3
(239,247,243)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DCEA; }

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

This text font color is #A7DCEA.


Background Color

.myBgColor { background-color: #A7DCEA; }

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

This div background color is #A7DCEA.


Border color

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

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

This div border color is #A7DCEA.


Opacity

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

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

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

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

This text has shadow with #A7DCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DCEA on black background.


Color preview on white background

This text has color #A7DCEA on white background.



Black color preview on #A7DCEA background

This text has black color on #A7DCEA background.


White color preview on #A7DCEA background

This text has white color on #A7DCEA background.